/illumos-gate/usr/src/lib/libc/common/sys/ |
H A D | fstatfs.S | 38 SYSCALL_RVAL1(fstatfs) 40 SET_SIZE(fstatfs)
|
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/implicit_dependencies/without_structs/ |
H A D | implicit_dependencies.pretty | 219 'fstatfs', 292 'fstatfs', 365 'fstatfs', 480 'fstatfs', 559 'fstatfs', 629 'fstatfs', 699 'fstatfs', 769 'fstatfs', 844 'fstatfs', 937 'fstatfs', [all …]
|
H A D | implicit_dependencies_verbose.pretty | 522 {'call': 'fstatfs', 'reason': set([('fd', 'flags')])}, 611 {'call': 'fstatfs', 'reason': set([('fd', 'flags')])}, 752 {'call': 'fstatfs', 'reason': set([('fd', 'flags')])}, 854 {'call': 'fstatfs', 'reason': set([('fd', 'flags')])}, 929 {'call': 'fstatfs', 'reason': set([('fd', 'flags')])}, 999 {'call': 'fstatfs', 'reason': set([('fd', 'flags')])}, 1069 {'call': 'fstatfs', 'reason': set([('fd', 'flags')])}, 1139 {'call': 'fstatfs', 'reason': set([('fd', 'flags')])}, 1234 {'call': 'fstatfs', 'reason': set([('fd', 'flags')])}, 1336 {'call': 'fstatfs', 'reason': set([('fd', 'flags')])}, [all …]
|
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/implicit_dependencies/with_structs/ |
H A D | implicit_dependencies | 20 'fstatfs', 127 'fstatfs', 205 'fstatfs', 471 'fstatfs', 541 'fstatfs', 696 'fstatfs', 892 'fstatfs', 1097 'fstatfs', 1172 'fstatfs', 1269 'fstatfs', [all …]
|
H A D | implicit_dependencies.pretty | 260 'fstatfs', 412 'fstatfs', 607 'fstatfs', 811 'fstatfs', 885 'fstatfs', 981 'fstatfs', 1108 'fstatfs', 1235 'fstatfs', 1326 'fstatfs', 1412 'fstatfs', [all …]
|
H A D | implicit_dependencies_verbose | 63 {'call': 'fstatfs', 'reason': set([('fd', 'file')])}, 181 {'call': 'fstatfs', 'reason': set([('fd', 'file')])}, 365 {'call': 'fstatfs', 'reason': set([('fd', 'file')])}, 830 {'call': 'fstatfs', 'reason': set([('fd', 'file')])}, 962 {'call': 'fstatfs', 1476 {'call': 'fstatfs', 1749 {'call': 'fstatfs', 2006 {'call': 'fstatfs', 2177 {'call': 'fstatfs', 2380 {'call': 'fstatfs', [all …]
|
H A D | implicit_dependencies_verbose.pretty | 601 {'call': 'fstatfs', 'reason': set([('fd', 'flags')])}, 1006 {'call': 'fstatfs', 'reason': set([('fd', 'flags')])}, 1202 {'call': 'fstatfs', 'reason': set([('fd', 'flags')])}, 1389 {'call': 'fstatfs', 'reason': set([('fd', 'flags')])}, 1487 {'call': 'fstatfs', 'reason': set([('fd', 'flags')])}, 1621 {'call': 'fstatfs', 'reason': set([('fd', 'flags')])}, 1785 {'call': 'fstatfs', 'reason': set([('fd', 'flags')])}, 1915 {'call': 'fstatfs', 'reason': set([('fd', 'flags')])}, 2014 {'call': 'fstatfs', 'reason': set([('fd', 'flags')])}, 2087 {'call': 'fstatfs', 'reason': set([('fd', 'flags')])}, [all …]
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/ |
H A D | statvfs.c | 55 #define FSTATFS(a,b) fstatfs(a,b,sizeof(struct statfs),0) 58 #define FSTATFS(a,b) fstatfs(a,b)
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | statfs.h | 76 int fstatfs(int, struct statfs *, int, int);
|
/illumos-gate/usr/src/ucblib/libucb/port/gen/ |
H A D | statfs.c | 98 fstatfs(int fd, struct statfs *buf) in fstatfs() function
|
/illumos-gate/usr/src/uts/sparc/os/ |
H A D | name_to_sysnum | 37 fstatfs 38
|
/illumos-gate/usr/src/uts/intel/os/ |
H A D | name_to_sysnum | 37 fstatfs 38
|
/illumos-gate/usr/src/ucblib/libucb/port/ |
H A D | mapfile-vers | 94 fstatfs;
|
/illumos-gate/usr/src/cmd/sgs/libconv/common/ |
H A D | corenote.msg | 672 @ MSG_SYS_FSTATFS "[ fstatfs ]" # 38 673 @ MSG_SYS_FSTATFS_ALT "fstatfs"
|
/illumos-gate/usr/src/lib/c_synonyms/ |
H A D | syn_common | 318 fstatfs
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | SYSCALL.README | 272 fstatfs vfs.c common/syscall/statfs.c
|
/illumos-gate/usr/src/lib/libc/sparcv9/ |
H A D | Makefile.com | 226 fstatfs.o \
|
/illumos-gate/usr/src/lib/libc/amd64/ |
H A D | Makefile | 204 fstatfs.o \
|
/illumos-gate/usr/src/lib/libc/i386/ |
H A D | Makefile.com | 232 fstatfs.o \
|
/illumos-gate/usr/src/lib/libc/sparc/ |
H A D | Makefile.com | 244 fstatfs.o \
|
/illumos-gate/usr/src/lib/libbsm/ |
H A D | audit_event.txt | 122 55:AUE_FSTATFS:fstatfs(2):fa
|
/illumos-gate/usr/src/lib/lib9p/common/backend/ |
H A D | fs.c | 2253 if (fstatfs(fd, &f) != 0) in fs_statfs()
|
/illumos-gate/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 2254 fstatfs;
|