HomeSort by relevance Sort by last modified time
    Searched refs:ustat (Results 1 - 25 of 45) sorted by null

1 2

  /external/bcc/tools/
javastat.sh 3 $lib/ustat.py -l java "$@"
nodestat.sh 3 $lib/ustat.py -l node "$@"
perlstat.sh 3 $lib/ustat.py -l perl "$@"
phpstat.sh 3 $lib/ustat.py -l php "$@"
pythonstat.sh 3 $lib/ustat.py -l python "$@"
rubystat.sh 3 $lib/ustat.py -l ruby "$@"
tclstat.sh 3 $lib/ustat.py -l tcl "$@"
  /external/ltp/include/lapi/
ustat.h 9 # include <sys/ustat.h>
11 struct ustat { struct
  /external/strace/
ustat.c 31 # include <ustat.h>
32 typedef struct ustat struct_ustat;
37 SYS_FUNC(ustat)
sys_func.h 314 extern SYS_FUNC(ustat);
  /external/ltp/testcases/kernel/syscalls/ustat/
ustat02.c 5 * Test whether ustat(2) system call returns appropriate error number for
15 #include "lapi/ustat.h"
20 struct ustat ubuf;
27 struct ustat *buf;
42 tst_res(TPASS | TTERRNO, "ustat(2) expected failure");
45 "ustat(2) failed to produce expected error; %d, errno"
ustat01.c 5 * Check that ustat() succeeds given correct parameters.
14 #include "lapi/ustat.h"
21 struct ustat ubuf;
26 tst_res(TFAIL | TTERRNO, "ustat(2) failed");
28 tst_res(TPASS, "ustat(2) passed");
  /external/strace/tests/
ustat.c 38 # include <ustat.h>
50 TAIL_ALLOC_OBJECT_CONST_PTR(struct ustat, ust);
58 printf("ustat(makedev(%u, %u), %p) = %s\n",
61 printf("ustat(makedev(%u, %u)"
70 printf("ustat(makedev(%u, %u), NULL) = %s\n",
74 printf("ustat(makedev(%u, %u), %p) = %s\n",
  /external/strace/tests-m32/
ustat.c 38 # include <ustat.h>
50 TAIL_ALLOC_OBJECT_CONST_PTR(struct ustat, ust);
58 printf("ustat(makedev(%u, %u), %p) = %s\n",
61 printf("ustat(makedev(%u, %u)"
70 printf("ustat(makedev(%u, %u), NULL) = %s\n",
74 printf("ustat(makedev(%u, %u), %p) = %s\n",
  /external/strace/tests-mx32/
ustat.c 38 # include <ustat.h>
50 TAIL_ALLOC_OBJECT_CONST_PTR(struct ustat, ust);
58 printf("ustat(makedev(%u, %u), %p) = %s\n",
61 printf("ustat(makedev(%u, %u)"
70 printf("ustat(makedev(%u, %u), NULL) = %s\n",
74 printf("ustat(makedev(%u, %u), %p) = %s\n",
  /external/ltp/testcases/kernel/syscalls/
Makefile 45 setdomainname sethostname symlinkat ulimit ustat vfork vhangup vmsplice
  /external/bcc/snapcraft/
snapcraft.yaml 309 ustat:
310 command: wrapper lib/ustat
311 aliases: [ustat]
  /external/u-boot/include/linux/
types.h 161 struct ustat { struct
  /external/strace/linux/aarch64/
syscallent.h 64 [1070] = { 2, TSFA, SEN(ustat), "ustat" },
  /external/syzkaller/vendor/golang.org/x/sys/unix/
types_solaris.go 55 #include <ustat.h>
  /external/strace/linux/avr32/
syscallent.h 91 [ 62] = { 2, TSFA, SEN(ustat), "ustat" },
  /external/strace/linux/hppa/
syscallent.h 68 [ 62] = { 2, TSFA, SEN(ustat), "ustat" },
  /external/strace/linux/ia64/
syscallent.h 75 [1069] = { 2, TSFA, SEN(ustat), "ustat" },
  /external/strace/linux/x86_64/
syscallent.h 137 [136] = { 2, TSFA, SEN(ustat), "ustat" },
  /external/strace/linux/xtensa/
syscallent.h 178 [183] = { 2, TSFA, SEN(ustat), "ustat" },

Completed in 1534 milliseconds

1 2