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

/illumos-gate/usr/src/cmd/consadm/
H A Dconsadm.c656 int fd, sysmfd, ret = 0; local
683 if ((sysmfd = safeopen(SYSMSG)) < 0)
686 if ((bufsize = ioctl(sysmfd, CIOCGETCONSOLE, NULL)) < 0)
694 if (ioctl(sysmfd, CIOCGETCONSOLE, infop) < 0)
773 (void) close(sysmfd);

Completed in 58 milliseconds