Searched refs:re_principal_name (Results 1 – 4 of 4) sorted by relevance
586 if (logrec->re_principal_name) in trans_read()587 newte->principal_name = strdup(logrec->re_principal_name); in trans_read()655 if (logrec->re_principal_name) in trans_write()656 newte->principal_name = strdup(logrec->re_principal_name); in trans_write()737 if (logrec->re_principal_name) in trans_setattr()738 newte->principal_name = strdup(logrec->re_principal_name); in trans_setattr()794 if (logrec->re_principal_name) in trans_create()795 newte->principal_name = strdup(logrec->re_principal_name); in trans_create()863 if (logrec->re_principal_name) in trans_remove()864 newte->principal_name = strdup(logrec->re_principal_name); in trans_remove()[all …]
267 if (!xdr_string(xdrs, &objp->re_principal_name, ~0)) in xdr_nfslog_request_record()
1438 logrec->re_principal_name, logrec->re_tag, in nfsl_elf_rpc_print()
133 char *re_principal_name; /* Principal name of caller */ member