Searched refs:seg_head (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libprtdiag/common/
H A Dmemory.c73 static memory_seg_t *seg_head; variable
158 * that the bank_head and seg_head pointers are not
279 if ((bank_head == NULL) || (seg_head == NULL)) {
457 new->next = seg_head;
458 seg_head = new;
474 for (cur_seg = seg_head; cur_seg; cur_seg = cur_seg->next) {
497 if ((bank_head == NULL) || (seg_head == NULL)) {
/illumos-gate/usr/src/uts/sun4u/io/
H A Dmc-us3i.c123 static mc_dlist_t *seg_head, *seg_tail, *bank_head, *bank_tail; variable
500 seg = (struct seg_info *)seg_head;
531 if ((seg = mc_node_get(mcseg_in.id, seg_head)) == NULL) {
878 if ((segi = mc_node_get(seg_id, seg_head)) == NULL) {
926 mc_node_add((mc_dlist_t *)segi, &seg_head, &seg_tail);
1416 if ((segi = mc_node_get(banki->seg_id, seg_head)) != NULL) {
1417 mc_node_del((mc_dlist_t *)segi, &seg_head, &seg_tail);
1718 seg_head)) == NULL) {
H A Dmc-us3.c113 static mc_dlist_t *seg_head, *seg_tail, *bank_head, *bank_tail; variable
562 seg = (struct seg_info *)seg_head;
595 seg_head)) == NULL) {
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);
1454 seg_head)) == NULL) {
1729 mc_node_add((mc_dlist_t *)seg_curr, &seg_head, &seg_tail);
1877 mc_node_del((mc_dlist_t *)seg, &seg_head,
1906 * Search the segment in the list starting at seg_head b
[all...]

Completed in 73 milliseconds