Home
last modified time | relevance | path

Searched refs:wait (Results 151 – 175 of 358) sorted by relevance

12345678910>>...15

/illumos-gate/usr/src/test/zfs-tests/include/
H A Dcommands.cfg125 wait
/illumos-gate/usr/src/test/libc-tests/tests/fexecve/
H A Dfexecve_test.c84 (void) wait(NULL); in forkit()
/illumos-gate/usr/src/cmd/svc/svcadm/
H A Dsvcadm.c2420 int wait = 0; in main() local
2431 wait = 1; in main()
2461 } else if (wait && exit_status == 0 && in main()
2478 int wait = 0; in main() local
2494 wait = 1; in main()
2525 } else if (wait && exit_status == 0 && in main()
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Deventlib.c252 new->u.wait.this = ctx->waitDone.first; in evGetNext()
542 evWait *this = ev->u.wait.this; in evDispatch()
636 FREE(ev->u.wait.this); in evDrop()
H A Deventlib_p.h173 struct { evWait *this; } wait; member
/illumos-gate/usr/src/lib/libslp/etc/
H A Dslp.conf.example131 # Set this property to change the maximum amount of time to wait until
166 # Set this property to change the maximum random wait bound (used with
/illumos-gate/usr/src/cmd/lp/lib/lp/
H A DSyscalls.c401 while ((n = wait(i)) == -1 && errno == EINTR)
/illumos-gate/usr/src/cmd/refer/
H A Daddbib.c217 wait(&status); in bibedit()
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dmain.c117 (void) wait(NULL); in daemonize()
/illumos-gate/usr/src/cmd/sa/
H A Dtimex.c136 while (wait(&status) != p) in main()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_soft_ring.c150 mac_soft_ring_create(int id, clock_t wait, uint16_t type, in mac_soft_ring_create() argument
183 ringp->s_ring_wait = MSEC_TO_TICK(wait); in mac_soft_ring_create()
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_domain.c796 smb_dcache_getdc(smb_dcinfo_t *dci, boolean_t wait) in smb_dcache_getdc() argument
807 while (wait && !smb_dcache.dc_dci_valid) { in smb_dcache_getdc()
/illumos-gate/usr/src/uts/common/rpc/
H A Drpcmod.c316 kcondvar_t wait; member
452 cv_signal(&t->wait); in tmp_rput()
502 cv_init(&t->wait, NULL, CV_DEFAULT, NULL); in rmm_open()
514 if (cv_wait_sig(&t->wait, &t->lock) == 0) { in rmm_open()
540 cv_destroy(&t->wait); in rmm_open()
/illumos-gate/usr/src/uts/common/sys/
H A Dsysinfo.h58 uint_t wait[W_STATES]; /* CPU wait time breakdown */ member
/illumos-gate/usr/src/cmd/ypcmd/ypupdated/
H A Drpc.ypupdated.c338 wait(&status); in update()
/illumos-gate/usr/src/cmd/fs.d/
H A Dff.c365 if (wait(&status) == pid) { in exec_specific()
/illumos-gate/usr/src/cmd/bnu/
H A Duusched.c269 while ((ret = wait(&status)) != pid)
/illumos-gate/usr/src/lib/libnsl/saf/
H A Ddoconfig.c453 rpid = wait(&status); in dorun()
/illumos-gate/usr/src/cmd/mailx/
H A Dcmd4.c163 while (wait(&s) != pid); in dopipe()
H A Dsend.c521 wait((int *)0); in mail1()
580 while ((p = wait(&s)) != pid && p != (pid_t)-1) in mail1()
/illumos-gate/usr/src/cmd/lp/model/
H A Dstandard155 # ${DRAIN} is the name of a program that will wait
160 DRAIN="${LOCALPATH}/drain.output 5" # wait only five seconds
911 # If the fault recovery is "wait" or "begin", the printer
915 # is allowed to wait for the printer fault to be cleared so
936 # The filter should wait for a printer fault to clear,
941 # with a 0 exit code. If it can't wait, it should exit
/illumos-gate/usr/src/uts/sun4u/opl/io/pcicmu/
H A Dpcmu_ib.c149 pcmu_ib_intr_disable(pcmu_ib_t *pib_p, pcmu_ib_ino_t ino, int wait) in pcmu_ib_intr_disable() argument
163 if (!wait) in pcmu_ib_intr_disable()
/illumos-gate/usr/src/cmd/vgrind/
H A Dvgrindefs.src68 read readonly set shift test trap umask wait:
77 while umask unalias unset wait while @ env \
/illumos-gate/usr/src/cmd/svc/startd/
H A Dfork.c614 fork_rc_script(char rl, const char *arg, boolean_t wait) in fork_rc_script() argument
652 if (wait) { in fork_rc_script()
/illumos-gate/usr/src/uts/common/io/vio9p/
H A Dvio9p.c219 vio9p_req_alloc(vio9p_t *vin, bool wait) in vio9p_req_alloc() argument
245 if (wait) { in vio9p_req_alloc()

12345678910>>...15