| /titanic_50/usr/src/man/man3c/ |
| H A D | call_once.3c | 19 .Nd ensure function is only called once 22 .Vt "once_flag once = ONCE_FLAG_INIT;" 25 .Fa "once_flag *once" 31 function is used to ensure that an operation occurs only once, even 41 is called only once. Note, the argument 42 .Fa once 45 .Fa once , 51 .Fn once 67 .Fa once 78 will have been called at most once across the liftime of the [all …]
|
| /titanic_50/usr/src/man/man5/ |
| H A D | zpool-features.5 | 90 cannot be disabled once they have been enabled. 213 This feature is \fBactive\fR once either of the limit properties has been 214 set on a dataset. Once activated the feature is never deactivated. 266 an existing space map is upgraded to the new format. Once the feature is 348 Once this feature is enabled ZFS records the transaction group number 389 Once the \fBhole_birth\fR feature has been enabled the block birth times 443 This feature becomes \fBactive\fR once a \fBrecordsize\fR property has been 444 set larger than 128KB, and will return to being \fBenabled\fR once all 472 \fBactive\fR once a \fBchecksum\fR property has been set to \fBsha512\fR, 473 and will return to being \fBenabled\fR once all filesystems that have [all …]
|
| /titanic_50/usr/src/lib/libc/port/threads/ |
| H A D | pthread.c | 154 * pthread_once: calls given function only once. 160 __once_t *once = (__once_t *)once_control; in pthread_once() local 162 if (once == NULL || init_routine == NULL) in pthread_once() 165 if (once->once_flag == PTHREAD_ONCE_NOTDONE) { in pthread_once() 166 (void) mutex_lock(&once->mlock); in pthread_once() 167 if (once->once_flag == PTHREAD_ONCE_NOTDONE) { in pthread_once() 168 pthread_cleanup_push(mutex_unlock, &once->mlock); in pthread_once() 172 once->once_flag = PTHREAD_ONCE_DONE; in pthread_once() 174 (void) mutex_unlock(&once->mlock); in pthread_once()
|
| /titanic_50/usr/src/uts/common/io/usb/usba/ |
| H A D | README | 81 Once pipe is closed - USB_PIPE_STATE_CLOSED 128 Once pipe is closed - USB_PIPE_STATE_CLOSED 168 Once pipe is closed - USB_PIPE_STATE_CLOSED 205 Once pipe is closed - USB_PIPE_STATE_CLOSED 245 Once pipe is closed - USB_PIPE_STATE_CLOSED 282 Once pipe is closed - USB_PIPE_STATE_CLOSED 322 Once pipe is closed - USB_PIPE_STATE_CLOSED
|
| /titanic_50/usr/src/cmd/latencytop/common/ |
| H A D | latencytop.c | 72 "-t is set more than once with different values.", in check_opt_dup() 73 "-o is set more than once.", in check_opt_dup() 74 "-k is set more than once with different values.", in check_opt_dup() 75 "-l is set more than once with different values.", in check_opt_dup() 76 "-c is set more than once.", in check_opt_dup() 77 "-f [no]filter is set more than once with different values.", in check_opt_dup() 78 "-f [no]sched is set more than once with different values.", in check_opt_dup() 79 "-f [no]sobj is set more than once with different values.", in check_opt_dup() 80 "-f [no]low is set more than once with different values.", in check_opt_dup() 81 "-s is set more than once with different values." in check_opt_dup()
|
| /titanic_50/usr/src/uts/common/gssapi/mechs/krb5/include/ |
| H A D | k5-platform.h | 69 guarantee in both cases that the init function is run once, in one 112 ensures thath the function is called exactly once (pthread_once or 202 typedef struct { k5_once_t once; int error, did_run; void (*fn)(void); } k5_init_t; member 215 int k5int_err = k5_once(&k5int_i->once, k5int_i->fn); \ 226 err = k5_once(&i->once, i->fn); \ 238 static k5_init_t JOIN__2(NAME, once) = \ 243 JOIN__2(NAME, once).did_run = 1; \ 244 JOIN__2(NAME, once).error = NAME(); \ 249 k5_call_init_function(& JOIN__2(NAME, once)) 255 if we don't invoke mutex/once routines? Probably not, the [all …]
|
| /titanic_50/usr/src/lib/libresolv2/common/irs/ |
| H A D | gai_strerror.c | 59 static int once = 0; in gai_strerror() 67 if (!once) { in gai_strerror() 70 if (!once) { in gai_strerror() 75 once = 1; in gai_strerror()
|
| H A D | irs_data.c | 60 static int once = 0; variable 135 if (!once) { in net_data_init() 138 if (!once) { in net_data_init() 143 once = 1; in net_data_init()
|
| /titanic_50/usr/src/man/man1m/ |
| H A D | ipfs.1m | 128 lock once complete. 138 the state tables to have already been locked and does not change the lock once 151 beginning of this operation and unlocked once complete. 163 beginning of this operation and unlocked once complete.
|
| H A D | th_manage.1m | 50 once it has displayed its status. 61 once they have displayed their status. 71 \fIfailcount\fR and \fIacc_chk\fR to zero, so that \fBth_define\fR exits once
|
| H A D | poolstat.1m | 231 reports statistics only once. 233 If neither interval nor count are specified, statistics are reported once. If 245 If neither interval nor count are specified, statistics are reported once. If 290 above, are listed multiple times, once for each pool.
|
| H A D | cron.1m | 25 using the \fBcrontab\fR(1) command. Commands which are to be executed only once 35 As \fBcron\fR never exits, it should be executed only once. This is done 62 once, twice, or not at all.
|
| H A D | logadm.1m | 135 executed only once after all the logs are rotated, not once per rotated log. 167 executed only once before all the logs are rotated, not once per rotated log. 419 executed once every time a log is rotated. This is useful for post-processing a 823 This command is run once, and since the \fB-w\fR option is specified, an entry 841 is \fBapache\fR and once the line has been run, the entry in
|
| H A D | fsdb_ufs.1m | 95 display or set the input/output base. Once set, all input will default to this 105 and so forth to a byte address. Once the address has been calculated, 151 specified after a ','. Once set, \fBcount\fR will remain at this value until a 188 root of the file system. Once there, any subsequent \fBRETURN\fR (or +, -) 224 to right) and may use parentheses. Once evaluated, the value of \fBdot\fR is 792 field. Once poised at the desired directory entry (using the \fIdirectory\fR
|
| /titanic_50/usr/src/lib/libast/common/sfio/ |
| H A D | vthread.h | 153 /* structure for exactly once execution */ 156 _vtonce_t once; member 169 #define vtonceerror(once) ((once)->error) argument 215 #define vtonceerror(once) (0) argument
|
| /titanic_50/usr/src/man/man9e/ |
| H A D | detach.9e | 52 The \fBdetach()\fR function will be called once for each instance of the device 53 for which there has been a successful \fBattach()\fR, once there are no longer 55 detached only once. The \fBdetach()\fR function should clean up any per 93 access memory. Once quiescence has been obtained, \fBdetach()\fR can be called
|
| /titanic_50/usr/src/man/man7d/ |
| H A D | llc1.7d | 137 Once in the \fBDL_ATTACHED\fR state, the user must send a \fBDL_BIND_REQ\fR to 157 Once in the \fBDL_BOUND\fR state, the user may transmit frames on the LAN by 185 currently associated (attached) to this stream. Once changed, all streams 187 address. Once changed, the physical address will remain set until this
|
| H A D | eri.7d | 136 Once in the \fBDL_ATTACHED\fR state, the user must send a \fBDL_BIND_REQ\fR to 174 Once in the \fBDL_BOUND\fR state, the user may transmit frames on the Ethernet 219 primitive is successful on this stream. Once changed, all streams subsequently 220 opened and attached to this device will obtain this new physical address. Once
|
| /titanic_50/usr/src/uts/common/sys/ |
| H A D | damap.h | 46 * Once a report has stabilized, the reported address is either 59 * Once an address has been reported (or reported as removed), the report 66 * Once a reported address has passed its stabilization, the address is 67 * 'activated' by the framework. Once activated, the address is passed
|
| /titanic_50/usr/src/cmd/sa/ |
| H A D | README | 39 sadc is executed once, such that a special record is written to 46 If t and n are not specified, it writes data once. 58 minutes interval from 8:00 to 17:00 and once at other times.
|
| /titanic_50/usr/src/man/man1/ |
| H A D | trap.1 | 42 scanned once when the trap is set and once when the trap is taken.) Trap 65 receives signal(s) \fIsig\fR. \fIarg\fR is scanned once when the trap is set 66 and once when the trap is taken. Each \fIsig\fR can be specified as a number or
|
| /titanic_50/usr/src/man/man3curses/ |
| H A D | curs_initscr.3curses | 56 be used instead of \fB initscr()\fR; \fBinitscr()\fR should only be called once 64 this routine. The routine \fBnewterm()\fR should be called once for each 71 \fBnewterm()\fR is called more than once for the same terminal, the first
|
| /titanic_50/usr/src/man/man3dat/ |
| H A D | dat_ep_set_watermark.3dat | 68 The asynchronous event for a soft high watermark is generated only once per 69 setting. Once an event is generated, no new asynchronous events for the soft 71 watermark. If the Consumer is once again interested in the event, the Consumer
|
| /titanic_50/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
| H A D | ConsumerListener.java | 39 * Called whenever a DTrace probe fires (that is, once for each 83 * Called once when the source {@link Consumer} is successfully 91 * Called once when the source {@link Consumer} is stopped,
|
| /titanic_50/usr/src/man/man2/ |
| H A D | _lwp_suspend.2 | 27 \fItarget_lwp\fR is no longer executing. Once a thread is suspended, subsequent 32 Once a suspended LWP is continued, subsequent calls to \fB_lwp_continue()\fR
|