Home
last modified time | relevance | path

Searched refs:cmd (Results 1 – 11 of 11) sorted by relevance

/samples/vfs/
Dtest-fsmount.c82 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/
Dxdp2skb_meta.sh52 local cmd="$1"
56 echo "$cmd $@"
61 $cmd "$@"
65 err 2 "Exec error($status) occurred cmd: \"$cmd $@\""
Dtest_cgrp2_tc.sh95 cmd='echo $$ > '
96 cmd="$cmd $1/cgroup.procs; exec $2"
97 bash -c "$cmd"
Dibumad_user.c64 static void usage(char *cmd) in usage() argument
70 , cmd in usage()
Dsyscall_tp_user.c23 static void usage(const char *cmd) in usage() argument
25 printf("USAGE: %s [-i num_progs] [-h]\n", cmd); in usage()
Dxdp_adjust_tail_user.c68 static void usage(const char *cmd) in usage() argument
72 printf("Usage: %s [...]\n", cmd); in usage()
Dxdp_tx_iptunnel_user.c81 static void usage(const char *cmd) in usage() argument
86 printf("Usage: %s [...]\n", cmd); in usage()
/samples/mei/
Dmei-amt-version.c410 static uint32_t amt_get_code_versions(struct amt_host_if *cmd, in amt_get_code_versions() argument
416 status = amt_host_if_call(cmd, in amt_get_code_versions()
/samples/vfio-mdev/
Dmdpy.c512 static long mdpy_ioctl(struct mdev_device *mdev, unsigned int cmd, in mdpy_ioctl() argument
521 switch (cmd) { in mdpy_ioctl()
Dmtty.c1127 static long mtty_ioctl(struct mdev_device *mdev, unsigned int cmd, in mtty_ioctl() argument
1141 switch (cmd) { in mtty_ioctl()
Dmbochs.c1183 static long mbochs_ioctl(struct mdev_device *mdev, unsigned int cmd, in mbochs_ioctl() argument
1189 switch (cmd) { in mbochs_ioctl()