Searched defs:waitfor (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_unix.c348 waitfor();
482 waitfor(void) function
514 waitfor();
/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/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/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/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/cmd/sendmail/src/
H A Dconf.c2656 waitfor(pid) function
/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 485 milliseconds