Searched refs:waitfor (Results 1 - 25 of 53) sorted by relevance

123

/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/tests/kdc/
H A Dwait-kdc.sh36 waitfor=${3:-${name} started}
47 if tail -30 ${log} | grep "${waitfor}" > /dev/null; then
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/tests/
H A Dsocket_test.c62 waitfor(completion_t *completion) { function
129 waitfor(&completion);
138 waitfor(&completion);
203 waitfor(&completion);
215 waitfor(&completion);
224 waitfor(&completion);
234 waitfor(&completion);
/netbsd-6-1-5-RELEASE/sys/fs/udf/
H A Dudf_subr.h80 struct long_ad *icb, int waitfor);
94 int udf_write_physical_partition_spacetables(struct udf_mount *ump, int waitfor);
95 int udf_write_metadata_partition_spacetable(struct udf_mount *ump, int waitfor);
96 void udf_do_sync(struct udf_mount *ump, kauth_cred_t cred, int waitfor);
135 int udf_writeout_node(struct udf_node *udf_node, int waitfor);
H A Dudf_strat_direct.c194 int waitfor = args->waitfor; local
214 if (waitfor) {
H A Dudf_vfsops.c828 * TODO what about writing out free space maps, lvid etc? only on `waitfor'
865 udf_sync(struct mount *mp, int waitfor, kauth_cred_t cred) argument
874 if (ump->syncing && !waitfor) {
883 udf_do_sync(ump, cred, waitfor);
885 if (waitfor == MNT_WAIT)
H A Dudf_readwrite.c666 struct long_ad *icb, int waitfor)
677 args.waitfor = waitfor;
665 udf_write_logvol_dscr(struct udf_node *udf_node, union dscrptr *dscr, struct long_ad *icb, int waitfor) argument
H A Dudf_strat_sequential.c205 int waitfor = args->waitfor; local
225 if (waitfor) {
H A Dudf.h243 int waitfor; member in struct:udf_strat_args
/netbsd-6-1-5-RELEASE/external/mit/xorg/bin/xfs/
H A DMakefile18 osinit.c utils.c waitfor.c xfstrans.c
39 CPPFLAGS.waitfor.c= ${CONN_DEFINES}
/netbsd-6-1-5-RELEASE/sbin/dump_lfs/
H A Dlfs_inode.c366 int waitfor = 0; local
373 if (fcntl(root_fd, LFCNWRAPSTOP, &waitfor) < 0) {
389 int waitfor = 0; local
394 fcntl(root_fd, LFCNWRAPGO, &waitfor);
/netbsd-6-1-5-RELEASE/x11/bin/xfs/
H A DMakefile14 osinit.c utils.c waitfor.c
32 CPPFLAGS.waitfor.c= ${CONN_DEFINES}
/netbsd-6-1-5-RELEASE/sys/fs/nilfs/
H A Dnilfs_subr.h150 struct long_ad *icb, int waitfor);
164 int nilfs_write_physical_partition_spacetables(struct nilfs_mount *ump, int waitfor);
165 int nilfs_write_metadata_partition_spacetable(struct nilfs_mount *ump, int waitfor);
166 void nilfs_do_sync(struct nilfs_mount *ump, kauth_cred_t cred, int waitfor);
197 int nilfs_writeout_node(struct nilfs_node *nilfs_node, int waitfor);
/netbsd-6-1-5-RELEASE/sys/ufs/ext2fs/
H A Dext2fs_vfsops.c905 ext2fs_sync(struct mount *mp, int waitfor, kauth_cred_t cred) argument
958 if (vp->v_type == VREG && waitfor == MNT_LAZY)
962 waitfor == MNT_WAIT ? FSYNC_WAIT : 0, 0, 0);
973 if (waitfor != MNT_LAZY) {
976 waitfor == MNT_WAIT ? FSYNC_WAIT : 0, 0, 0)) != 0)
986 if ((error = ext2fs_cgupdate(ump, waitfor)))
1189 ext2fs_sbupdate(struct ufsmount *mp, int waitfor) argument
1197 if (waitfor == MNT_WAIT)
1205 ext2fs_cgupdate(struct ufsmount *mp, int waitfor) argument
1211 allerror = ext2fs_sbupdate(mp, waitfor);
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/mii/
H A Dtlphy.c346 tlphy_auto(struct tlphy_softc *tsc, int waitfor) argument
351 switch ((error = mii_phy_auto(sc, waitfor))) {
H A Dmii_physubr.c199 mii_phy_auto(struct mii_softc *sc, int waitfor) argument
262 if (waitfor) {
/netbsd-6-1-5-RELEASE/sys/ufs/ffs/
H A Dffs_vfsops.c1597 ffs_sync(struct mount *mp, int waitfor, kauth_cred_t cred) argument
1668 (waitfor == MNT_LAZY || (LIST_EMPTY(&vp->v_dirtyblkhd) &&
1688 if (waitfor == MNT_LAZY) {
1697 (waitfor == MNT_WAIT ? FSYNC_WAIT : 0), 0, 0);
1709 if (waitfor != MNT_LAZY && (ump->um_devvp->v_numoutput > 0 ||
1713 (waitfor == MNT_WAIT ? FSYNC_WAIT : 0) | FSYNC_NOLOG,
1717 if (allerror == 0 && waitfor == MNT_WAIT && !mp->mnt_wapbl) {
1735 if ((error = ffs_cgupdate(ump, waitfor)))
1975 ffs_sbupdate(struct ufsmount *mp, int waitfor) argument
1999 if (waitfor
2007 ffs_cgupdate(struct ufsmount *mp, int waitfor) argument
[all...]
H A Dffs_inode.c119 int waitfor, flags; local
135 waitfor = updflags & UPDATE_WAIT;
137 waitfor |= UPDATE_WAIT;
139 waitfor = 0;
190 if (waitfor) {
/netbsd-6-1-5-RELEASE/sys/fs/puffs/
H A Dpuffs_vfsops.c514 pageflush(struct mount *mp, kauth_cred_t cred, int waitfor) argument
521 fsyncwait = (waitfor == MNT_WAIT) ? FSYNC_WAIT : 0;
574 if (waitfor == MNT_LAZY) {
580 if (waitfor == MNT_LAZY) {
597 puffs_vfsop_sync(struct mount *mp, int waitfor, struct kauth_cred *cred) argument
603 error = pageflush(mp, cred, waitfor);
607 sync_msg->pvfsr_waitfor = waitfor;
/netbsd-6-1-5-RELEASE/sys/miscfs/fdesc/
H A Dfdesc_vfsops.c158 fdesc_sync(struct mount *mp, int waitfor, argument
/netbsd-6-1-5-RELEASE/sys/miscfs/genfs/
H A Dlayer_vfsops.c185 layerfs_sync(struct mount *mp, int waitfor, argument
/netbsd-6-1-5-RELEASE/sys/miscfs/kernfs/
H A Dkernfs_vfsops.c200 kernfs_sync(struct mount *mp, int waitfor, argument
/netbsd-6-1-5-RELEASE/sys/fs/smbfs/
H A Dsmbfs_vfsops.c416 smbfs_sync(struct mount *mp, int waitfor, kauth_cred_t cred) argument
460 waitfor == MNT_WAIT ? FSYNC_WAIT : 0, 0, 0);
/netbsd-6-1-5-RELEASE/sys/fs/msdosfs/
H A Dmsdosfs_vfsops.c941 msdosfs_sync(struct mount *mp, int waitfor, kauth_cred_t cred) argument
973 if (waitfor == MNT_LAZY || vp->v_type == VNON ||
992 waitfor == MNT_WAIT ? FSYNC_WAIT : 0, 0, 0)) != 0)
1004 waitfor == MNT_WAIT ? FSYNC_WAIT : 0, 0, 0)) != 0)
/netbsd-6-1-5-RELEASE/sys/miscfs/procfs/
H A Dprocfs_vfsops.c242 int waitfor,
240 procfs_sync( struct mount *mp, int waitfor, kauth_cred_t uc) argument
/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dc_sh.c231 while (waitfor((char *) 0, &sig) >= 0)
236 rv = waitfor(*wp, &sig);

Completed in 352 milliseconds

123