Searched refs:CIOCGETCONSOLE (Results 1 – 4 of 4) sorted by relevance
| /illumos-gate/usr/src/uts/common/sys/ |
| H A D | sysmsg_impl.h | 48 #define CIOCGETCONSOLE 0 macro
|
| /illumos-gate/usr/src/cmd/consadm/ |
| H A D | consadm.c | 513 if ((bufsize = ioctl(fd, CIOCGETCONSOLE, NULL)) < 0) in getconsole() 521 if (ioctl(fd, CIOCGETCONSOLE, infop) < 0) in getconsole() 684 if ((bufsize = ioctl(sysmfd, CIOCGETCONSOLE, NULL)) < 0) in fallbackdaemon() 692 if (ioctl(sysmfd, CIOCGETCONSOLE, infop) < 0) in fallbackdaemon()
|
| /illumos-gate/usr/src/uts/common/io/ |
| H A D | sysmsg.c | 521 case CIOCGETCONSOLE: in sysmioctl() 581 case CIOCGETCONSOLE: in sysmioctl() 609 case CIOCGETCONSOLE: in sysmioctl()
|
| /illumos-gate/usr/src/cmd/sulogin/ |
| H A D | sulogin.c | 162 if ((bufsize = ioctl(fd, CIOCGETCONSOLE, NULL)) < 0) in main() 169 if (ioctl(fd, CIOCGETCONSOLE, infop) < 0) in main()
|