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

/illumos-gate/usr/src/uts/common/os/
H A Dzone.c270 } zone_dl_t; typedef in typeref:struct:zone_dl
4484 list_create(&zone->zone_dl_list, sizeof (zone_dl_t),
4485 offsetof(zone_dl_t, zdl_linkage));
7004 * Finds a zone_dl_t with the given linkid in the given zone. Returns the
7005 * zone_dl_t pointer if found, and NULL otherwise.
7007 static zone_dl_t *
7010 zone_dl_t *zdl;
7038 zone_dl_t *zdl;
7070 zone_dl_t *zdl;
7083 kmem_free(zdl, sizeof (zone_dl_t));
[all...]

Completed in 79 milliseconds