Searched defs:bl_next (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dbucket.h38 struct bucketlist *bl_next; member in struct:bucketlist
/illumos-gate/usr/src/cmd/sgs/librtld_db/demo/common/
H A Drdb.h131 struct bpt_struct *bl_next; member in struct:bpt_struct
/illumos-gate/usr/src/uts/common/os/
H A Dbrand.c65 struct brand_list *bl_next; member in struct:brand_list
121 for (scan = brand_list; scan != NULL; scan = scan->bl_next) {
140 list->bl_next = brand_list;
166 for (list = brand_list; list != NULL; list = list->bl_next) {
187 prev->bl_next = list->bl_next;
189 brand_list = list->bl_next;
240 for (l = brand_list; l != NULL; l = l->bl_next)
287 for (l = brand_list; l != NULL; l = l->bl_next)
303 for (list = brand_list; list != NULL; list = list->bl_next) {
[all...]

Completed in 93 milliseconds