Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zoneadmd/
H A Dzcons.c269 int subfd; in destroy_console_devs() local
280 if ((subfd = open(conspath, O_RDWR | O_NOCTTY)) != -1) { in destroy_console_devs()
282 (caddr_t)(intptr_t)subfd) != 0) in destroy_console_devs()
286 (void) close(subfd); in destroy_console_devs()
341 int subfd; in init_console_dev() local
424 if ((subfd = open(conspath, O_RDWR | O_NOCTTY)) == -1) { in init_console_dev()
437 if (ioctl(managerfd, ZC_HOLDSUBSID, (caddr_t)(intptr_t)subfd) in init_console_dev()
450 (void) close(subfd); in init_console_dev()