| /src/tests/usr.sbin/inetd/ |
| t_inetd.c | 56 static void waitfor(pid_t, const char *); 148 waitfor(proc, "inetd"); 276 waitfor(pid_t pid, const char *taskname) function
|
| /src/sbin/dump_lfs/ |
| lfs_inode.c | 413 int waitfor = 0; local 420 if (fcntl(root_fd, LFCNWRAPSTOP, &waitfor) < 0) { 436 int waitfor = 0; local 441 fcntl(root_fd, LFCNWRAPGO, &waitfor);
|
| /src/sys/fs/msdosfs/ |
| msdosfs_vfsops.c | 1009 int waitfor; member in struct:msdosfs_sync_ctx 1021 if (c->waitfor == MNT_LAZY || vp->v_type == VNON || 1031 msdosfs_sync(struct mount *mp, int waitfor, kauth_cred_t cred) 1054 ctx.waitfor = waitfor; 1064 waitfor == MNT_WAIT ? FSYNC_WAIT : 0, 0, 0)) != 0) 1075 waitfor == MNT_WAIT ? FSYNC_WAIT : 0, 0, 0)) != 0)
|
| /src/sys/fs/udf/ |
| udf_strat_direct.c | 192 int waitfor = args->waitfor; local 209 if (waitfor) {
|
| udf_strat_sequential.c | 206 int waitfor = args->waitfor; local 223 if (waitfor) {
|
| udf.h | 249 int waitfor; member in struct:udf_strat_args
|
| udf_subr.c | 1666 udf_write_physical_partition_spacetables(struct udf_mount *ump, int waitfor) 1823 udf_write_metadata_partition_spacetable(struct udf_mount *ump, int waitfor) 5688 udf_writeout_node(struct udf_node *udf_node, int waitfor) 5745 error = udf_write_logvol_dscr(udf_node, dscr, loc, waitfor); 6220 int waitfor, flags; local 6264 waitfor = 0; 6267 waitfor = updflags & UPDATE_WAIT; 6269 waitfor |= UPDATE_WAIT; 6271 if (waitfor) 6490 udf_do_sync(struct udf_mount *ump, kauth_cred_t cred, int waitfor) [all...] |
| /src/sys/ufs/ffs/ |
| ffs_inode.c | 119 int waitfor, flags; local 135 waitfor = updflags & UPDATE_WAIT; 137 waitfor |= UPDATE_WAIT; 139 waitfor = 0; 191 if (waitfor) {
|
| ffs_vfsops.c | 1931 int waitfor; member in struct:ffs_sync_ctx 1966 (c->waitfor == MNT_LAZY || (LIST_EMPTY(&vp->v_dirtyblkhd) && 1979 ffs_sync(struct mount *mp, int waitfor, kauth_cred_t cred) 1998 ctx.waitfor = waitfor; 2002 LK_EXCLUSIVE | (waitfor == MNT_LAZY ? LK_NOWAIT : 0)); 2007 if (waitfor == MNT_LAZY) { 2016 (waitfor == MNT_WAIT ? FSYNC_WAIT : 0), 0, 0); 2027 if (waitfor != MNT_LAZY) { 2037 if (waitfor == MNT_WAIT [all...] |
| /src/bin/ksh/ |
| jobs.c | 720 waitfor(cp, sigp) function 761 rv = j_waitj(j, flags, "jw:waitfor");
|