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

/illumos-gate/usr/src/uts/common/os/
H A Dbrand.c63 struct brand_list { struct
65 struct brand_list *bl_next;
69 static struct brand_list *brand_list = NULL; variable in typeref:struct:brand_list
86 struct brand_list *list, *scan;
113 list = kmem_alloc(sizeof (struct brand_list), KM_SLEEP);
121 for (scan = brand_list; scan != NULL; scan = scan->bl_next) {
127 kmem_free(list, sizeof (struct brand_list));
134 if (brand_list == NULL)
140 list->bl_next = brand_list;
[all...]

Completed in 71 milliseconds