Searched defs:segfd (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/librsm/common/
H A Drsmlib.c397 _rsm_insert_pollfd_table(int segfd, minor_t segrnum) argument
403 hash = RSM_POLLFD_HASH(segfd);
421 chunk->fdarray[0].fd = segfd;
432 chunk, hash, segfd, segrnum));
436 chunk->fdarray[i].fd = segfd;
444 hash, segfd, segrnum, chunk));
459 _rsm_lookup_pollfd_table(int segfd) argument
464 if (segfd < 0)
469 chunk = pollfd_table.buckets[RSM_POLLFD_HASH(segfd)];
474 if (chunk->fdarray[i].fd == segfd) {
498 _rsm_remove_pollfd_table(int segfd) argument
[all...]

Completed in 75 milliseconds