Home
last modified time | relevance | path

Searched refs:conspath (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/zoneadmd/
H A Dzcons.c265 char conspath[MAXPATHLEN]; in destroy_console_devs() local
275 (void) snprintf(conspath, sizeof (conspath), "/dev/zcons/%s/%s", in destroy_console_devs()
277 if ((managerfd = open(conspath, O_RDWR | O_NOCTTY)) != -1) { in destroy_console_devs()
278 (void) snprintf(conspath, sizeof (conspath), "/dev/zcons/%s/%s", in destroy_console_devs()
280 if ((subfd = open(conspath, O_RDWR | O_NOCTTY)) != -1) { in destroy_console_devs()
333 char conspath[MAXPATHLEN]; in init_console_dev() local
414 (void) snprintf(conspath, sizeof (conspath), "/dev/zcons/%s/%s", in init_console_dev()
416 if ((managerfd = open(conspath, O_RDWR | O_NOCTTY)) == -1) { in init_console_dev()
422 (void) snprintf(conspath, sizeof (conspath), "/dev/zcons/%s/%s", in init_console_dev()
424 if ((subfd = open(conspath, O_RDWR | O_NOCTTY)) == -1) { in init_console_dev()
[all …]