Home
last modified time | relevance | path

Searched refs:zone_dl_list (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dzone.c2410 list_destroy(&zone->zone_dl_list); in zone_free()
4515 list_create(&zone->zone_dl_list, sizeof (zone_dl_t), in zone_create()
7048 for (zdl = list_head(&zone->zone_dl_list); zdl != NULL; in zone_find_dl()
7049 zdl = list_next(&zone->zone_dl_list, zdl)) { in zone_find_dl()
7095 list_insert_head(&thiszone->zone_dl_list, zdl); in zone_add_datalink()
7116 list_remove(&zone->zone_dl_list, zdl); in zone_remove_datalink()
7182 for (zdl = list_head(&zone->zone_dl_list); zdl != NULL; in zone_list_datalink()
7183 zdl = list_next(&zone->zone_dl_list, zdl)) { in zone_list_datalink()
7264 for (zdl = list_head(&zone->zone_dl_list); zdl != NULL; in zone_datalink_walk()
7265 zdl = list_next(&zone->zone_dl_list, zdl)) { in zone_datalink_walk()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dzone.h570 list_t zone_dl_list; member