Searched refs:cmd (Results 1 – 13 of 13) sorted by relevance
| /samples/check-exec/ |
| A D | inc.c | 111 char *cmd = NULL; in main() local 135 if (cmd) { in main() 139 cmd = optarg; in main() 151 arg_nb = !!cmd + !!interpret_stdin; in main() 159 if (cmd) { in main() 173 return interpret_buffer(cmd, strlen(cmd)); in main()
|
| /samples/vfs/ |
| A D | test-fsmount.c | 82 static inline int fsconfig(int fsfd, unsigned int cmd, in fsconfig() argument 85 return syscall(__NR_fsconfig, fsfd, cmd, key, val, aux); in fsconfig() 97 #define E_fsconfig(fd, cmd, key, val, aux) \ argument 99 if (fsconfig(fd, cmd, key, val, aux) == -1) \
|
| /samples/bpf/ |
| A D | xdp2skb_meta.sh | 52 local cmd="$1" 56 echo "$cmd $@" 61 $cmd "$@" 65 err 2 "Exec error($status) occurred cmd: \"$cmd $@\""
|
| A D | ibumad_user.c | 73 static void usage(char *cmd) in usage() argument 79 , cmd in usage()
|
| A D | syscall_tp_user.c | 18 static void usage(const char *cmd) in usage() argument 20 printf("USAGE: %s [-i nr_tests] [-h]\n", cmd); in usage()
|
| A D | xdp_adjust_tail_user.c | 68 static void usage(const char *cmd) in usage() argument 72 printf("Usage: %s [...]\n", cmd); in usage()
|
| A D | xdp_tx_iptunnel_user.c | 80 static void usage(const char *cmd) in usage() argument 85 printf("Usage: %s [...]\n", cmd); in usage()
|
| A D | xdp_sample_user.c | 1616 drv.cmd = ETHTOOL_GDRVINFO; in get_driver_name()
|
| /samples/rust/ |
| A D | rust_misc_device.rs | 176 fn ioctl(me: Pin<&RustMiscDevice>, _file: &File, cmd: u32, arg: usize) -> Result<isize> { in ioctl() 181 let size = _IOC_SIZE(cmd); in ioctl() 183 match cmd { in ioctl() 188 dev_err!(me.dev, "-> IOCTL not recognised: {}\n", cmd); in ioctl()
|
| /samples/mei/ |
| A D | mei-amt-version.c | 419 static uint32_t amt_get_code_versions(struct amt_host_if *cmd, in amt_get_code_versions() argument 425 status = amt_host_if_call(cmd, in amt_get_code_versions()
|
| /samples/vfio-mdev/ |
| A D | mdpy.c | 515 static long mdpy_ioctl(struct vfio_device *vdev, unsigned int cmd, in mdpy_ioctl() argument 523 switch (cmd) { in mdpy_ioctl()
|
| A D | mtty.c | 833 static long mtty_precopy_ioctl(struct file *filp, unsigned int cmd, in mtty_precopy_ioctl() argument 843 if (cmd != VFIO_MIG_GET_PRECOPY_INFO) in mtty_precopy_ioctl() 1788 static long mtty_ioctl(struct vfio_device *vdev, unsigned int cmd, in mtty_ioctl() argument 1796 switch (cmd) { in mtty_ioctl()
|
| A D | mbochs.c | 1188 static long mbochs_ioctl(struct vfio_device *vdev, unsigned int cmd, in mbochs_ioctl() argument 1196 switch (cmd) { in mbochs_ioctl()
|
Completed in 28 milliseconds