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

/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_resolve.c210 int nthtry = FIRST_TRY; local
220 if (nthtry == FIRST_TRY) {
236 if (nthtry == SECOND_TRY) {
253 if (++nthtry <= MNT_PREF_LISTLEN) {
/illumos-gate/usr/src/lib/librdc/common/
H A Dnetaddrs.c532 int nthtry = FIRST_TRY; local
596 if (nthtry == FIRST_TRY) {
617 if (++nthtry <= MNT_PREF_LISTLEN) {
/illumos-gate/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c1700 check_nconf(struct netconfig *nconf, int nthtry, int *valid_proto) argument
1707 if (nthtry == FIRST_TRY) {
1711 } else if (nthtry == SECOND_TRY) {
1758 int nthtry = FIRST_TRY; local
1851 nthtry, &valid_proto)) {
1861 if (++nthtry <= MNT_PREF_LISTLEN) {
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c2821 int nthtry = FIRST_TRY; local
2875 if (nthtry == FIRST_TRY) {
2891 if (nthtry == SECOND_TRY) {
2909 if (++nthtry <= MNT_PREF_LISTLEN) {

Completed in 71 milliseconds