Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bnu/
H A Dpk0.c77 pk->p_state |= INITb;
87 pk->p_state = LIVE;
100 pk->p_state |= INITa;
107 pk->p_state |= RXMIT;
325 if (pk->p_state&DOWN || !pk->p_state&LIVE) {
409 if (pk->p_state&RXMIT)
456 if (pk->p_state&DOWN) {
475 pk->p_state &= ~RXMIT;
486 pk->p_state |= WAITO;
507 pk->p_state |= DRAINO; in pkclose()
[all …]
H A Dpk1.c134 if ((pk->p_state & LIVE) != 0)
179 if ((pk->p_state & DOWN) || Connodata > CONNODATA || Ntimeout > NTIMEOUT)
248 pk->p_state |= BADFRAME;
280 if ((pk->p_state & LIVE) == LIVE)
281 pk->p_state |= RXMIT;
304 if (pk->p_state&st_trans[i].state){
310 sprintf(buf, " (0%o)\n", pk->p_state);
326 if (pk->p_state & DRAINO || !(pk->p_state & LIVE)) {
H A Dpk.h51 short p_state; /* line state */ member
/illumos-gate/usr/src/uts/common/vm/
H A Dpage.h518 uchar_t p_state; /* p_free, p_noreloc */ member
937 #define PP_ISFREE(pp) ((pp)->p_state & P_FREE)
940 #define PP_ISNORELOC(pp) ((pp)->p_state & P_NORELOC)
944 #define PP_ISSWAP(pp) ((pp)->p_state & P_SWAP)
946 #define PP_ISRAF(pp) ((pp)->p_state & P_RAF)
948 #define PP_SETFREE(pp) ((pp)->p_state = ((pp)->p_state & ~P_MIGRATE) \
953 #define PP_SETSWAP(pp) ((pp)->p_state |= P_SWAP)
955 #define PP_SETRAF(pp) ((pp)->p_state |= P_RAF)
957 #define PP_CLRFREE(pp) ((pp)->p_state &= ~P_FREE)
961 #define PP_CLRSWAP(pp) ((pp)->p_state &= ~P_SWAP)
[all …]
/illumos-gate/usr/src/cmd/whodo/
H A Dwhodo.c112 char p_state; /* numeric value of process state */ member
392 up->p_state = (info.pr_nlwp == 0? ZOMBIE : RUNNING); in main()
400 if (up->p_state != NONE && up->p_state != ZOMBIE) { in main()
581 if (up->p_state == ZOMBIE) in showproc()
585 else if (up->p_state != NONE) { in showproc()
591 up->p_state = VISITED; in showproc()
652 if (up->p_state == VISITED) in calctotals()
654 up->p_state = VISITED; in calctotals()
655 if (up->p_state == NONE || up->p_state == ZOMBIE) in calctotals()
773 up->p_state = NONE; in findhash()
[all …]
/illumos-gate/usr/src/cmd/psradm/
H A Dpsradm.c81 char *p_state; member
157 pac->p_state); in psr_set_state()
162 cpu, pac->p_action, pac->p_state); in psr_set_state()
/illumos-gate/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()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/routeadm/
H A Drouteadm.c1164 char *c_state, *d_state, *p_state, *p_var, *d_var; in ra_report() local
1193 p_state = ra_opts[i].opt_enabled ? enabled : disabled; in ra_report()
1204 "current=%s\n", p_state, d_state, c_state); in ra_report()
1208 p_state, c_state); in ra_report()
/illumos-gate/usr/src/uts/common/io/usbgem/
H A Dusbgem.c517 usb_pipe_state_t p_state; in usbgem_send_common() local
2211 usb_pipe_state_t p_state; in usbgem_mac_start() local
2238 usb_pipe_get_state(dp->intr_pipe, &p_state, 0); in usbgem_mac_start()
2239 ASSERT(p_state == USB_PIPE_STATE_IDLE); in usbgem_mac_start()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dmemory.c786 p.p_iolock_state, p.p_fsdata, p.p_state); in page()