Searched defs:p_state (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/psradm/
H A Dpsradm.c76 char *p_state; member in struct:_psr_action
151 pac->p_state);
156 cpu, pac->p_action, pac->p_state);
/illumos-gate/usr/src/cmd/tnf/prex/
H A Dlist.c226 tnfctl_probe_state_t p_state; local
234 err = tnfctl_probe_state_get(g_hndl, probe_p, &p_state);
245 (p_state.enabled) ? "on" : "off",
246 (p_state.traced) ? "on" : "off");
248 if (p_state.obj_name) {
249 str_len = strlen(p_state.obj_name);
252 p_state.obj_name);
260 if (p_state.func_names) {
264 while (p_state.func_names[i]) {
267 fcnname = fcn_findname(p_state
[all...]
/illumos-gate/usr/src/cmd/w/
H A Dw.c104 char p_state; /* numeric value of process state */ member in struct:uproc
359 up->p_state = (info.pr_nlwp == 0? ZOMBIE : RUNNING);
367 if (up->p_state != NONE && up->p_state != ZOMBIE) {
568 if (up->p_state == VISITED)
570 up->p_state = VISITED;
571 if (up->p_state == NONE || up->p_state == ZOMBIE)
616 up->p_state = NONE;
635 tp->p_state
[all...]
/illumos-gate/usr/src/cmd/bnu/
H A Dpk.h54 short p_state; /* line state */ member in struct:pack
/illumos-gate/usr/src/cmd/whodo/
H A Dwhodo.c108 char p_state; /* numeric value of process state */ member in struct:uproc
340 up->p_state = (info.pr_nlwp == 0? ZOMBIE : RUNNING);
348 if (up->p_state != NONE && up->p_state != ZOMBIE) {
514 if (up->p_state == VISITED) /* we already been here */
517 if (up->p_state == ZOMBIE)
521 else if (up->p_state != NONE) {
527 up->p_state = VISITED;
586 if (up->p_state == VISITED)
588 up->p_state
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamadm/
H A Dnwamadm.c117 nwam_state_t p_state; member in struct:profile_entry
683 (void) strlcpy(buf, nwam_state_to_string(pent->p_state),
778 pent->p_state = determine_object_state(type, handle,
/illumos-gate/usr/src/uts/common/vm/
H A Dpage.h436 * The P_NORELOC bit in the page_t.p_state field is provided for use by
517 uchar_t p_state; /* p_free, p_noreloc */ member in struct:page
925 * The p_state field holds what used to be the p_age and p_free
935 #define PP_ISFREE(pp) ((pp)->p_state & P_FREE)
936 #define PP_ISAGED(pp) (((pp)->p_state & P_FREE) && \
938 #define PP_ISNORELOC(pp) ((pp)->p_state & P_NORELOC)
941 #define PP_ISMIGRATE(pp) ((pp)->p_state & P_MIGRATE)
942 #define PP_ISSWAP(pp) ((pp)->p_state & P_SWAP)
943 #define PP_ISBOOTPAGES(pp) ((pp)->p_state & P_BOOTPAGES)
944 #define PP_ISRAF(pp) ((pp)->p_state
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/routeadm/
H A Drouteadm.c1166 char *c_state, *d_state, *p_state, *p_var, *d_var; local
1195 p_state = ra_opts[i].opt_enabled ? enabled : disabled;
1206 "current=%s\n", p_state, d_state, c_state);
1210 p_state, c_state);
/illumos-gate/usr/src/uts/common/io/usbgem/
H A Dusbgem.c718 usb_pipe_state_t p_state; local
2445 usb_pipe_state_t p_state; local
2472 usb_pipe_get_state(dp->intr_pipe, &p_state, 0);
2473 ASSERT(p_state == USB_PIPE_STATE_IDLE);

Completed in 103 milliseconds