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

/osnet-11/usr/src/lib/libc/port/sys/
H A Dzone.c136 zone_get_id(const char *str, zoneid_t *zip) argument
173 return (real_zone_get_id(str, zip));
180 *zip = zoneid;
186 *zip = zoneid;
/osnet-11/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c6921 * zone, sets *zip to the zone id and returns 0.
6923 * sets *zip to the zone id and returns 0.
6925 * sets *zip to ZONE_ID_UNDEFINED and returns 0.
6926 * - Otherwise, leaves *zip unchanged and returns -1.
6934 zone_get_id(const char *str, zoneid_t *zip) argument
6946 *zip = zoneid;
6952 *zip = zoneid;
6963 *zip = ZONE_ID_UNDEFINED;

Completed in 36 milliseconds