Searched refs:zone_ref_t (Results 1 – 10 of 10) sorted by relevance
/titanic_44/usr/src/uts/common/sys/ |
H A D | zone.h | 364 } zone_ref_t; typedef 630 extern void zone_init_ref(zone_ref_t *); 631 extern void zone_hold_ref(zone_t *, zone_ref_t *, zone_ref_subsys_t); 632 extern void zone_rele_ref(zone_ref_t *, zone_ref_subsys_t);
|
H A D | lofi.h | 235 zone_ref_t ls_zone;
|
H A D | ipc_impl.h | 172 zone_ref_t ipc_zone_ref; /* reference to creator's zone */
|
H A D | vfs.h | 460 zone_ref_t vi_zone_ref; /* reference to zone */
|
/titanic_44/usr/src/lib/libfakekernel/common/sys/ |
H A D | zone.h | 59 } zone_ref_t; typedef
|
/titanic_44/usr/src/uts/common/sys/fs/ |
H A D | mntdata.h | 87 zone_ref_t mnt_zone_ref; /* zone for mount point */
|
/titanic_44/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs.h | 143 zone_ref_t smi_zone_ref; /* Zone FS is mounted in */
|
/titanic_44/usr/src/uts/common/nfs/ |
H A D | nfs_clnt.h | 423 zone_ref_t mi_zone_ref; /* Reference to aforementioned zone */
|
H A D | nfs4_clnt.h | 1087 zone_ref_t mi_zone_ref; /* Reference to aforementioned zone */
|
/titanic_44/usr/src/uts/common/os/ |
H A D | zone.c | 1998 list_create(&zone0.zone_ref_list, sizeof (zone_ref_t), in zone_zsd_init() 1999 offsetof(zone_ref_t, zref_linkage)); in zone_zsd_init() 2665 zone_rele_common(zone_t *z, zone_ref_t *ref, zone_ref_subsys_t subsys) in zone_rele_common() 2714 zone_init_ref(zone_ref_t *ref) in zone_init_ref() 2734 zone_hold_ref(zone_t *z, zone_ref_t *ref, zone_ref_subsys_t subsys) in zone_hold_ref() 2761 zone_rele_ref(zone_ref_t *ref, zone_ref_subsys_t subsys) in zone_rele_ref() 4298 list_create(&zone->zone_ref_list, sizeof (zone_ref_t), in zone_create() 4299 offsetof(zone_ref_t, zref_linkage)); in zone_create()
|