Searched refs:mnttab_fd (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/hal/hald/solaris/ |
H A D | osspec.c | 172 static int mnttab_fd; variable 181 if ((mnttab_fd = open (MNTTAB, O_RDONLY)) < 0) { in mnttab_event_init() 185 (void) close (mnttab_fd); in mnttab_event_init() 188 if (port_associate (mnttab_port, PORT_SOURCE_FD, mnttab_fd, POLLRDBAND, in mnttab_event_init() 191 (void) close (mnttab_fd); in mnttab_event_init() 196 (void) read(mnttab_fd, buf, (size_t)(sizeof (buf) - 1)); in mnttab_event_init() 197 (void) lseek(mnttab_fd, 0, SEEK_SET); in mnttab_event_init() 219 mnttab_fd, POLLRDBAND, NULL); in mnttab_event() 225 (void) lseek(mnttab_fd, 0, SEEK_SET); in mnttab_event() 226 (void) read(mnttab_fd, buf, (size_t)(sizeof (buf) - 1)); in mnttab_event()
|