Home
last modified time | relevance | path

Searched refs:wait (Results 76 – 100 of 358) sorted by relevance

12345678910>>...15

/illumos-gate/usr/src/test/libc-tests/tests/random/
H A Darc4random_fork.c64 child = wait(&e); in main()
H A Darc4random_forkall.c64 child = wait(&e); in main()
H A Darc4random_forksig.c84 child = wait(&e); in main()
/illumos-gate/usr/src/lib/libdtrace/common/
H A Dtcp.d.in83 state == TCP_STATE_CLOSE_WAIT ? "state-close-wait" :
84 state == TCP_STATE_FIN_WAIT_1 ? "state-fin-wait-1" :
87 state == TCP_STATE_FIN_WAIT_2 ? "state-fin-wait-2" :
88 state == TCP_STATE_TIME_WAIT ? "state-time-wait" :
/illumos-gate/usr/src/uts/sun4v/promif/
H A Dpromif_io.c151 promif_do_read(char *buf, size_t len, boolean_t wait) in promif_do_read() argument
174 if (!wait) in promif_do_read()
/illumos-gate/usr/src/uts/common/sys/
H A Dwait.h98 extern pid_t wait(int *);
/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Dpci_cb.h93 extern void cb_disable_nintr(cb_t *cb_p, enum cb_nintr_index idx, int wait);
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_mac.c200 uint32_t tsfLow, j, wait; in ath9k_hw_stoptxdma() local
204 for (wait = 1000; wait != 0; wait--) { in ath9k_hw_stoptxdma()
235 wait = 1000; in ath9k_hw_stoptxdma()
238 if ((--wait) == 0) { in ath9k_hw_stoptxdma()
253 return (wait != 0); in ath9k_hw_stoptxdma()
/illumos-gate/usr/src/cmd/bhyve/
H A Dgdb.c1878 bool wait; in init_mdb() local
1880 wait = get_config_bool_default("gdb.wait", false); in init_mdb()
1893 if (wait) { in init_mdb()
1914 bool wait; in init_gdb() local
1923 wait = get_config_bool_default("gdb.wait", false); in init_gdb()
1931 saddr, sport, wait ? "" : "not "); in init_gdb()
1967 if (wait) { in init_gdb()
/illumos-gate/usr/src/cmd/modload/
H A Dmodunload.c82 (void) wait(&status); in main()
/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_cots.c807 RPCLOG(2, "clnt_cots_kcallit: wait.tv_sec: %ld\n", wait.tv_sec); in clnt_cots_kcallit()
814 if (wait.tv_sec < clnt_cots_min_conntout) { in clnt_cots_kcallit()
818 wait.tv_sec); in clnt_cots_kcallit()
821 cwait = wait; in clnt_cots_kcallit()
1127 max_waitsecs = wait.tv_sec ? wait.tv_sec : clnt_cots_min_tout; in clnt_cots_kcallit()
1153 wait.tv_sec -= waitsecs; in clnt_cots_kcallit()
1154 if (wait.tv_sec < 0) { in clnt_cots_kcallit()
1156 wait.tv_sec = 0; in clnt_cots_kcallit()
1197 timout = wait.tv_sec * drv_usectohz(1000000) + in clnt_cots_kcallit()
1198 drv_usectohz(wait.tv_usec) + oldlbolt; in clnt_cots_kcallit()
[all …]
/illumos-gate/usr/src/lib/libresolv/
H A Dres_send.c417 wait:
461 goto wait;
/illumos-gate/usr/src/uts/common/io/zyd/
H A Dzyd.c1022 cv_init(&sc->serial.wait, NULL, CV_DRIVER, NULL); in zyd_serial_init()
1049 res = cv_wait_sig(&sc->serial.wait, &sc->serial.lock); in zyd_serial_enter()
1051 cv_wait(&sc->serial.wait, &sc->serial.lock); in zyd_serial_enter()
1069 cv_broadcast(&sc->serial.wait); in zyd_serial_exit()
1079 cv_destroy(&sc->serial.wait); in zyd_serial_deinit()
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_send.c914 wait: in send_dg()
943 goto wait; in send_dg()
983 goto wait; in send_dg()
996 goto wait; in send_dg()
1026 goto wait; in send_dg()
/illumos-gate/usr/src/tools/cscope-fast/
H A Dexec.c143 w = wait(&status); in join()
H A Dmypopen.c98 while ((r = wait(&status)) != popen_pid[f] && r != -1) { in mypclose()
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib_buf.c803 rds_is_recvq_empty(rds_ep_t *ep, boolean_t wait) in rds_is_recvq_empty() argument
813 if (wait) { in rds_is_recvq_empty()
846 rds_is_sendq_empty(rds_ep_t *ep, uint_t wait) in rds_is_sendq_empty() argument
857 if (wait) { in rds_is_sendq_empty()
872 if ((wait == 2) && (ep->ep_type == RDS_EP_TYPE_DATA)) { in rds_is_sendq_empty()
913 if (wait) { in rds_is_sendq_empty()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/inetconv/
H A Dinetconv.c87 boolean_t wait; member
396 put_prop_value_boolean(prop, PR_ISWAIT_NAME, iconf->wait); in valid_basic_properties()
492 iconf->wait = B_TRUE; in valid_inetconfent()
494 iconf->wait = B_FALSE; in valid_inetconfent()
753 if (iconf->wait) { in print_manifest()
778 PR_ISWAIT_NAME, boolstr(iconf->wait), in print_manifest()
/illumos-gate/usr/src/cmd/cmd-inet/lib/netcfgd/
H A Dnetcfgd.c112 (void) wait(NULL); in daemonize()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.fingerd.c137 while ((w = wait(&status)) != pid && w != (pid_t)-1)
/illumos-gate/usr/src/lib/libmail/common/
H A Dpopenvp.c112 r = wait(&status); in pclosevp()
/illumos-gate/usr/src/ucbcmd/rusage/
H A Drusage.c53 union wait status; in main()
/illumos-gate/usr/src/cmd/mailx/
H A Dpopen.c121 while((r = wait(&status)) != popen_pid[f] && r != (pid_t)-1) in npclose()
/illumos-gate/usr/src/cmd/tip/aculib/
H A Ddn11.c75 while ((nw = wait(&lt)) != child && nw != -1) in dn_dialer()
/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dxpak.c30 static int xpak_reset(struct cphy *cphy, int wait) in xpak_reset() argument

12345678910>>...15