Searched refs:snego (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/ |
H A D | nfs_sec.c | 469 * returned in snego, 519 nfs_sec_nego(rpcprog_t vers, CLIENT *clnt, char *fspath, struct snego_t *snego) argument 527 if (clnt == NULL || fspath == NULL || snego == NULL) 566 p[1] = (char)(1+snego->cnt); /* sec index */ 601 snego->array[snego->cnt+ii] = 603 snego->cnt += cnt; 647 p[1] = (char)(1+snego->cnt); /* sec index */ 686 snego->array[snego [all...] |
/illumos-gate/usr/src/cmd/fs.d/nfs/mount/ |
H A D | mount.c | 1404 struct snego_t snego; local 1510 snego.cnt = 0; 1511 if ((sec = nfs_sec_nego(vers, cl, fspath, &snego)) == 1520 for (jj = 0; jj < snego.cnt; jj++) { 1521 if (snego.array[jj] == 1540 for (jj = 0; jj < snego.cnt; jj++) { 1542 snego.array[jj],
|
/illumos-gate/usr/src/cmd/fs.d/autofs/ |
H A D | autod_nfs.c | 2957 struct snego_t snego; local 3007 snego.cnt = 0; 3008 if ((sec = nfs_sec_nego(vers, cl, fspath, &snego)) == 3017 for (jj = 0; jj < snego.cnt; jj++) { 3018 if (snego.array[jj] == 3030 for (jj = 0; jj < snego.cnt; jj++) { 3032 snego.array[jj],
|
Completed in 1685 milliseconds