Searched refs:present_only (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/i86pc/io/dr/ |
H A D | dr.c | 1520 dr_dev_is_target(dr_dev_unit_t *dp, int present_only, uint_t uset) in dr_dev_is_target() argument 1541 if (is_present && (present_only ^ is_attached)) { in dr_dev_is_target() 1552 dr_dev_make_list(dr_handle_t *hp, sbd_comp_type_t type, int present_only, in dr_dev_make_list() argument 1603 if (dr_dev_is_target(dp, present_only, uset)) { in dr_dev_make_list() 1623 if (dr_dev_is_target(dp, present_only, uset)) { in dr_dev_make_list() 1672 dr_dev_walk(dr_handle_t *hp, sbd_comp_type_t type, int present_only, in dr_dev_walk() argument 1681 dr_dev_make_list(hp, type, present_only, &devlist, &devnum); in dr_dev_walk()
|
/titanic_41/usr/src/uts/sun4u/ngdr/io/ |
H A D | dr.c | 1550 dr_dev_is_target(dr_dev_unit_t *dp, int present_only, uint_t uset) in dr_dev_is_target() argument 1571 if (is_present && (present_only ^ is_attached)) { in dr_dev_is_target() 1582 dr_dev_make_list(dr_handle_t *hp, sbd_comp_type_t type, int present_only, in dr_dev_make_list() argument 1634 if (dr_dev_is_target(dp, present_only, uset)) { in dr_dev_make_list() 1655 if (dr_dev_is_target(dp, present_only, uset)) { in dr_dev_make_list() 1704 dr_dev_walk(dr_handle_t *hp, sbd_comp_type_t type, int present_only, in dr_dev_walk() argument 1713 dr_dev_make_list(hp, type, present_only, &devlist, &devnum); in dr_dev_walk()
|
/titanic_41/usr/src/uts/sun4u/io/ |
H A D | sbd.c | 375 int *count, int present_only); 2817 int max_units, uint_t uset, int *count, int present_only) in sbd_get_devlist() argument 2836 if (present_only) in sbd_get_devlist() 2837 present_only = 1; in sbd_get_devlist() 2889 if (is_present && (present_only ^ is_attached)) { in sbd_get_devlist()
|