| /netvirt/usr/src/cmd/cmd-inet/usr.bin/talk/ |
| ctl_transact.c | 47 /* the amount of time to wait for a response, in seconds */ 68 struct timeval wait; local 70 wait.tv_sec = CTL_WAIT; 71 wait.tv_usec = 0; 106 0, 0, &wait)) < 0) { 139 timerclear(&wait); 140 nready = select(32, (fd_set *)&read_mask, 0, 0, &wait);
|
| msgs.c | 63 static struct timeval wait = { MSG_INTERVAL, 0}; variable in typeref:struct:timeval 77 itimer.it_value = itimer.it_interval = wait;
|
| io.c | 67 struct timeval wait; local 76 * wait on both the other process (sockt_mask) and 86 wait.tv_sec = A_LONG_TIME; 87 wait.tv_usec = 0; 89 nb = select(32, (fd_set *)&read_set, 0, 0, &wait); 113 pause(); /* wait for Ctrl-C */
|
| /netvirt/usr/src/cmd/syslogd/ |
| queue.c | 91 dataq_waiter_t wait; local 96 wait.wakeup = 0; 97 (void) pthread_cond_init(&wait.cv, NULL); 99 ll_enqueue(&dataq->waiters, &wait.list); 100 while (wait.wakeup == 0) 101 (void) pthread_cond_wait(&wait.cv, &dataq->lock); 104 (void) pthread_cond_destroy(&wait.cv);
|
| /netvirt/usr/src/cmd/csh/ |
| wait.h | 16 #pragma ident "@(#)wait.h 1.7 07/01/29 SMI" 19 * This file holds definitions relevant to the wait system call. 34 * wait and wait3. If w_stopval==WSTOPPED, then the second structure 37 union wait { union 86 * wait to not hang if there are no stopped or terminated processes, rather 89 * which stop due to signals. If children are stopped and a wait without 93 #define WNOHANG 1 /* dont hang in wait */ 100 extern pid_t csh_wait3(union wait *w, int options, struct rusage *rp);
|
| /netvirt/usr/src/lib/libslp/clib/ |
| slp_queue.c | 64 cond_t *wait; member in struct:queue 72 * queues can operate in one of two modes: timed-wait, and infinite 73 * wait. The timeout parameter specifies which of these modes should 78 cond_t *wait; local 91 if (!(wait = calloc(1, sizeof (*wait)))) { 96 (void) cond_init(wait, NULL, NULL); 107 q->wait = wait; 138 (void) cond_signal(q->wait); [all...] |
| /netvirt/usr/src/stand/lib/fs/nfs/ |
| bootparams.c | 86 int resp_wait; /* secs to wait for resp */ 109 * Retransmit/wait for up to resp_wait secs. 145 resp_wait = 0; /* go to default wait now. */ 224 int wait; local 267 * Wait only 32 secs for rpc_call to succeed. 270 wait = def_wait; 274 xdr_bp_getfile_res, (caddr_t)&res, rexmit, wait, 287 wait = def_wait; 301 wait, &to, &from, AUTH_NONE); 328 rexmit = wait; [all...] |
| mount.c | 149 * Wait up to 16 secs for first response, retransmitting expon. 164 resp_wait = 0; /* use default wait time. */ 325 * Wait up to 16 secs for first response, retransmitting expon. 348 resp_wait = 0; /* use default wait time. */ 389 struct timeval wait; local 395 wait.tv_sec = RPC_RCVWAIT_MSEC / 1000; 396 wait.tv_usec = 0; 411 NFS_V4, wait, &fd, 426 xdr_void, NULL, wait); 563 struct timeval wait; local [all...] |
| /netvirt/usr/src/uts/common/io/nxge/ |
| nxge_serialize.c | 214 long wait = lbolt + drv_usectohz(tns/NXGE_TX_AVG_RES); local 216 (void) cv_timedwait(&p->timecv, &p->timelock, wait); 295 * The queue is full, block and wait for half of 300 long wait = lbolt + local 303 &p->serial, wait);
|
| /netvirt/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/ |
| StatusBar.java | 135 wait(); method 137 wait(wakeupTime - currentTime);
|
| /netvirt/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/base/ |
| Registry.java | 164 wait(); method
|
| /netvirt/usr/src/ucbhead/sys/ |
| wait.h | 38 #pragma ident "@(#)wait.h 1.10 05/06/08 SMI" 48 * This wait.h is a combination of SunOS's wait.h and SysV wait.h 49 * The structure 'union wait' is taken from SunOS, while the 55 * wait and wait3. If w_stopval==WSTOPPED, then the second structure 58 union wait { union 97 /* ----- begin SysV wait.h ----- */ 107 * arguments to wait functions 110 #define WEXITED 0001 /* wait for processes that have exite * [all...] |
| /netvirt/usr/src/lib/libbc/libc/sys/common/ |
| wait.c | 35 #pragma ident "@(#)wait.c 1.16 05/09/30 SMI" 45 #include <sys/wait.h> 64 * arguments to wait functions from SVR4 67 #define N_WEXITED 0001 /* wait for processes that have exite */ 68 #define N_WTRAPPED 0002 /* wait for processes stopped while tracing */ 69 #define N_WSTOPPED 0004 /* wait for processes stopped by signals */ 70 #define N_WCONTINUED 0010 /* wait for processes continued */ 74 #define N_WNOHANG 0100 /* non blocking form of wait */ 75 #define N_WNOWAIT 0200 /* non destructive form of wait */ 109 wait(int *status function [all...] |
| /netvirt/usr/src/lib/libnisdb/ |
| nisdb_rw.h | 146 uint32_t wait; /* Blocked on mutex */ member in struct:__nisdb_rwlock
|
| /netvirt/usr/src/uts/common/fs/sockfs/ |
| nl7clogd.c | 78 kcondvar_t wait; member in struct:logd_s 375 kcondvar_t *wait = &logdp->wait; local 382 /* Wait for something to do */ 385 cv_wait(wait, lock); 560 cv_init(&logd.wait, NULL, CV_DEFAULT, NULL); 632 cv_signal(&logd.wait); 748 cv_signal(&logd.wait);
|
| /netvirt/usr/src/uts/common/io/aac/ |
| aac_ioctl.h | 88 int32_t wait; member in struct:aac_get_adapter_fib
|
| /netvirt/usr/src/uts/common/os/ |
| exit.c | 46 #include <sys/wait.h> 80 * convert code/data pair into old style wait status 865 * Format siginfo structure for wait system calls. 890 * Wait system call. 1099 * change state while we wait, we don't wait at all. 1115 * The wait() system call trap is no longer invoked by libc. 1120 wait(void) function 1227 * We wait until now to free the cred structure because a
|
| /netvirt/usr/src/cmd/krb5/kadmin/gui/dchanger/ |
| DCPanel.java | 173 * Sleeps till the timer's services are requested using wait() and 182 // Wait till the timer is required 183 wait(); method 212 * The first stage of timer - is a longer timer. Wait to see if the
|
| /netvirt/usr/src/cmd/mdb/common/kmdb/ |
| kmdb_promif.c | 56 kmdb_prom_getchar(int wait) 66 if (!wait) 76 if (!wait && ischar != NULL && !kmdb_dpi_call(ischar, 1, &arg)) 100 kmdb_prom_reader(caddr_t buf, size_t len, int wait) 106 if ((c = kmdb_prom_getchar(wait)) == -1) 111 wait = 0; 228 kmdb_prom_fill_readbuf(int check_for_int, int wait) 249 kmdb_prom_readbuf_head, left, wait)) <= 0) 266 kmdb_prom_readbuf_head, left, wait)) <= 0) 305 int wait = 1 local [all...] |
| /netvirt/usr/src/lib/libc/port/aio/ |
| posix_aio.c | 51 cond_t _aio_waitn_cv = DEFAULTCV; /* wait for end of aio_waitn */ 349 timespec_t *wait = NULL; local 387 /* timeout pointer = NULL : wait indefinitely */ 488 wait = &twait; 491 wait = &twait; 555 wait->tv_sec = hrtres / (hrtime_t)NANOSEC; 556 wait->tv_nsec = hrtres % (hrtime_t)NANOSEC; 566 list, nent, wait, -1); 594 wait->tv_sec = hrtres / (hrtime_t)NANOSEC; 595 wait->tv_nsec = hrtres % (hrtime_t)NANOSEC 934 timespec_t *wait = NULL; local [all...] |
| /netvirt/usr/src/uts/sun4u/io/ |
| zuluvm.c | 257 int wait = 0; local 283 wait |= ZULUVM_WAIT_INTR1; 289 wait |= ZULUVM_WAIT_INTR2; 331 if (zdev->intr_flags | wait) 407 * It will set the wait flag, in that case we send 412 if (zdev->intr_flags | wait) 438 int wait = 0; local 458 * It will set the wait flag, in that case we send 465 wait = ZULUVM_WAIT_INTR1; 470 wait = ZULUVM_WAIT_INTR2 854 int wait = 0; local [all...] |
| /netvirt/usr/src/cmd/svc/svcadm/ |
| svcadm.c | 59 * How long we will wait (in seconds) for a service to change state 2157 int wait = 0; local 2209 int wait = 0; local [all...] |
| /netvirt/usr/src/cmd/svc/svcprop/ |
| svcprop.c | 107 static int wait = 0; /* Wait mode. */ variable 761 * Wait for a property group or property change. 833 gettext("Cannot wait for an instance.\n")); 882 gettext("Cannot wait for a service.\n")); 1018 if (cflag || sflag || wait) 1025 if (Cflag || sflag || wait) 1047 if (Cflag || cflag || wait) 1064 wait = 1; 1102 if (wait) { [all...] |
| /netvirt/usr/src/lib/libc/port/threads/ |
| scalls.c | 932 wait(int *stat_loc) function
|
| /netvirt/usr/src/cmd/cmd-inet/usr.sbin/inetconv/ |
| inetconv.c | 36 #include <sys/wait.h> 89 boolean_t wait; member in struct:inetconfent 186 " Use inetd's built-in process kill support to offline wait type\n" 363 buf[sizeof (" service-name endpoint-type protocol wait-status")]; 379 (void) strlcat(buf, " wait-status", sizeof (buf)); 398 put_prop_value_boolean(prop, PR_ISWAIT_NAME, iconf->wait); 493 if (strcmp(iconf->wait_status, "wait") == 0) { 494 iconf->wait = B_TRUE; 496 iconf->wait = B_FALSE; 499 gettext("%s: Error %s line %d invalid wait-status: %s\n") [all...] |