Searched refs:zone_get_id (Results 1 - 17 of 17) sorted by relevance
/illumos-gate/usr/src/head/ |
H A D | zone.h | 54 extern int zone_get_id(const char *, zoneid_t *);
|
/illumos-gate/usr/src/lib/libc/port/sys/ |
H A D | zone.c | 112 * 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/cmd/pools/poolbind/ |
H A D | poolbind.c | 229 if (zone_get_id(argv[i], &id) != 0) {
|
/illumos-gate/usr/src/cmd/prstat/ |
H A D | prtable.c | 180 if (zone_get_id(str, &id) != 0) {
|
/illumos-gate/usr/src/cmd/renice/ |
H A D | renice.c | 230 if (zone_get_id(*argv, &who) != 0) {
|
/illumos-gate/usr/src/cmd/ipcrm/ |
H A D | ipcrm.c | 332 if (zone_get_id(arg, &zoneid) != 0) {
|
/illumos-gate/usr/src/cmd/ptools/psecflags/ |
H A D | psecflags.c | 108 if (zone_get_id(value, &ret) == 0)
|
/illumos-gate/usr/src/cmd/ptools/ptree/ |
H A D | ptree.c | 563 if (zone_get_id(arg, &zoneid) != 0) {
|
/illumos-gate/usr/src/cmd/allocate/ |
H A D | allocate.c | 601 if (zone_get_id(zonename, &zoneid) != 0) {
|
/illumos-gate/usr/src/cmd/ipcs/ |
H A D | ipcs.c | 552 if (zone_get_id(arg, &zoneid) != 0) {
|
/illumos-gate/usr/src/cmd/pgrep/ |
H A D | pgrep.c | 501 if (zone_get_id(ptr, &id) != 0) {
|
/illumos-gate/usr/src/lib/libinstzones/common/ |
H A D | zones.c | 873 err = zone_get_id(a_zoneName, &zid);
|
/illumos-gate/usr/src/cmd/zoneadmd/ |
H A D | zoneadmd.c | 1926 if (zone_get_id(zone_name, &zid) != 0) {
|
/illumos-gate/usr/src/cmd/ps/ |
H A D | ps.c | 701 if (zone_get_id(parg, &id) != 0) {
|
/illumos-gate/usr/src/cmd/prctl/ |
H A D | prctl.c | 2073 if (zone_get_id(idname, &zoneid) != 0) {
|
/illumos-gate/usr/src/lib/libzonecfg/common/ |
H A D | libzonecfg.c | 3872 if (zone_get_id(zonename, &zoneid) != 0) 5839 zone_get_id(const char *str, zoneid_t *zip) function
|
/illumos-gate/usr/src/cmd/zoneadm/ |
H A D | zoneadm.c | 5746 if (target_zone != NULL && zone_get_id(target_zone, &zid) != 0) {
|
Completed in 199 milliseconds