Searched refs:dgrp_head (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/sun4u/io/ |
H A D | mc-us3i.c | 124 static mc_dlist_t *mctrl_head, *mctrl_tail, *dgrp_head, *dgrp_tail; variable 629 if ((dgrp = mc_node_get(mcdevgrp.id, dgrp_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(dgrpid, dgrp_head)) != NULL) { 1298 mc_node_add((mc_dlist_t *)dgrp, &dgrp_head, &dgrp_tail); 1389 if (!(dgrp = mc_node_get(dgrpid, dgrp_head))) { 1404 mc_node_del((mc_dlist_t *)dgrp, &dgrp_head, &dgrp_tail);
|
H A D | mc-us3.c | 114 static mc_dlist_t *mctrl_head, *mctrl_tail, *dgrp_head, *dgrp_tail; variable 706 dgrp_head)) == NULL) { 1517 if ((dgrp = (struct dgrp_info *)mc_node_get(idx, dgrp_head)) 1550 mc_node_add((mc_dlist_t *)dgrp, &dgrp_head, &dgrp_tail); 1677 if ((dgrp = (struct dgrp_info *)mc_node_get(idx, dgrp_head)) == NULL) { 1810 if (!(dgrp_ptr = mc_node_get(dgrpid, dgrp_head))) { 1827 mc_node_del(dgrp_ptr, &dgrp_head, &dgrp_tail);
|
Completed in 64 milliseconds