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

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c137 static int get_pathconf(CLIENT *, char *, char *, struct pathcnf **, int);
2139 if (error = get_pathconf(cl, dir, remname,
2444 * get_pathconf(cl, path, fsname, pcnf, cretries)
2450 get_pathconf(CLIENT *cl, char *path, char *fsname, struct pathcnf **pcnf, function
2459 syslog(LOG_ERR, "get_pathconf: Out of memory");
2471 "get_pathconf: %s: server not responding: %s",
2478 syslog(LOG_ERR, "get_pathconf: no info for %s", fsname);

Completed in 56 milliseconds