Home
last modified time | relevance | path

Searched refs:b_state (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/uts/common/fs/zfs/
H A Darc.c778 arc_state_t *b_state; member
1598 nhdr->b_l1hdr.b_state = arc_l2c_only; in arc_hdr_realloc()
1810 if (buf->b_hdr->b_l1hdr.b_state != arc_anon) in arc_buf_thaw()
1848 buf->b_hdr->b_l1hdr.b_state == arc_anon); in arc_buf_freeze()
1859 arc_state_t *state = hdr->b_l1hdr.b_state; in add_reference()
1890 arc_state_t *state = hdr->b_l1hdr.b_state; in remove_reference()
1937 old_state = hdr->b_l1hdr.b_state; in arc_change_state()
2072 hdr->b_l1hdr.b_state = new_state; in arc_change_state()
2169 hdr->b_l1hdr.b_state = arc_anon; in arc_buf_alloc()
2274 ASSERT(hdr->b_l1hdr.b_state != arc_anon); in arc_buf_clone()
[all …]
/titanic_50/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_list.c593 int b_state; member
619 lap->hba_rstate = bus_devinfo_to_recep_state(bstate.b_state); in do_stat_bus()
683 bsp->b_state = di_state(node); in get_bus_state()
/titanic_50/usr/src/uts/i86pc/io/dr/
H A Ddr.c1736 switch (bp->b_state) { in dr_attach_update_state()
1823 if ((bp->b_state != DR_STATE_RELEASE) && in dr_release_update_state()
1884 if ((bp->b_state == DR_STATE_RELEASE) && in dr_release_done()
1963 bstate = bp->b_state; in dr_detach_update_state()
1972 } else if ((bp->b_state != DR_STATE_PARTIAL) && in dr_detach_update_state()
2102 if (bp->b_state != new_state) { in dr_dev_cancel()
2768 state_str[bp->b_state], bp->b_state, in dr_board_transition()
2771 bp->b_state = st; in dr_board_transition()
/titanic_50/usr/src/uts/sun4u/ngdr/io/
H A Ddr.c1768 switch (bp->b_state) { in dr_attach_update_state()
1855 if ((bp->b_state != DR_STATE_RELEASE) && in dr_release_update_state()
1916 if ((bp->b_state == DR_STATE_RELEASE) && in dr_release_done()
1995 bstate = bp->b_state; in dr_detach_update_state()
2004 } else if ((bp->b_state != DR_STATE_PARTIAL) && in dr_detach_update_state()
2134 if (bp->b_state != new_state) { in dr_dev_cancel()
2798 state_str[bp->b_state], bp->b_state, in dr_board_transition()
2801 bp->b_state = st; in dr_board_transition()
/titanic_50/usr/src/uts/sun4u/ngdr/sys/
H A Ddr.h356 dr_state_t b_state; /* board DR state */ member
/titanic_50/usr/src/uts/i86pc/sys/
H A Ddr.h387 dr_state_t b_state; /* board DR state */ member