Home
last modified time | relevance | path

Searched refs:ustat (Results 1 - 6 of 6) sorted by relevance

/third_party/ltp/include/lapi/
H A Dustat.h11 # include <sys/ustat.h>
14 struct ustat { struct
/third_party/ltp/testcases/kernel/syscalls/ustat/
H A Dustat02.c5 * Test whether ustat(2) system call returns appropriate error number for
19 #include "lapi/ustat.h"
23 struct ustat ubuf;
30 struct ustat *buf;
45 tst_res(TPASS | TTERRNO, "ustat(2) expected failure"); in run()
48 "ustat(2) failed to produce expected error; %d, errno" in run()
67 {"known-fail", "ustat() is known to fail with EINVAL on Btrfs, see "
74 TST_TEST_TCONF("testing ustat requires <sys/ustat.h> or <linux/types.h>");
H A Dustat01.c5 * Check that ustat() succeeds given correct parameters.
18 #include "lapi/ustat.h"
24 struct ustat ubuf; in run()
29 tst_res(TFAIL | TTERRNO, "ustat(2) failed"); in run()
31 tst_res(TPASS, "ustat(2) passed"); in run()
48 {"known-fail", "ustat() is known to fail with EINVAL on Btrfs, see "
55 TST_TEST_TCONF("testing ustat requires <sys/ustat.h> or <linux/types.h>");
/third_party/FreeBSD/sys/dev/usb/net/
H A Dif_axge.c578 uint8_t ustat; in axge_bulk_write_callback() local
581 ustat = USB_GET_STATE(xfer); in axge_bulk_write_callback()
583 switch (ustat) { in axge_bulk_write_callback()
641 ustat = USB_ST_SETUP; in axge_bulk_write_callback()
H A Dif_axe.c912 uint8_t ustat; in axe_bulk_write_callback() local
914 ustat = USB_GET_STATE(xfer); in axe_bulk_write_callback()
916 switch (ustat) { in axe_bulk_write_callback()
977 ustat = USB_ST_SETUP; in axe_bulk_write_callback()
/third_party/ltp/testcases/kernel/syscalls/
H A DMakefile31 setdomainname sethostname symlinkat ulimit ustat vfork vhangup vmsplice

Completed in 4 milliseconds