Home
last modified time | relevance | path

Searched refs:p_state (Results 1 – 11 of 11) sorted by relevance

/titanic_50/usr/src/cmd/bnu/
H A Dpk0.c76 if (pk->p_state & LIVE) {
80 pk->p_state |= INITb;
81 if ((pk->p_state & INITa)==0) {
89 if ((pk->p_state&INITab)==INITab) {
90 pk->p_state = LIVE;
98 if (val==0 && pk->p_state&LIVE) {
103 pk->p_state |= INITa;
110 pk->p_state |= RXMIT;
119 pk->p_state = DOWN+RCLOSE;
328 if (pk->p_state&DOWN || !pk->p_state&LIVE) {
[all …]
H A Dpk1.c137 if ((pk->p_state & LIVE) != 0)
182 if ((pk->p_state & DOWN) || Connodata > CONNODATA || Ntimeout > NTIMEOUT)
251 pk->p_state |= BADFRAME;
283 if ((pk->p_state & LIVE) == LIVE)
284 pk->p_state |= RXMIT;
307 if (pk->p_state&st_trans[i].state){
313 sprintf(buf, " (0%o)\n", pk->p_state);
329 if (pk->p_state & DRAINO || !(pk->p_state & LIVE)) {
H A Dpk.h54 short p_state; /* line state */ member
/titanic_50/usr/src/uts/common/vm/
H A Dpage.h517 uchar_t p_state; /* p_free, p_noreloc */ member
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 & P_RAF)
946 #define PP_SETFREE(pp) ((pp)->p_state = ((pp)->p_state & ~P_MIGRATE) \
949 #define PP_SETNORELOC(pp) ((pp)->p_state |= P_NORELOC)
[all …]
/titanic_50/usr/src/cmd/tnf/prex/
H A Dlist.c226 tnfctl_probe_state_t p_state; in list_getattrs() local
234 err = tnfctl_probe_state_get(g_hndl, probe_p, &p_state); in list_getattrs()
245 (p_state.enabled) ? "on" : "off", in list_getattrs()
246 (p_state.traced) ? "on" : "off"); in list_getattrs()
248 if (p_state.obj_name) { in list_getattrs()
249 str_len = strlen(p_state.obj_name); in list_getattrs()
252 p_state.obj_name); in list_getattrs()
260 if (p_state.func_names) { in list_getattrs()
264 while (p_state.func_names[i]) { in list_getattrs()
267 fcnname = fcn_findname(p_state.func_names[i]); in list_getattrs()
[all …]
/titanic_50/usr/src/cmd/whodo/
H A Dwhodo.c108 char p_state; /* numeric value of process state */ member
340 up->p_state = (info.pr_nlwp == 0? ZOMBIE : RUNNING); in main()
348 if (up->p_state != NONE && up->p_state != ZOMBIE) { in main()
514 if (up->p_state == VISITED) /* we already been here */ in showproc()
517 if (up->p_state == ZOMBIE) in showproc()
521 else if (up->p_state != NONE) { in showproc()
527 up->p_state = VISITED; in showproc()
586 if (up->p_state == VISITED) in calctotals()
588 up->p_state = VISITED; in calctotals()
589 if (up->p_state == NONE || up->p_state == ZOMBIE) in calctotals()
[all …]
/titanic_50/usr/src/cmd/w/
H A Dw.c104 char p_state; /* numeric value of process state */ member
359 up->p_state = (info.pr_nlwp == 0? ZOMBIE : RUNNING); in main()
367 if (up->p_state != NONE && up->p_state != ZOMBIE) { in main()
568 if (up->p_state == VISITED) in calctotals()
570 up->p_state = VISITED; in calctotals()
571 if (up->p_state == NONE || up->p_state == ZOMBIE) in calctotals()
616 up->p_state = NONE; in findhash()
635 tp->p_state = NONE; in findhash()
/titanic_50/usr/src/cmd/psradm/
H A Dpsradm.c76 char *p_state; member
151 pac->p_state); in psr_set_state()
156 cpu, pac->p_action, pac->p_state); in psr_set_state()
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/nwamadm/
H A Dnwamadm.c117 nwam_state_t p_state; member
683 (void) strlcpy(buf, nwam_state_to_string(pent->p_state), in print_list_cb()
778 pent->p_state = determine_object_state(type, handle, in add_to_profile_entry()
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/routeadm/
H A Drouteadm.c1166 char *c_state, *d_state, *p_state, *p_var, *d_var; in ra_report() local
1195 p_state = ra_opts[i].opt_enabled ? enabled : disabled; in ra_report()
1206 "current=%s\n", p_state, d_state, c_state); in ra_report()
1210 p_state, c_state); in ra_report()
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dmemory.c774 p.p_iolock_state, p.p_fsdata, p.p_state); in page()