Searched refs:srh_mnttab_fp (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libshare/common/
H A Dlibshare_impl.h79 FILE *srh_mnttab_fp; /* file pointer for mnttab */ member in struct:sa_read_hdl_s
H A Dlibshare.c2544 if (srhp->srh_mnttab_fp != NULL)
2545 (void) fclose(srhp->srh_mnttab_fp);
2585 if ((srhp->srh_mnttab_fp = fopen(MNTTAB, "r")) == NULL) {
2596 while ((rc = getmntent(srhp->srh_mnttab_fp, &entry)) == 0) {
2644 srhp->srh_mnttab_fp = NULL;
2692 if (srhp->srh_mnttab_fp != NULL) {
2705 while ((rc = getmntent(srhp->srh_mnttab_fp, &entry)) == 0) {
2737 (void) fclose(srhp->srh_mnttab_fp);
2738 srhp->srh_mnttab_fp = NULL;

Completed in 28 milliseconds