Searched defs:when (Results 51 - 52 of 52) sorted by relevance

123

/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c201 * etc. Importantly, dtrace_lock is _not_ required when in probe context;
205 * (2) dtrace_provider_lock is required when manipulating provider state, or
206 * when provider state must be held constant.
208 * (3) dtrace_meta_lock is required when manipulating meta provider state, or
209 * when meta provider state must be held constant.
278 * /dev/dtrace). When (and only when) helper tracing is disabled, the
486 static int dtrace_buffer_consumed(dtrace_buffer_t *, hrtime_t when);
561 * that the counter is never zero when we have seen
2430 * value that defaults to 1 when not present. If additional
3129 * ensures that we won't trip up when acces
11875 dtrace_buffer_consumed(dtrace_buffer_t *bufs, hrtime_t when) argument
12396 hrtime_t when; local
13960 cyc_time_t when; local
[all...]
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c215 const char *newstate, const char *oldstate, hrtime_t when, void *p);
889 * Name change is allowed only when the zone we're altering
925 * so that they can be deleted when the operation is committed.
972 * paths. Strip out the alternate root when specified.
1104 * An additional complexity is that when doing a rename, we'd like the entire
1542 * potential problems down the line when zoneadmd goes to unmount
1627 * xmlUnsetProp only fails when the attribute doesn't exist,
2221 * Do not add this property when it is not set, for backwards
4489 * Rebinding is used when a zone with a tmp pool reboots so that we don't have
5503 * free this memory when i
6201 hrtime_t when; local
6363 zonecfg_notify_bind(int(*func)(const char *zonename, zoneid_t zid, const char *newstate, const char *oldstate, hrtime_t when, void *p), void *p) argument
[all...]

Completed in 72 milliseconds

123