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

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c2444 * get_pathconf(cl, path, fsname, pcnf, cretries)
2446 * cretries is a copy of retries used to determine when to syslog
2451 int cretries)
2469 if (cretries-- <= 0) {
2450 get_pathconf(CLIENT *cl, char *path, char *fsname, struct pathcnf **pcnf, int cretries) argument

Completed in 51 milliseconds