Searched defs:zerror (Results 1 - 4 of 4) sorted by relevance
| /illumos-gate/usr/src/cmd/zlogin/ |
| H A D | zlogin.c | 176 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/zoneadmd/ |
| H A D | zoneadmd.c | 213 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...] |
| /illumos-gate/usr/src/cmd/zoneadm/ |
| H A D | zoneadm.c | 37 * 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...] |
| /illumos-gate/usr/src/lib/libzonecfg/common/ |
| H A D | libzonecfg.c | 7329 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 110 milliseconds