Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_util.c198 new->fh_fd = fd; in ndmpd_add_file_handler()
231 if (handler->fh_fd == fd) { in ndmpd_remove_file_handler()
390 FD_SET(handler->fh_fd, &rfds); in ndmpd_select()
392 FD_SET(handler->fh_fd, &wfds); in ndmpd_select()
394 FD_SET(handler->fh_fd, &efds); in ndmpd_select()
416 if (FD_ISSET(handler->fh_fd, &rfds) && in ndmpd_select()
417 connection_fd == handler->fh_fd) in ndmpd_select()
421 if (FD_ISSET(handler->fh_fd, &wfds) && in ndmpd_select()
422 connection_fd == handler->fh_fd) in ndmpd_select()
426 if (FD_ISSET(handler->fh_fd, &efds) && in ndmpd_select()
[all …]
H A Dndmpd.h280 int fh_fd; member