| /netbsd-src/lib/libc/sys/ |
| H A D | statvfs.c | 42 return statvfs1(file, st, ST_WAIT); in statvfs() 48 return fstatvfs1(f, st, ST_WAIT); in fstatvfs() 54 return fhstatvfs1(fh, fh_size, st, ST_WAIT); in fhstatvfs()
|
| /netbsd-src/sys/compat/linux32/common/ |
| H A D | linux32_misc.c | 86 error = do_sys_pstatvfs(l, SCARG_P32(uap, path), ST_WAIT, sb); in linux32_sys_statfs() 108 error = do_sys_fstatvfs(l, SCARG(uap, fd), ST_WAIT, sb); in linux32_sys_fstatfs() 130 error = do_sys_pstatvfs(l, SCARG_P32(uap, path), ST_WAIT, sb); in linux32_sys_statfs64() 152 error = do_sys_fstatvfs(l, SCARG(uap, fd), ST_WAIT, sb); in linux32_sys_fstatfs64()
|
| /netbsd-src/tests/fs/ffs/ |
| H A D | t_mount.c | 82 rump_sys_statvfs1("/mp", &svb, ST_WAIT); in ATF_TC_BODY() 123 rump_sys_statvfs1("/mp", &svb, ST_WAIT); in ATF_TC_BODY()
|
| /netbsd-src/external/cddl/osnet/lib/libzfs/ |
| H A D | mnttab.c | 147 allfs = getvfsstat(NULL, 0, ST_WAIT); in statvfs_init() 153 allfs = getvfsstat(gsfs, sizeof(gsfs[0]) * allfs * 2, ST_WAIT); in statvfs_init()
|
| /netbsd-src/sys/compat/linux/common/ |
| H A D | linux_misc_notalpha.c | 358 error = do_sys_pstatvfs(l, SCARG(uap, path), ST_WAIT, sb); in linux_sys_statfs64() 383 error = do_sys_fstatvfs(l, SCARG(uap, fd), ST_WAIT, sb); in linux_sys_fstatfs64()
|
| H A D | linux_misc.c | 395 error = do_sys_pstatvfs(l, SCARG(uap, path), ST_WAIT, sb); in linux_sys_statfs() 417 error = do_sys_fstatvfs(l, SCARG(uap, fd), ST_WAIT, sb); in linux_sys_fstatfs()
|
| /netbsd-src/lib/libc/compat/sys/ |
| H A D | compat_statfs.c | 96 if ((ret = __fhstatvfs190(fh, FHANDLE30_SIZE, &nst, ST_WAIT)) == -1) in __compat_fhstatfs()
|
| /netbsd-src/sys/sys/ |
| H A D | statvfs.h | 140 #define ST_WAIT MNT_WAIT macro
|
| /netbsd-src/tests/fs/vfs/ |
| H A D | t_vfsops.c | 57 if (rump_sys_statvfs1(path, &svb, ST_WAIT) == -1) in tstatvfs()
|
| H A D | t_rwtoro.c | 72 RL(rump_sys_statvfs1(mp, &sbuf, ST_WAIT)); in remount_ro()
|
| /netbsd-src/usr.sbin/fssconfig/ |
| H A D | fssconfig.c | 129 if (prog_statvfs1(argv[1], &fsbuf, ST_WAIT) != 0 || in config()
|
| /netbsd-src/tests/fs/puffs/ |
| H A D | t_basic.c | 38 if (rump_sys_statvfs1(fs, &svb, ST_WAIT) == -1) in syncbar()
|
| /netbsd-src/usr.sbin/mountd/ |
| H A D | mountd.c | 643 statvfs1(rdirpath, &fsb, ST_WAIT) < 0) { in mntsrv() 965 if (statvfs1(cp, fsp, ST_WAIT) == -1) { in parse_directory()
|
| /netbsd-src/lib/libukfs/ |
| H A D | ukfs.c | 597 rv = rump_sys_statvfs1(mountpath, &svfsb, ST_WAIT); in doukfsmount()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | parse.c | 586 match ("wait", gfc_match_wait, ST_WAIT); in decode_statement() 1549 case ST_PAUSE: case ST_STOP: case ST_WAIT: case ST_WRITE: \ 2093 case ST_WAIT: in gfc_ascii_statement()
|
| H A D | gfortran.h | 215 ST_WHERE_BLOCK, ST_WHERE, ST_WAIT, ST_WRITE, ST_ASSIGNMENT, enumerator
|
| H A D | io.c | 4894 gfc_syntax_error (ST_WAIT); in gfc_match_wait()
|
| H A D | match.c | 1661 match ("wait", gfc_match_wait, ST_WAIT) in gfc_match_if()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | parse.cc | 588 match ("wait", gfc_match_wait, ST_WAIT); in decode_statement() 1668 case ST_PAUSE: case ST_STOP: case ST_WAIT: case ST_WRITE: \ 2223 case ST_WAIT: in gfc_ascii_statement()
|
| H A D | gfortran.h | 249 ST_WHERE_BLOCK, ST_WHERE, ST_WAIT, ST_WRITE, ST_ASSIGNMENT, enumerator
|
| H A D | io.cc | 4894 gfc_syntax_error (ST_WAIT); in gfc_match_wait()
|
| H A D | ChangeLog-2008 | 3160 * gfortran.h (gfc_statement): Add ST_WAIT enumerator. 3192 (next_statement): Add case for ST_WAIT. (gfc_ascii_statement): Same.
|
| H A D | match.cc | 1636 match ("wait", gfc_match_wait, ST_WAIT) in gfc_match_if()
|
| /netbsd-src/libexec/lfs_cleanerd/ |
| H A D | lfs_cleanerd.c | 231 if (kops.ko_statvfs(fsname, &sf, ST_WAIT) < 0) in init_fs()
|