Home
last modified time | relevance | path

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

/onnv-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dzone.h46 extern int zsd(uintptr_t, uint_t, int, const mdb_arg_t *);
H A Dzone.c325 zsd(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in zsd() function
H A Dgenunix.c4176 "selected zones", zsd },
/onnv-gate/usr/src/uts/common/os/
H A Dzone.c576 struct zsd_entry *zsd; in zsd_find() local
578 for (zsd = list_head(l); zsd != NULL; zsd = list_next(l, zsd)) { in zsd_find()
579 if (zsd->zsd_key == key) { in zsd_find()
580 return (zsd); in zsd_find()
593 struct zsd_entry *zsd; in zsd_find_mru() local
595 for (zsd = list_head(l); zsd != NULL; zsd = list_next(l, zsd)) { in zsd_find_mru()
596 if (zsd->zsd_key == key) { in zsd_find_mru()
600 if (zsd != list_head(l)) { in zsd_find_mru()
601 list_remove(l, zsd); in zsd_find_mru()
602 list_insert_head(l, zsd); in zsd_find_mru()
[all …]