Searched defs:mc_node_get (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/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) {
598 if ((bank = mc_node_get(mcbank.id, bank_head)) == NULL) {
629 if ((dgrp = mc_node_get(mcdevgrp.id, dgrp_head)) == NULL) {
719 if ((mcport = mc_node_get(mccontrol_in.id,
841 if ((banki = mc_node_get(bankid, bank_head)) != NULL) {
878 if ((segi = mc_node_get(seg_id, seg_head)) == NULL) {
1021 if ((dgrp = mc_node_get(mctrl->devgrpids[0], dgrp_head)) == NULL) {
1086 if ((dgrp = mc_node_get(dgrpid, dgrp_head)) == NULL) {
1227 if ((dgrp = mc_node_get(dgrpi
1490 mc_node_get(int id, mc_dlist_t *head) function
[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,
664 if ((bank = (struct bank_info *)mc_node_get(mcbank.id,
705 if ((dgrp = (struct dgrp_info *)mc_node_get(mcdevgrp.id,
796 if ((mcport = (struct mctrl_info *)mc_node_get(mccontrol_in.id,
1268 seg = (struct seg_info *)mc_node_get(bank->seg_id, seg_head);
1321 seg = (struct seg_info *)mc_node_get(first_seg_id, seg_head);
1392 seg = (struct seg_info *)mc_node_get(bank->seg_id, seg_head);
1453 if ((segp = (struct seg_info *)mc_node_get(bankp->seg_id,
1492 if ((mctrl = (struct mctrl_info *)mc_node_get(mc_i
1987 mc_node_get(int id, mc_dlist_t *head) function
[all...]

Completed in 79 milliseconds