Lines Matching defs:zsd
573 struct zsd_entry *zsd;
575 for (zsd = list_head(l); zsd != NULL; zsd = list_next(l, zsd)) {
576 if (zsd->zsd_key == key) {
577 return (zsd);
590 struct zsd_entry *zsd;
592 for (zsd = list_head(l); zsd != NULL; zsd = list_next(l, zsd)) {
593 if (zsd->zsd_key == key) {
597 if (zsd != list_head(l)) {
598 list_remove(l, zsd);
599 list_insert_head(l, zsd);
601 return (zsd);
774 * Since all zsd callbacks, including those with no create function,
970 * because we want the design to allow for the list of zsd callbacks
6968 * for netstack_zone_create(). It can only be called from the zsd create