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

/osnet-11/usr/src/lib/libshare_plugins/cache/
H A Dlibshare_cache.c90 int sharefs_fd = -1; variable
179 if (ioctl(sharefs_fd, SHAREFS_IOC_LOOKUP, ioc) < 0) {
231 if (ioctl(sharefs_fd, SHAREFS_IOC_FIND_INIT, ioc) < 0) {
277 if (ioctl(sharefs_fd, SHAREFS_IOC_FIND_NEXT, ioc) < 0) {
325 if (ioctl(sharefs_fd, SHAREFS_IOC_FIND_FINI, ioc) < 0) {
360 sharefs_fd = fileno(sharefs_fp);
370 sharefs_fd = -1;

Completed in 46 milliseconds