Searched refs:bstate (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/cmd/bnu/ |
H A D | pk0.c | 399 char bstate; local 415 bstate = pk->p_os[x]; 422 if (pk->p_msg & ~M_RR || !(bstate&B_READY) ) { 466 if (bstate & (B_READY|B_SENT)) { 469 bstate |= B_SENT; 474 if (bstate & B_SHORT) 477 pk->p_os[seq] = bstate;
|
/titanic_50/usr/src/lib/cfgadm_plugins/scsi/common/ |
H A D | cfga_list.c | 604 struct bus_state bstate = {0}; in do_stat_bus() local 616 ret = walk_tree(lap->apidp->hba_phys, &bstate, DINFOPROP, &u, in do_stat_bus() 619 lap->hba_rstate = bus_devinfo_to_recep_state(bstate.b_state); in do_stat_bus() 646 (bstate.b_retired) ? CFGA_COND_FAILED : CFGA_COND_UNKNOWN; in do_stat_bus() 651 if (bstate.iconnect_type) { in do_stat_bus() 656 if (strcmp(bstate.iconnect_type, "SPI") == 0) { in do_stat_bus() 660 for (i = 0; i < strlen(bstate.iconnect_type); i++) { in do_stat_bus() 662 tolower(bstate.iconnect_type[i]); in do_stat_bus()
|
/titanic_50/usr/src/uts/common/zmod/ |
H A D | deflate.c | 794 block_state bstate; local 796 bstate = (*(configuration_table[s->level].func))(s, flush); 798 if (bstate == finish_started || bstate == finish_done) { 801 if (bstate == need_more || bstate == finish_started) { 814 if (bstate == block_done) {
|
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/bridged/ |
H A D | rstp.c | 160 bls_state(bridge_state_t bstate) in bls_state() argument 162 switch (bstate) { in bls_state()
|
/titanic_50/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | zlib.c | 1197 block_state bstate; local 1199 bstate = (*(configuration_table[s->level].func))(s, flush); 1201 if (bstate == finish_started || bstate == finish_done) { 1204 if (bstate == need_more || bstate == finish_started) { 1221 if (bstate == block_done) {
|
/titanic_50/usr/src/uts/sun4u/io/ |
H A D | sbd.c | 797 sbd_istate_t bstate; in sbd_get_devtype() local 805 bstate = sbp ? SBD_BOARD_STATE(sbp) : SBD_STATE_EMPTY; in sbd_get_devtype() 810 switch (bstate) { in sbd_get_devtype() 3718 sbd_istate_t bstate; in sbd_post_detach_devlist() local 3798 bstate = SBD_BOARD_STATE(sbp); in sbd_post_detach_devlist() 3799 if (bstate != SBD_STATE_UNCONFIGURED) { in sbd_post_detach_devlist()
|
/titanic_50/usr/src/uts/i86pc/io/dr/ |
H A D | dr.c | 1940 dr_state_t bstate; in dr_detach_update_state() local 1963 bstate = bp->b_state; in dr_detach_update_state() 1964 if (bstate != DR_STATE_UNCONFIGURED) { in dr_detach_update_state()
|
/titanic_50/usr/src/uts/sun4u/ngdr/io/ |
H A D | dr.c | 1972 dr_state_t bstate; in dr_detach_update_state() local 1995 bstate = bp->b_state; in dr_detach_update_state() 1996 if (bstate != DR_STATE_UNCONFIGURED) { in dr_detach_update_state()
|
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_xioctl.c | 5864 EXT_BEACON_CONTROL bstate; in ql_set_led_state() local 5887 rval = ddi_copyin((void*)(uintptr_t)cmd->RequestAdr, &bstate, in ql_set_led_state() 5896 switch (bstate.State) { in ql_set_led_state() 5939 EL(ha, "failed, unknown state request %xh\n", bstate.State); in ql_set_led_state() 5964 EXT_BEACON_CONTROL bstate = {0}; in ql_get_led_state() local 5995 bstate.State = xp->ledstate.BeaconState; in ql_get_led_state() 5997 rval = ddi_copyout((void *)&bstate, in ql_get_led_state()
|