Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libproc/common/
H A DPzone.c193 typedef int (*zone_get_zonepath_t)(char *, char *, size_t); in i_zone_get_zonepath() typedef
194 static zone_get_zonepath_t zone_get_zonepath_fp = NULL; in i_zone_get_zonepath()
205 zone_get_zonepath_fp = (zone_get_zonepath_t)sym; in i_zone_get_zonepath()
209 if (zone_get_zonepath_fp != (zone_get_zonepath_t)(-1)) in i_zone_get_zonepath()