Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/io/
H A Dsbd_cpu.c375 unit = sbdp_get_unit_num(hdp, dip); in sbd_pre_release_cpu()
437 unit = sbdp_get_unit_num(hdp, dip); in sbd_pre_release_cpu()
492 unit = sbdp_get_unit_num(hdp, dip); in sbd_pre_attach_cpu()
614 unit = sbdp_get_unit_num(hdp, dip); in sbd_post_attach_cpu()
693 unit = sbdp_get_unit_num(hdp, dip); in sbd_pre_detach_cpu()
789 unit = sbdp_get_unit_num(hdp, dip); in sbd_post_detach_cpu()
H A Dsbd_mem.c160 unit = sbdp_get_unit_num(hdp, dip); in sbd_pre_attach_mem()
284 unit = sbdp_get_unit_num(hdp, dip); in sbd_post_attach_mem()
386 unit = sbdp_get_unit_num(hdp, dip); in sbd_pre_detach_mem()
443 unit = sbdp_get_unit_num(hdp, dip); in sbd_post_detach_mem()
2288 unit = sbdp_get_unit_num(hdp, dip); in sbd_attach_mem()
2652 unit = sbdp_get_unit_num(hdp, dip); in sbd_detach_memory()
H A Dsbd.c881 unit = sbdp_get_unit_num(hdp, dip); in sbd_dev_configure()
957 unit = sbdp_get_unit_num(hdp, dip); in sbd_dev_release()
1035 unit = sbdp_get_unit_num(hdp, dip); in sbd_dev_unconfigure()
2153 unit = sbdp_get_unit_num(hdp, dip); in get_node_type()
2857 ut = sbdp_get_unit_num(hdp, dip); in sbd_get_devlist()
3108 unit = sbdp_get_unit_num(hdp, dip); in sbd_post_attach_devlist()
3463 unit = sbdp_get_unit_num(hdp, devlist[i].dv_dip); in sbd_post_release_devlist()
3516 if ((unit = sbdp_get_unit_num(hdp, dip)) < 0) { in sbd_release_done()
3747 unit = sbdp_get_unit_num(hdp, dip); in sbd_post_detach_devlist()
3937 unit = sbdp_get_unit_num(hdp, dip); in sbd_get_memhandle()
H A Dsbd_io.c238 isp->is_unit = sbdp_get_unit_num(hdp, dip); in sbd_io_status()
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dsbd.h95 int sbdp_get_unit_num(sbdp_handle_t *hp, dev_info_t *dip);
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp.c248 sbdp_get_unit_num(sbdp_handle_t *hp, dev_info_t *dip) in sbdp_get_unit_num() function