Lines Matching refs:seg_info
153 static struct seg_info *seg_match_base(u_longlong_t base);
503 struct seg_info *seg = NULL; in mc_ioctl()
562 seg = (struct seg_info *)seg_head; in mc_ioctl()
567 seg = (struct seg_info *)seg->seg_node.next; in mc_ioctl()
594 if ((seg = (struct seg_info *)mc_node_get(mcseg_in.id, in mc_ioctl()
938 mc_offset_to_addr(struct seg_info *seg, in mc_offset_to_addr()
1004 mc_addr_to_offset(struct seg_info *seg, in mc_addr_to_offset()
1244 struct seg_info *seg; in mc_get_mem_offset()
1268 seg = (struct seg_info *)mc_node_get(bank->seg_id, seg_head); in mc_get_mem_offset()
1288 struct seg_info *seg; in mc_get_mem_addr()
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()
1432 struct seg_info *segp; in mc_get_mem_info()
1453 if ((segp = (struct seg_info *)mc_node_get(bankp->seg_id, in mc_get_mem_info()
1583 struct seg_info *seg_curr; in mlayout_add()
1721 seg_curr = (struct seg_info *) in mlayout_add()
1722 kmem_zalloc(sizeof (struct seg_info), KM_SLEEP); in mlayout_add()
1780 struct seg_info *seg; in mlayout_del()
1879 kmem_free(seg, sizeof (struct seg_info)); in mlayout_del()
1910 static struct seg_info *
1913 static struct seg_info *seg_ptr; in seg_match_base()
1915 seg_ptr = (struct seg_info *)seg_head; in seg_match_base()
1921 seg_ptr = (struct seg_info *)seg_ptr->seg_node.next; in seg_match_base()