Home
last modified time | relevance | path

Searched refs:wait (Results 226 – 250 of 358) sorted by relevance

12345678910>>...15

/illumos-gate/usr/src/cmd/find/
H A Dfind.c1259 if ((rc = wait(&r)) == -1 && errno != EINTR) { in doexec()
1315 if ((rc = wait(&status)) == -1 && in doexec()
1549 while ((p = wait(&status)) != pid && p != (pid_t)-1) in cmdclose()
/illumos-gate/usr/src/uts/common/ipp/
H A Dippconf.c2507 uint32_t wait; in destroy_action() local
2535 for (wait = 0; ap->ippa_packets > 0 && wait < (MAXWAIT * 1000000); in destroy_action()
2536 wait += 1000) { in destroy_action()
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h651 extern int wait();
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-xopen-xcu4.p5m101 link path=usr/xpg4/bin/wait target=../../bin/alias
/illumos-gate/usr/src/cmd/sgs/ldd/common/
H A Dldd.c570 while (wait(&status) != pid) in run()
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Dta.c827 while( (rc = wait(&status)) != unixpid && rc != -1 ) ; in callunix()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c1770 wait: in revarpinput()
1819 goto wait; in revarpinput()
1827 goto wait; in revarpinput()
1838 goto wait; in revarpinput()
/illumos-gate/usr/src/cmd/mailx/
H A Dcollect.c908 while (wait((int *)0) != pid) in mesedit()
1044 while (wait(&s) != pid) in mespipe()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcpvar.h1192 int wait; member
/illumos-gate/usr/src/lib/libpthread/common/
H A Dmapfile-vers245 wait { TYPE = FUNCTION };
/illumos-gate/usr/src/cmd/cron/
H A Dcrontab.c386 wait(&stat_loc); in main()
/illumos-gate/usr/src/cmd/bnu/
H A Duucp.c414 while (wait(NULL) != -1)
H A Dct.c467 while ((w_ret = wait(&_Status)) != _Pid)
/illumos-gate/usr/src/uts/common/rpc/
H A Drpcib.c302 static rdma_stat rib_read(CONN *conn, struct clist *cl, int wait);
303 static rdma_stat rib_write(CONN *conn, struct clist *cl, int wait);
2749 rib_write(CONN *conn, struct clist *cl, int wait) in rib_write() argument
2774 if (wait) { in rib_write()
2841 rib_read(CONN *conn, struct clist *cl, int wait) in rib_read() argument
2874 if (wait && (cl->c_next == NULL)) { in rib_read()
2898 if (wait && (cl->c_next == NULL)) { in rib_read()
2911 if (wait && cl->c_next == NULL) { in rib_read()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dconf.tab84 while (wait((int*)0) > 0);
141 #include "FEATURE/wait"
/illumos-gate/usr/src/cmd/auditreduce/
H A Dmain.c1025 pid = wait(&status); in chld_handler()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_sess.c2466 iscsi_sess_enum_request(iscsi_sess_t *isp, boolean_t wait, uint32_t event_count) in iscsi_sess_enum_request() argument
2481 if (wait == B_TRUE) { in iscsi_sess_enum_request()
2500 if (wait == B_TRUE) { in iscsi_sess_enum_request()
/illumos-gate/usr/src/uts/common/io/audio/ac97/
H A Dac97.c1102 int wait = 1000; /* delay for up to 1s */ in ac_analog_reset() local
1115 while (wait--) { in ac_analog_reset()
/illumos-gate/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.c678 wait((int *)0); in sigint()
1035 wait((int *)NULL); in parent_copy()
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/
H A Dscr.ss139 ; send an Abort or Bus Device Reset message and wait for the disconnect
242 ; wait reselect. Otherwise, let the driver start a new cmd.
/illumos-gate/usr/src/cmd/sdiff/
H A Dsdiff.c773 while (pid != wait(&i)) in edit()
/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcis_handlers.h772 uint32_t wait; /* max WAIT time in device speed format */ member
/illumos-gate/usr/src/tools/scripts/
H A Dgit-pbchk.py88 err = p.wait()
/illumos-gate/usr/src/lib/libipadm/common/
H A Dipadm_addr.c2101 ipadm_set_wait_time(ipadm_addrobj_t ipaddr, int32_t wait) in ipadm_set_wait_time() argument
2105 ipaddr->ipadm_wait = wait; in ipadm_set_wait_time()
2290 int32_t wait = IPADM_DHCP_WAIT_DEFAULT; in i_ipadm_enable_dhcp() local
2317 err = nvpair_value_int32(nvp, &wait); in i_ipadm_enable_dhcp()
2330 ipaddr.ipadm_wait = wait; in i_ipadm_enable_dhcp()
/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_impl.c548 caddr_t argsp, xdrproc_t xdr_result, caddr_t resultp, struct timeval wait) in nlm_clnt_call() argument
565 wait = nlm_rpctv_zero; in nlm_clnt_call()
581 argsp, xdr_result, resultp, wait); in nlm_clnt_call()

12345678910>>...15