Home
last modified time | relevance | path

Searched refs:waitfor (Results 1 – 25 of 55) sorted by relevance

123

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dgettext-6-prg.c50 waitfor (int value) in waitfor() function
76 waitfor (1); in thread1_execution()
80 waitfor (1); in thread1_execution()
90 waitfor (1); in thread1_execution()
108 waitfor (2); in thread2_execution()
112 waitfor (2); in thread2_execution()
122 waitfor (2); in thread2_execution()
H A Dgettext-7-prg.c50 waitfor (int value) in waitfor() function
76 waitfor (1); in thread1_execution()
82 waitfor (1); in thread1_execution()
92 waitfor (1); in thread1_execution()
110 waitfor (2); in thread2_execution()
116 waitfor (2); in thread2_execution()
126 waitfor (2); in thread2_execution()
/netbsd-src/external/bsd/unbound/dist/util/
H A Dwinsock_event.c106 zero_waitfor(WSAEVENT waitfor[], WSAEVENT x) in zero_waitfor() argument
110 if(waitfor[i] == x) in zero_waitfor()
111 waitfor[i] = 0; in zero_waitfor()
260 base->waitfor[numwait++] = base->items[i]->hEvent; in handle_select()
277 ret = WSAWaitForMultipleEvents(numwait, base->waitfor, in handle_select()
308 if(!base->waitfor[i]) in handle_select()
325 if(!base->waitfor[i]) in handle_select()
334 base->waitfor[i], /* reset the event handle */ in handle_select()
595 zero_waitfor(ev->ev_base->waitfor, ev->hEvent); in event_del()
H A Dwinsock_event.h164 WSAEVENT waitfor[WSK_MAX_ITEMS]; member
/netbsd-src/crypto/external/bsd/heimdal/dist/tests/kdc/
H A Dwait-kdc.sh36 waitfor="${3:-${name} started}"
44 if grep "${waitfor}" ${log} > /dev/null; then
/netbsd-src/sys/fs/udf/
H A Dudf_subr.h81 struct long_ad *icb, int waitfor);
95 int udf_write_physical_partition_spacetables(struct udf_mount *ump, int waitfor);
96 int udf_write_metadata_partition_spacetable(struct udf_mount *ump, int waitfor);
97 void udf_do_sync(struct udf_mount *ump, kauth_cred_t cred, int waitfor);
136 int udf_writeout_node(struct udf_node *udf_node, int waitfor);
H A Dudf_strat_direct.c192 int waitfor = args->waitfor; in udf_write_nodedscr_direct() local
209 if (waitfor) { in udf_write_nodedscr_direct()
H A Dudf_vfsops.c866 udf_sync(struct mount *mp, int waitfor, kauth_cred_t cred) in udf_sync() argument
875 if (ump->syncing && !waitfor) { in udf_sync()
884 udf_do_sync(ump, cred, waitfor); in udf_sync()
886 if (waitfor == MNT_WAIT) in udf_sync()
H A Dudf_readwrite.c666 struct long_ad *icb, int waitfor) in udf_write_logvol_dscr() argument
677 args.waitfor = waitfor; in udf_write_logvol_dscr()
H A Dudf_strat_sequential.c206 int waitfor = args->waitfor; in udf_write_logvol_dscr_seq() local
223 if (waitfor) { in udf_write_logvol_dscr_seq()
H A Dudf.h249 int waitfor; member
/netbsd-src/tests/usr.sbin/inetd/
H A Dt_inetd.c56 static void waitfor(pid_t, const char *);
148 waitfor(proc, "inetd"); in ATF_TC_BODY()
276 waitfor(pid_t pid, const char *taskname) in waitfor() function
/netbsd-src/sbin/dump_lfs/
H A Dlfs_inode.c413 int waitfor = 0; in lfs_wrap_stop() local
420 if (fcntl(root_fd, LFCNWRAPSTOP, &waitfor) < 0) { in lfs_wrap_stop()
436 int waitfor = 0; in lfs_wrap_go() local
441 fcntl(root_fd, LFCNWRAPGO, &waitfor); in lfs_wrap_go()
/netbsd-src/sys/fs/puffs/
H A Dpuffs_vfsops.c529 pageflush(struct mount *mp, kauth_cred_t cred, int waitfor) in pageflush() argument
537 fsyncwait = (waitfor == MNT_WAIT) ? FSYNC_WAIT : 0; in pageflush()
571 if (waitfor == MNT_LAZY) { in pageflush()
577 if (waitfor == MNT_LAZY) { in pageflush()
592 puffs_vfsop_sync(struct mount *mp, int waitfor, struct kauth_cred *cred) in puffs_vfsop_sync() argument
598 error = pageflush(mp, cred, waitfor); in puffs_vfsop_sync()
602 sync_msg->pvfsr_waitfor = waitfor; in puffs_vfsop_sync()
/netbsd-src/sys/ufs/ext2fs/
H A Dext2fs_vfsops.c966 ext2fs_sync(struct mount *mp, int waitfor, kauth_cred_t cred)
992 if (vp->v_type == VREG && waitfor == MNT_LAZY) in ext2fs_sync()
996 waitfor == MNT_WAIT ? FSYNC_WAIT : 0, 0, 0); in ext2fs_sync()
1005 if (waitfor != MNT_LAZY) { in ext2fs_sync()
1008 waitfor == MNT_WAIT ? FSYNC_WAIT : 0, 0, 0)) != 0) in ext2fs_sync()
1018 if ((error = ext2fs_cgupdate(ump, waitfor))) in ext2fs_sync()
1309 ext2fs_sbupdate(struct ufsmount *mp, int waitfor)
1317 if (waitfor == MNT_WAIT) in ext2fs_sbupdate()
1325 ext2fs_cgupdate(struct ufsmount *mp, int waitfor)
1331 allerror = ext2fs_sbupdate(mp, waitfor); in ext2fs_cgupdate()
968 ext2fs_sync(struct mount * mp,int waitfor,kauth_cred_t cred) ext2fs_sync() argument
1311 ext2fs_sbupdate(struct ufsmount * mp,int waitfor) ext2fs_sbupdate() argument
1327 ext2fs_cgupdate(struct ufsmount * mp,int waitfor) ext2fs_cgupdate() argument
[all...]
/netbsd-src/sys/ufs/ffs/
H A Dffs_vfsops.c1931 int waitfor; in ffs_sync_selector()
1966 (c->waitfor == MNT_LAZY || (LIST_EMPTY(&vp->v_dirtyblkhd) && in ffs_sync_selector()
1979 ffs_sync(struct mount *mp, int waitfor, kauth_cred_t cred) in ffs_sync()
1998 ctx.waitfor = waitfor; in ffs_sync()
2002 LK_EXCLUSIVE | (waitfor == MNT_LAZY ? LK_NOWAIT : 0)); in ffs_sync()
2007 if (waitfor == MNT_LAZY) { in ffs_sync()
2016 (waitfor == MNT_WAIT ? FSYNC_WAIT : 0), 0, 0); in ffs_sync()
2027 if (waitfor != MNT_LAZY) { in ffs_sync()
2037 if (waitfor in ffs_sync()
1926 int waitfor; global() member
1976 ffs_sync(struct mount * mp,int waitfor,kauth_cred_t cred) ffs_sync() argument
2404 ffs_sbupdate(struct ufsmount * mp,int waitfor) ffs_sbupdate() argument
2441 ffs_cgupdate(struct ufsmount * mp,int waitfor) ffs_cgupdate() argument
[all...]
H A Dffs_inode.c119 int waitfor, flags; in ffs_update() local
135 waitfor = updflags & UPDATE_WAIT; in ffs_update()
137 waitfor |= UPDATE_WAIT; in ffs_update()
139 waitfor = 0; in ffs_update()
191 if (waitfor) { in ffs_update()
/netbsd-src/sys/fs/msdosfs/
H A Dmsdosfs_vfsops.c1009 int waitfor; member
1021 if (c->waitfor == MNT_LAZY || vp->v_type == VNON || in msdosfs_sync_selector()
1031 msdosfs_sync(struct mount *mp, int waitfor, kauth_cred_t cred) in msdosfs_sync() argument
1054 ctx.waitfor = waitfor; in msdosfs_sync()
1064 waitfor == MNT_WAIT ? FSYNC_WAIT : 0, 0, 0)) != 0) in msdosfs_sync()
1075 waitfor == MNT_WAIT ? FSYNC_WAIT : 0, 0, 0)) != 0) in msdosfs_sync()
H A Dmsdosfs_denode.c333 msdosfs_deupdat(struct denode *dep, int waitfor) in msdosfs_deupdat() argument
337 waitfor ? UPDATE_WAIT : 0)); in msdosfs_deupdat()
/netbsd-src/external/mit/xorg/bin/xfs/
H A DMakefile18 osinit.c utils.c waitfor.c xfstrans.c
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzfs_vfsops.c100 static int zfs_sync(vfs_t *vfsp, int waitfor);
142 static int zfs_sync(vfs_t *vfsp, int waitfor);
143 static int zfs_netbsd_sync(vfs_t *vfsp, int waitfor, cred_t *cr);
206 zfs_netbsd_sync(vfs_t *vfsp, int waitfor, cred_t *cr) in zfs_netbsd_sync() argument
252 return zfs_sync(vfsp, waitfor); in zfs_netbsd_sync()
431 zfs_sync(vfs_t *vfsp, int waitfor) in zfs_sync() argument
444 if (waitfor == MNT_LAZY) in zfs_sync()
455 error = vfs_stdsync(vfsp, waitfor); in zfs_sync()
/netbsd-src/sys/miscfs/fdesc/
H A Dfdesc_vfsops.c153 fdesc_sync(struct mount *mp, int waitfor, in fdesc_sync() argument
/netbsd-src/bin/ksh/
H A Dc_sh.c232 while (waitfor((char *) 0, &sig) >= 0)
237 rv = waitfor(*wp, &sig);
/netbsd-src/sys/miscfs/kernfs/
H A Dkernfs_vfsops.c205 kernfs_sync(struct mount *mp, int waitfor, in kernfs_sync() argument
/netbsd-src/sys/miscfs/genfs/
H A Dlayer_vfsops.c196 layerfs_sync(struct mount *mp, int waitfor, in layerfs_sync() argument

123