Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dzone.c2367 zone_dl_t *zdl; in zone_free() local
2405 while ((zdl = list_remove_head(&zone->zone_dl_list)) != NULL) { in zone_free()
2406 if (zdl->zdl_net != NULL) in zone_free()
2407 nvlist_free(zdl->zdl_net); in zone_free()
2408 kmem_free(zdl, sizeof (zone_dl_t)); in zone_free()
7045 zone_dl_t *zdl; in zone_find_dl() local
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()
7050 if (zdl->zdl_id == linkid) in zone_find_dl()
7053 return (zdl); in zone_find_dl()
[all …]