Home
last modified time | relevance | path

Searched refs:mc_node_get (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/sun4u/io/
H A Dmc-us3i.c149 static void *mc_node_get(int id, mc_dlist_t *head);
531 if ((seg = mc_node_get(mcseg_in.id, seg_head)) == NULL) { in mc_ioctl()
598 if ((bank = mc_node_get(mcbank.id, bank_head)) == NULL) { in mc_ioctl()
629 if ((dgrp = mc_node_get(mcdevgrp.id, dgrp_head)) == NULL) { in mc_ioctl()
719 if ((mcport = mc_node_get(mccontrol_in.id, in mc_ioctl()
841 if ((banki = mc_node_get(bankid, bank_head)) != NULL) { in mc_add_bank()
878 if ((segi = mc_node_get(seg_id, seg_head)) == NULL) { in mc_add_segment()
1021 if ((dgrp = mc_node_get(mctrl->devgrpids[0], dgrp_head)) == NULL) { in mc_add_xor_banks()
1086 if ((dgrp = mc_node_get(dgrpid, dgrp_head)) == NULL) { in mc_add_dgrp_banks()
1227 if ((dgrp = mc_node_get(dgrpid, dgrp_head)) != NULL) { in mc_add_devgrp()
[all …]
H A Dmc-us3.c156 static mc_dlist_t *mc_node_get(int id, mc_dlist_t *head);
594 if ((seg = (struct seg_info *)mc_node_get(mcseg_in.id, in mc_ioctl()
664 if ((bank = (struct bank_info *)mc_node_get(mcbank.id, in mc_ioctl()
705 if ((dgrp = (struct dgrp_info *)mc_node_get(mcdevgrp.id, in mc_ioctl()
796 if ((mcport = (struct mctrl_info *)mc_node_get(mccontrol_in.id, in mc_ioctl()
1268 seg = (struct seg_info *)mc_node_get(bank->seg_id, seg_head); in mc_get_mem_offset()
1321 seg = (struct seg_info *)mc_node_get(first_seg_id, seg_head); in mc_get_mem_addr()
1392 seg = (struct seg_info *)mc_node_get(bank->seg_id, seg_head); in mc_get_mem_addr()
1453 if ((segp = (struct seg_info *)mc_node_get(bankp->seg_id, in mc_get_mem_info()
1492 if ((mctrl = (struct mctrl_info *)mc_node_get(mc_id, in mc_construct()
[all …]