Searched refs:zerror (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/zoneadmd/
H A Dzoneadmd.c213 zerror(zlog_t *zlogp, boolean_t use_strerror, const char *fmt, ...) function
297 zerror(zlogp, B_TRUE,
303 zerror(zlogp, B_FALSE,
317 zerror(zlogp, B_FALSE, "boot argument string too long");
329 zerror(zlogp, B_FALSE, "memory allocation failed");
343 zerror(zlogp, B_FALSE, "memory allocation failed");
421 zerror(zlogp, B_FALSE, "WARNING: Unused or invalid boot "
445 zerror(zlogp, B_TRUE, "could not mkdir '%s'", ZONES_TMPDIR);
450 zerror(zlogp, B_TRUE, "'%s' is not a directory", ZONES_TMPDIR);
544 zerror(zlog
[all...]
H A Dvplat.c274 zerror(zlogp, B_TRUE, "memory allocation failed");
434 zerror(zlogp, B_TRUE, "cannot mount %s",
459 zerror(zlogp, B_FALSE, "pathname %s%s is too long", prefix,
478 zerror(zlogp, B_FALSE,
483 zerror(zlogp, B_FALSE,
493 zerror(zlogp, B_FALSE, "Could not mkdir %s.\nIt is on "
497 zerror(zlogp, B_TRUE, "mkdirp of %s failed", path);
528 zerror(zlogp, B_TRUE, "failed to open %s", DFSTYPES);
544 zerror(zlogp, B_TRUE, "memory allocation failed");
551 zerror(zlog
[all...]
H A Dzcons.c207 zerror(zlogp, B_TRUE, "%s failed", "di_init");
248 zerror(cb->zlogp, B_TRUE, "WARNING: console %s found, "
255 zerror(cb->zlogp, B_TRUE, "WARNING: console %s found, "
283 zerror(zlogp, B_TRUE, "WARNING: error while "
288 zerror(zlogp, B_TRUE, "WARNING: could not open slave "
294 zerror(zlogp, B_TRUE, "WARNING: could not open master side of "
303 zerror(zlogp, B_TRUE, "%s failed", "di_init");
309 zerror(zlogp, B_FALSE, "WARNING: multiple zone console "
365 zerror(zlogp, B_TRUE, "%s failed", "devctl_bus_acquire");
369 zerror(zlog
[all...]
H A Dzoneadmd.h40 * page for details. In particular, we want to avoid calls to zerror() in
44 * zerror() there.
102 extern void zerror(zlog_t *, boolean_t, const char *, ...);
/illumos-gate/usr/src/cmd/zlogin/
H A Dzlogin.c176 zerror(const char *fmt, ...) function
286 zerror("protocol error");
291 zerror("protocol error");
322 zerror(gettext("Console is already in use by process ID %s."),
399 zerror(gettext("failed to open %s: %s"), zoneslavename,
1305 zerror(gettext("Could not chdir to home directory "
1365 zerror(gettext("Unrecognized escape character option %s"),
1372 zerror(gettext("Octal escape character '%s' too large"),
1394 zerror(gettext("makeutx failed"));
1413 zerror(gettex
[all...]
/illumos-gate/usr/src/cmd/zoneadm/
H A Dzoneadm.c37 * the zerror() calls: doing e.g. zerror(gettext("%s failed"), "foo") rather
38 * than zerror(gettext("foo failed")) with a translation note indicating
396 zerror(const char *fmt, ...) function
415 zerror(gettext("failed to allocate %lu bytes: %s"),
683 zerror(gettext("could not resolve scratch "
1207 zerror(gettext("cannot ready zone in alternate root"));
1234 zerror(gettext("call to %s failed"), "zoneadmd");
1248 zerror(gettext("cannot boot zone in alternate root"));
1292 zerror(gettex
[all...]
H A Dzoneadm.h114 extern void zerror(const char *fmt, ...);
H A Dzfs.c317 zerror("Command line too long");
1394 * This function outputs errors using zerror() if it finds unexpected
1447 zerror(gettext("These file systems are mounted on "
1471 zerror(gettext("the process ran out of memory while checking "
1478 zerror(gettext("an error occurred while checking for mounts "
1531 zerror(gettext("Zonepath %s is too long.\n"), zonepath);
1545 zerror(gettext("could not get ZFS handle for the zone's"
1551 zerror(gettext("could not modify zone's root "
1557 zerror(gettext("unable to mount zone root %s: %s"),
1562 zerror(gettex
[all...]
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c7329 zerror(const char *zone_name, const char *fmt, ...) function
7372 zerror(zone_name, gettext("could not set env: %s"),
7400 zerror(zone_name, gettext("could not set env: %s"),
7432 zerror(zone_name, gettext("alternate root path is too long"));
7436 zerror(zone_name, gettext("could not mkdir %s: %s"), pathbuf,
7450 zerror(zone_name, gettext("alternate root path is too long"));
7454 zerror(zone_name, gettext("could not open %s: %s"), pathbuf,
7467 zerror(zone_name, gettext("unable to lock %s: %s"), pathbuf,
7508 zerror(zone_name, failure, strerror(errno));
7513 zerror(zone_nam
[all...]

Completed in 104 milliseconds