Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/os/
H A Devchannels.c80 static zone_key_t evch_zone_key; variable
1017 zone_key_create(&evch_zone_key, evch_zoneinit, NULL, evch_zonefree); in evch_chinit()
1034 eg = zone_getspecific(evch_zone_key, global_zone); in evch_chinitthr()
1061 eg = zone_getspecific(evch_zone_key, curproc->p_zone); in evch_chbind()
1148 eg = zone_getspecific(evch_zone_key, curproc->p_zone); in evch_chunbind()
1461 eg = zone_getspecific(evch_zone_key, curproc->p_zone); in evch_chgetnames()
1499 eg = zone_getspecific(evch_zone_key, curproc->p_zone); in evch_chgetchdata()