Searched refs:nfs_auth (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/amd/amd/
H A Dops_nfs.c117 AUTH *nfs_auth; variable
506 nfs_auth = authsys_create(hostd, 0, 0, 1, &group_wheel);
508 nfs_auth = authsys_create_default();
513 nfs_auth = authunix_create(hostd, 0, 0, 1, &group_wheel);
515 nfs_auth = authunix_create_default();
519 if (!nfs_auth)
535 if (!nfs_auth) {
566 nfs_auth);
612 if (!nfs_auth) {
663 nfs_auth);
[all...]
H A Damfs_host.c378 if (!nfs_auth) {
383 client->cl_auth = nfs_auth;
682 if (!nfs_auth) {
686 client->cl_auth = nfs_auth;
H A Dsrvr_nfs.c282 if (nfs_auth)
306 call_portmap(fs, nfs_auth, MOUNTPROG, mnt_version, (u_long) IPPROTO_UDP);
/freebsd-9.3-release/contrib/amd/include/
H A Dam_utils.h244 extern AUTH *nfs_auth; /* Dummy authorization for remote servers */

Completed in 104 milliseconds