github.com/google/syzkaller@v0.0.0-20240517125934-c0f1611a36d6/sys/netbsd/dev_dm.txt (about)

     1  # Copyright 2018 syzkaller project authors. All rights reserved.
     2  # Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
     3  # Autogenerated by sys2syz
     4  
     5  include <dev/dm/netbsd-dm.h>
     6  
     7  resource fd_dm[fd]
     8  
     9  openat$dm(fd const[AT_FDCWD], file ptr[in, string["/dev/dm"]], flags flags[open_flags], mode const[0]) fd_dm
    10  
    11  ioctl$NETBSD_DM_IOCTL(fd fd_dm, cmd const[NETBSD_DM_IOCTL], arg ptr[inout, plistref])
    12  
    13  plistref {
    14  	pref_plist	buffer[inout]
    15  	pref_len	len[pref_plist, intptr]
    16  }