Searched refs:aup_machname (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/libbc/inc/include/rpc/
H A Dauth_unix.h51 char *aup_machname; member in struct:authunix_parms
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dauthsys_prot.c57 xdr_string(xdrs, &(p->aup_machname), MAX_MACHINE_NAME) &&
74 xdr_string(xdrs, &(p->aup_machname), MAX_MACHINE_NAME) &&
H A Dsvc_auth_loopb.c63 aup->aup_machname = area->area_machname;
78 (void) memcpy(aup->aup_machname, buf, str_len);
79 aup->aup_machname[str_len] = 0;
H A Dsvc_auth_sys.c77 aup->aup_machname = area->area_machname;
92 (void) memcpy(aup->aup_machname, buf, str_len);
93 aup->aup_machname[str_len] = 0;
H A Dauth_sys.c121 aup.aup_machname = (char *)machname;
297 aup.aup_machname = NULL;
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dsvc_authu.c90 aup->aup_machname = area->area_machname;
103 bcopy((caddr_t)buf, aup->aup_machname, (u_int)str_len);
104 aup->aup_machname[str_len] = 0;
H A Dauthu_prot.c60 xdr_string(xdrs, &p->aup_machname, MAX_MACHINE_NAME) &&
/illumos-gate/usr/src/uts/common/rpc/
H A Dauth_sys.h76 char *aup_machname; member in struct:authsys_parms
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dauth_unix.c118 aup.aup_machname = machname;
214 aup.aup_machname = (char *)0;
296 xdr_string(xdrs, &(p->aup_machname), MAX_MACHINE_NAME) &&
/illumos-gate/usr/src/cmd/rexd/
H A Drpc.rexd.c388 unix_cred->aup_machname = "";
858 if (ValidUser(ucred->aup_machname,
1175 ucred->aup_machname,
1198 ucred->aup_machname,
1208 audit_rexd_success(ucred->aup_machname,
/illumos-gate/usr/src/cmd/rpcbind/
H A Drpcb_svc_com.c1042 auth = authsys_create(au->aup_machname, au->aup_uid,
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_server.c2508 req->rq_clntcred)->aup_machname;

Completed in 59 milliseconds