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

/illumos-gate/usr/src/boot/sys/boot/arm/at91/libat91/
H A Dsd-card.c70 int waitfor; local
73 waitfor = AT91C_MCI_RXBUFF;
75 waitfor = AT91C_MCI_NOTBUSY;
81 while( !(status & waitfor) && (timeout>0) );
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_unix.c348 waitfor();
482 waitfor(void) function
514 waitfor();
H A Dex.h523 void waitfor(void);
H A Dex_io.c329 waitfor();
H A Dex_subr.c1073 waitfor();
/illumos-gate/usr/src/cmd/svr4pkg/pkgserv/
H A Dpkgserv.c1241 timestruc_t waitfor; local
1243 waitfor.tv_nsec = wait % LLNANOSEC;
1244 waitfor.tv_sec = wait / LLNANOSEC;
1245 (void) cond_reltimedwait(&cv, &mtx, &waitfor);
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_trans.h355 #define TRANS_IUPDAT(ip, waitfor) ufs_trans_iupdat(ip, waitfor)
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_trans.c166 ufs_trans_iupdat(struct inode *ip, int waitfor) argument
172 ufs_iupdat(ip, waitfor);
184 ufs_iupdat(ip, waitfor);
H A Dufs_inode.c832 * If waitfor is given, insure I/O order so wait for write to complete.
835 ufs_iupdat(struct inode *ip, int waitfor) argument
988 } else if (waitfor && (ip->i_ufsvfs->vfs_dio == 0)) {
1019 if (waitfor && (flag & IBDWRITE)) {
H A Dufs_subr.c455 * then force inode information to be written back using the given 'waitfor'.
458 ufs_syncip(struct inode *ip, int flags, int waitfor, top_t topid) argument
501 * waitfor represents two things -
503 * 2. if file sync then ufs_iupdat should 'waitfor' disk i/o or not.
505 if (waitfor == I_DSYNC) {
552 ufs_iupdat(ip, waitfor);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmain.c229 static int reap_kids __P((int waitfor));
2154 reap_kids(waitfor)
2155 int waitfor;
2167 pid = waitpid(-1, &status, (waitfor ? 0 : WNOHANG));
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_inode.c1153 ud_iupdat(struct ud_inode *ip, int32_t waitfor) argument
1275 if (waitfor) {
1302 if (waitfor && (flag & IBDWRITE)) {
H A Dudf_subr.c479 ud_syncip(struct ud_inode *ip, int32_t flags, int32_t waitfor) argument
500 ud_iupdat(ip, waitfor);
/illumos-gate/usr/src/boot/sys/sys/
H A Dmount.h406 * waitfor flags to vfs_sync() and getfsstat()
610 typedef int vfs_sync_t(struct mount *mp, int waitfor);
/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddeliver.c673 (void) waitfor(pid);
3902 st = waitfor(mci->mci_pid);
5223 ** around so that the waitfor() below will get it.
5633 st = waitfor(pid);
H A Dsendmail.h2670 extern int waitfor __P((pid_t));
H A Dreadcf.c1162 (void) waitfor(pid);
H A Dusersmtp.c809 (void) waitfor(pid);
H A Dconf.c2656 waitfor(pid) function
H A Dmap.c6396 status = waitfor(pid);
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c755 int waitfor)
800 ipx->ipx_waitfor = waitfor;
754 ipsq_pending_mp_add(conn_t *connp, ipif_t *ipif, queue_t *q, mblk_t *add_mp, int waitfor) argument

Completed in 459 milliseconds