Searched refs:mnttab_fd (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/hal/hald/solaris/ |
H A D | osspec.c | 170 static int mnttab_fd; variable 179 if ((mnttab_fd = open (MNTTAB, O_RDONLY)) < 0) { in mnttab_event_init() 183 (void) close (mnttab_fd); in mnttab_event_init() 186 if (port_associate (mnttab_port, PORT_SOURCE_FD, mnttab_fd, POLLRDBAND, in mnttab_event_init() 189 (void) close (mnttab_fd); in mnttab_event_init() 194 (void) read(mnttab_fd, buf, (size_t)(sizeof (buf) - 1)); in mnttab_event_init() 195 (void) lseek(mnttab_fd, 0, SEEK_SET); in mnttab_event_init() 217 mnttab_fd, POLLRDBAND, NULL); in mnttab_event() 223 (void) lseek(mnttab_fd, 0, SEEK_SET); in mnttab_event() 224 (void) read(mnttab_fd, buf, (size_t)(sizeof (buf) - 1)); in mnttab_event()
|