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

/illumos-gate/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c180 static int sec_opt = 0; /* any security option ? */ variable
456 sec_opt = 0;
1061 sec_opt++;
1176 sec_opt++;
1231 if (sec_opt > 1) {
1271 if (!snego_done && !sec_opt) {
1519 if (sec_opt) {
1533 if (sec_opt) {
1546 if (sec_opt)
2329 if (sec_opt) {
[all...]
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c122 int sec_opt; member in struct:mfs_snego_t
689 int sec_opt, scerror; local
772 if (++mfssnego_init.sec_opt > 1) {
794 if (++mfssnego_init.sec_opt > 1) {
1369 sec_opt = 0;
1372 if (++sec_opt > 1) {
1415 if (++sec_opt > 1) {
1697 if (sec_opt) {
1728 sec_opt++;
1933 } else if (!sec_opt) {
[all...]

Completed in 52 milliseconds