Home
last modified time | relevance | path

Searched refs:sbdp_get_mem_alignment (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/sun4u/sys/
H A Dsbd.h92 int sbdp_get_mem_alignment(sbdp_handle_t *hp, dev_info_t *dip, uint64_t *align);
/titanic_44/usr/src/uts/sun4u/io/
H A Dsbd_mem.c554 if (sbdp_get_mem_alignment(hdp, s_mp->sbm_cm.sbdev_dip, &sz)) { in sbd_post_detach_mem_unit()
1464 if (sbdp_get_mem_alignment(hdp, mp->sbm_cm.sbdev_dip, &sz)) { in sbd_init_mem_unit_data()
1636 if (sbdp_get_mem_alignment(hdp, s_mp->sbm_cm.sbdev_dip, &sz)) { in sbd_select_mem_target()
H A Dsbd.c3872 if (sbdp_get_mem_alignment(hdp, dip, &endpa)) { in sbd_check_unit_attached()
4731 if (sbdp_get_mem_alignment(hdp, dip, &endpa)) { in sbd_board_discovery()
/titanic_44/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_mem.c105 sbdp_get_mem_alignment(sbdp_handle_t *hp, dev_info_t *dip, uint64_t *align) in sbdp_get_mem_alignment() function