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

/illumos-gate/usr/src/cmd/avs/rdc/
H A Dsndrd.c897 int num_to_copy; local
902 num_to_copy = num_fds - i;
905 num_to_copy * sizeof (struct pollfd));
910 num_to_copy * sizeof (struct conn_entry));
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_tbind.c844 int num_to_copy; local
849 num_to_copy = num_fds - i;
852 num_to_copy * sizeof (struct pollfd));
857 num_to_copy * sizeof (struct conn_entry));

Completed in 74 milliseconds