Searched refs:zsd (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | zone.h | 45 extern int zsd(uintptr_t, uint_t, int, const mdb_arg_t *);
|
H A D | zone.c | 351 zsd(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in zsd() function
|
H A D | genunix.c | 4196 "selected zones", zsd },
|
/titanic_41/usr/src/uts/common/os/ |
H A D | zone.c | 573 struct zsd_entry *zsd; in zsd_find() local 575 for (zsd = list_head(l); zsd != NULL; zsd = list_next(l, zsd)) { in zsd_find() 576 if (zsd->zsd_key == key) { in zsd_find() 577 return (zsd); in zsd_find() 590 struct zsd_entry *zsd; in zsd_find_mru() local 592 for (zsd = list_head(l); zsd != NULL; zsd = list_next(l, zsd)) { in zsd_find_mru() 593 if (zsd->zsd_key == key) { in zsd_find_mru() 597 if (zsd != list_head(l)) { in zsd_find_mru() 598 list_remove(l, zsd); in zsd_find_mru() 599 list_insert_head(l, zsd); in zsd_find_mru() [all …]
|