Searched defs:zone_getattr (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/sys/ |
H A D | zone.c | 85 zone_getattr(zoneid_t zoneid, int attr, void *valp, size_t size) function 212 return (zone_getattr(zoneid, ZONE_ATTR_NAME, buf, buflen));
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | zone.c | 189 * - zone_getattr: reports attributes of a zone 4028 * particular) other operations such as a zone_getattr call can 5379 * Systemcall entry point for zone_getattr(2). 5382 zone_getattr(zoneid_t zoneid, int attr, void *buf, size_t bufsize) function 6492 return (zone_getattr((zoneid_t)(uintptr_t)arg1,
|
Completed in 55 milliseconds