Searched refs:re_principal_name (Results 1 – 4 of 4) sorted by relevance
588 if (logrec->re_principal_name) in trans_read()589 newte->principal_name = strdup(logrec->re_principal_name); in trans_read()657 if (logrec->re_principal_name) in trans_write()658 newte->principal_name = strdup(logrec->re_principal_name); in trans_write()739 if (logrec->re_principal_name) in trans_setattr()740 newte->principal_name = strdup(logrec->re_principal_name); in trans_setattr()796 if (logrec->re_principal_name) in trans_create()797 newte->principal_name = strdup(logrec->re_principal_name); in trans_create()865 if (logrec->re_principal_name) in trans_remove()866 newte->principal_name = strdup(logrec->re_principal_name); in trans_remove()[all …]
269 if (!xdr_string(xdrs, &objp->re_principal_name, ~0)) in xdr_nfslog_request_record()
1440 logrec->re_principal_name, logrec->re_tag, in nfsl_elf_rpc_print()
130 char *re_principal_name; /* Principal name of caller */ member