Searched defs:sleep (Results 1 - 25 of 57) sorted by path

123

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c888 // wait one second to give the client a chance to go to sleep, and then start our ARP/NDP probing.
891 // If we don't wait for the client to go to sleep, then when the client sees our ARP Announcements there's a risk
1020 // When we wake up from sleep, we call ActivateUnicastRegistration. It is possible that just before we went to sleep,
1024 // to sleep, then it is okay to start in Pending state as we will go back to NoTarget state if we don't have a target.
1507 // If this is a non-sleep proxy keepalive record, fetch the MAC address of the remote host.
1531 // Adding a record may affect whether or not we should sleep
2043 // DiscardDeregistrations is used on shutdown and sleep to discard (forcibly and immediately)
2214 // Right now we only send Neighbor Solicitations to verify whether the host we're proxying for has gone to sleep yet.
2330 // If there are no sleep proxie
6531 mDNSCoreMachineSleep(mDNS *const m, mDNSBool sleep) argument
[all...]
/illumos-gate/usr/src/cmd/init/
H A Dinit.c135 #undef sleep macro
1097 * are found that haven't left yet, sleep for TWARN seconds and
3038 * timer() is a substitute for sleep() which uses alarm() and pause().
4434 (void) sleep(1);
/illumos-gate/usr/src/cmd/initpkg/
H A Dumountall.sh65 # /usr/bin/sleep -k, to sleep after an fuser -c -k on the mountpoint
137 sleep () { function
138 : # No need to show where we'd sleep
207 sleep () { function
211 if [ ! -x /usr/bin/sleep ]; then
212 sleep () { function
213 echo "umountall: sleep after fuser -k skipped (no /usr)" 1>&2
353 sleep 2
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dconf.h391 # define BROKEN_PTHREAD_SLEEP 1 /* sleep after pthread_create() fails */
697 # define sleep sleepX macro
790 # define sleep sleepX macro
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dclock.c484 ** SLEEP -- a version of sleep that works with this stuff
486 ** Because Unix sleep uses the alarm facility, I must reimplement
490 ** intvl -- time to sleep.
511 sleep(intvl) function
546 syslog(LOG_ERR, "sleep: interval=%u exceeds max value %d",
572 syslog(LOG_ERR, "sleep: sm_setevent(%u) failed", intvl);
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dmisc.c57 void sleep(int secs) function
71 printf("<sleep>\n");
72 return sleep(secs);
/illumos-gate/usr/src/lib/libbc/libc/gen/4.2/
H A Dsleep.c20 sleep(unsigned n) function
43 * sleep never did anything more than this before.
/illumos-gate/usr/src/lib/libbc/libc/gen/sys5/
H A Dsleep.c23 * sleep(n)
32 sleep(unsigned n) function
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dscalls.c54 #pragma weak _sleep = sleep
401 * temporary mask before the thread goes to sleep. If
685 sleep(unsigned int sec) function
/illumos-gate/usr/src/lib/libdns_sd/common/
H A Ddnssd_clientstub.c64 #define sleep(X) Sleep((X) * 1000) macro
588 sleep(1); // Sleep a bit, then try again
809 sleep(1);
987 if (num_logs < 1000) num_logs++;else sleep(1);
/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Dportable.h404 #define sleep(a) Sleep( a*1000 ) macro
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dsleep.c22 * sleep delay
29 #define sleep ______sleep macro
31 #undef sleep macro
39 # define sleep _ast_sleep macro
126 unsigned int sleep(unsigned int sec) function
173 sleep(n);
199 sleep(n);
211 sleep(n);
/illumos-gate/usr/src/stand/lib/sa/
H A Dunistd.c72 sleep(unsigned int secs) function
/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_bcache.c4799 int sleep; local
4800 sleep = (flag & ALLOC_NOWAIT) ? KM_NOSLEEP : KM_SLEEP;
4806 kmem_alloc((size_t)centry->cc_alloc_size_dm, sleep);
/illumos-gate/usr/src/uts/common/avs/ns/solaris/
H A Dnsc_thread.c159 nst_thread_alloc(nstset_t *set, const int sleep) argument
178 if (!sleep)
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipclassifier.c214 * conn_t *ipcl_conn_create(type, sleep, netstack_t *)
576 ipcl_conn_create(uint32_t type, int sleep, netstack_t *ns) argument
583 if ((connp = kmem_cache_alloc(sctp_conn_cache, sleep)) == NULL)
618 if ((connp = kmem_cache_alloc(conn_cache, sleep)) == NULL)
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp.c781 sctp_init_values(sctp_t *sctp, sctp_t *psctp, int sleep) argument
814 if (sleep == KM_SLEEP) {
911 if ((err = sctp_build_hdrs(sctp, sleep)) != 0) {
1328 int sleep = flags & SCTP_CAN_BLOCK ? KM_SLEEP : KM_NOSLEEP; local
1364 if ((connp = ipcl_conn_create(IPCL_SCTPCONN, sleep,
1378 if ((ack_mp = sctp_timer_alloc(sctp, sctp_ack_timer, sleep)) == NULL ||
1380 sleep)) == NULL) {
1401 if (sctp_init_values(sctp, psctp, sleep) != 0) {
1424 if (sctp_dup_saddrs(psctp, sctp, sleep)) {
H A Dsctp_addr.c232 sctp_get_all_ipifs(sctp_t *sctp, int sleep) argument
265 error = sctp_ipif_hash_insert(sctp, sctp_ipif, sleep,
455 sctp_ipif_hash_insert(sctp_t *sctp, sctp_ipif_t *ipif, int sleep, argument
490 ipif_obj = kmem_zalloc(sizeof (sctp_saddr_ipif_t), sleep);
611 sctp_copy_ipifs(sctp_ipif_hash_t *list1, sctp_t *sctp2, int sleep) argument
621 error = sctp_ipif_hash_insert(sctp2, obj->saddr_ipifp, sleep,
635 sctp_dup_saddrs(sctp_t *sctp1, sctp_t *sctp2, int sleep) argument
641 return (sctp_get_all_ipifs(sctp2, sleep));
649 error = sctp_copy_ipifs(&sctp1->sctp_saddrs[i], sctp2, sleep);
H A Dsctp_common.c455 * connection security label. If sleep is true, this function should
463 sctp_add_faddr(sctp_t *sctp, in6_addr_t *addr, int sleep, boolean_t first) argument
511 if ((faddr = kmem_cache_alloc(sctp_kmem_faddr_cache, sleep)) == NULL)
514 timer_mp = sctp_timer_alloc((sctp), sctp_rexmit_timer, sleep);
914 sctp_build_hdrs(sctp_t *sctp, int sleep) argument
946 hdrs = kmem_alloc(hdrs_len, sleep);
986 hdrs = kmem_alloc(hdrs_len, sleep);
1509 int sleep, sctp_stack_t *sctps, ip_recv_attr_t *ira)
1555 sleep);
1566 sleep);
1508 sctp_secure_restart_check(mblk_t *pkt, sctp_chunk_hdr_t *ich, uint32_t ports, int sleep, sctp_stack_t *sctps, ip_recv_attr_t *ira) argument
[all...]
H A Dsctp_conn.c360 int sleep = sctp->sctp_cansleep ? KM_SLEEP : KM_NOSLEEP; local
530 if ((err = sctp_add_faddr(sctp, &dstaddr, sleep,
H A Dsctp_timer.c157 sctp_timer_alloc(sctp_t *sctp, pfv_t func, int sleep) argument
164 if (sleep == KM_SLEEP) {
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/
H A D5710_hsi.h8928 u8_t sleep /* Measure including a thread sleep */; member in struct:t_measure_pci_latency_ctrl
8936 u8_t sleep /* Measure including a thread sleep */; member in struct:t_measure_pci_latency_ctrl
/illumos-gate/usr/src/uts/common/io/
H A Dbofi.c372 int sleep = (dmareqp->dmar_fp == DDI_DMA_SLEEP) ? VM_SLEEP: VM_NOSLEEP; local
378 dmareqp->dmar_object.dmao_obj.pp_obj.pp_pp, sleep);
384 dmareqp->dmar_object.dmao_obj.virt_obj.v_as, sleep);
395 dmareqp->dmar_object.dmao_obj.virt_obj.v_as, sleep);
2195 * we either didn't need to sleep, we've been woken up or we've been
H A Dfdc.c1378 int sleep = 1; local
1438 sleep = 0;
1443 sleep = 0;
1449 sleep = 0;
1536 rval_exec = fdc_exec(fcp, sleep, change);
2150 * to sleep: set sleep
2154 fdc_exec(struct fdcntlr *fcp, int sleep, int change) argument
2165 (CE_CONT, "fdc_exec: sleep %x change %x\n", sleep, chang
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dfc.c7721 uint32_t sleep; local
7786 sleep = (dfc->flag & 0x01) ? 1 : 0;
7788 emlxs_get_dfc_event(port, dfc_event, sleep);
10050 uint32_t event, pid, sleep, i; local
10093 sleep = (dfc->flag & 0x01) ? 1 : 0;
10095 emlxs_get_sd_event(vport, dfc_event, sleep);

Completed in 349 milliseconds

123