Searched defs:zone_get_id (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/sys/
H A Dzone.c112 * Call the real zone_get_id() in libzonecfg.so.1 if it can be found.
124 zone_get_id(const char *str, zoneid_t *zip) function
131 * and get a pointer to the real zone_get_id().
149 (sym = dlsym(dlhandle, "zone_get_id")) == NULL) {
157 * If we've successfully loaded it, call the real zone_get_id().
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c3872 if (zone_get_id(zonename, &zoneid) != 0)
5839 zone_get_id(const char *str, zoneid_t *zip) function

Completed in 80 milliseconds