Home
last modified time | relevance | path

Searched refs:rh_procnum (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/fs.d/nfs/nfslog/
H A Dfhtab.c998 return (&verstable->nfsl_dis_proc_table[logrechdr->rh_procnum]); in nfslog_find_fh_dispatch()
2323 logrechdr->rh_procnum == RFS_LINK) || in nfslog_process_fh_rec()
2325 logrechdr->rh_procnum == NFSPROC3_LINK)) { in nfslog_process_fh_rec()
H A Dnfs_log_xdr.c249 if (!xdr_rpcproc(xdrs, &objp->rh_procnum)) in xdr_nfslog_record_header()
H A Dnfslog_trans.c1879 switch (logrec->re_header.rh_procnum) { in nfslog_process_trans_rec()
1927 switch (logrec->re_header.rh_procnum) { in nfslog_process_trans_rec()
H A Dnfslog_elf.c1402 return (&verstable->nfsl_dis_proc_table[logrechdr->rh_procnum]); in nfsl_find_elf_dispatch()
/titanic_41/usr/src/uts/common/nfs/
H A Dnfs_log.h114 rpcproc_t rh_procnum; /* Procedure number */ member