Searched refs:present_only (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/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) argument 1537 * If the present_only flag is set, a valid target 1541 if (is_present && (present_only ^ is_attached)) { 1552 dr_dev_make_list(dr_handle_t *hp, sbd_comp_type_t type, int present_only, argument 1603 if (dr_dev_is_target(dp, present_only, uset)) { 1623 if (dr_dev_is_target(dp, present_only, uset)) { 1672 dr_dev_walk(dr_handle_t *hp, sbd_comp_type_t type, int present_only, argument 1681 dr_dev_make_list(hp, type, present_only, &devlist, &devnum);
|
/illumos-gate/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) argument 1567 * If the present_only flag is set, a valid target 1571 if (is_present && (present_only ^ is_attached)) { 1582 dr_dev_make_list(dr_handle_t *hp, sbd_comp_type_t type, int present_only, argument 1634 if (dr_dev_is_target(dp, present_only, uset)) { 1655 if (dr_dev_is_target(dp, present_only, uset)) { 1704 dr_dev_walk(dr_handle_t *hp, sbd_comp_type_t type, int present_only, argument 1713 dr_dev_make_list(hp, type, present_only, &devlist, &devnum);
|
/illumos-gate/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) 2830 * if (present_only) then 2836 if (present_only) 2837 present_only = 1; 2889 if (is_present && (present_only ^ is_attached)) { 2816 sbd_get_devlist(sbd_handle_t *hp, sbd_board_t *sbp, sbd_comp_type_t nodetype, int max_units, uint_t uset, int *count, int present_only) argument
|
Completed in 98 milliseconds