Searched refs:zargp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/zoneadmd/
H A Dzoneadmd.c1192 zone_cmd_arg_t *zargp; local
1208 zargp = (zone_cmd_arg_t *)args;
1214 if (zargp == DOOR_UNREF_DATA) {
1221 if (zargp == NULL) {
1243 cmd = zargp->cmd;
1264 zlog.locale = kernelcall ? DEFAULT_LOCALE : zargp->locale;
1316 sizeof (uniqid)) == -1 || uniqid != zargp->uniqid) {
1359 rval = zone_bootup(zlogp, zargp->bootbuf,
1412 (void) strlcpy(zargp->bootbuf, "-U",
1417 strcmp(zargp
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dzone.c6564 zone_ki_call_zoneadmd(struct zarg *zargp) argument
6578 zone = zargp->zone;
6579 arg = zargp->arg;
6580 kmem_free(zargp, sizeof (*zargp));
6697 struct zarg *zargp; local
6770 zargp = kmem_zalloc(sizeof (*zargp), KM_SLEEP);
6771 zargp->arg.cmd = zcmd;
6772 zargp
[all...]

Completed in 59 milliseconds