Searched defs:activity (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/mcs/common/ |
H A D | main.c | 241 queue(int activity, char *string) argument 251 Action[actmax].a_action = activity;
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | aggr.h | 100 uint8_t activity: 1; member in struct:__anon7011::__anon7012 102 uint8_t activity: 1;
|
/illumos-gate/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_engine.c | 837 boolean_t activity = B_TRUE; local 844 activity = B_FALSE; 851 lscf_service_cleanup, (void *)activity, NULL,
|
H A D | svccfg_libscf.c | 16955 boolean_t activity = (boolean_t)act; local 17214 activity++; 17240 if (activity) {
|
/illumos-gate/usr/src/lib/print/libhttp-core/common/ |
H A D | http.h | 304 time_t activity; /* Time since last read/write */ member in struct:__anon4296
|
/illumos-gate/usr/src/cmd/nscd/ |
H A D | nscd_selfcred.c | 114 long activity = 0; variable 734 /* remember the current activity sequence number */ 736 last_active = activity; 745 if (last_active == activity) 748 last_active = activity; 756 /* no activity in the specified seconds, exit and disconnect */ 758 (me, "no activity in the last %d seconds, exit\n", pu_nscd_ttl);
|
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | audit.c | 67 * Correction of activity calls for local auditors, and introduction of 71 * Under this version, preinit and activity events are enabled from local 74 * local preinit or activity interface is detected, the local auditors 127 * activity events use _audit_get_head_client() to dynamically retrieve the 444 * provide activity and preinit events, and for these events, a cookie 457 _audit_add_head(Rt_map *clmp, Rt_map *hlmp, int preinit, int activity) argument 475 * this auditor will have already receive preinit and activity 539 * any preinit and/or activity requirements. 545 if (activity && (aplist_append(&aud_activity, clmp, 1215 * activity list 1384 int error = 1, activity = 0, preinit = 0; local [all...] |
/illumos-gate/usr/src/uts/common/dtrace/ |
H A D | dtrace.c | 6846 * subsequent probe-context DTrace activity emanates. 6998 void *activity = &state->dts_activity; local 7003 } while (dtrace_cas32(activity, current, 7300 * to atomically set our activity to be 7303 * or because our current activity is something 7313 void *activity = &state->dts_activity; local 7322 if (dtrace_cas32(activity, current, 14256 * We'll set the activity to DTRACE_ACTIVITY_DRAINING, and issue a sync 14265 * with DTRACE_ACTIVITY_ACTIVE. We can thus set our activity to 14268 * and callees to know that the activity i [all...] |
Completed in 119 milliseconds