Lines Matching defs:nfsrv_descript
533 struct nfsrv_descript { struct
537 LIST_ENTRY(nfsrv_descript) nd_hash; /* Hash list */ argument
540 struct mbuf *nd_mrep; /* Request mbuf list */
541 struct mbuf *nd_md; /* Current dissect mbuf */
542 struct mbuf *nd_mreq; /* Reply mbuf list */
543 struct sockaddr *nd_nam; /* and socket addr */
544 struct sockaddr *nd_nam2; /* return socket addr */
545 caddr_t nd_dpos; /* Current dissect pos */
546 u_int32_t nd_procnum; /* RPC # */
547 int nd_stable; /* storage type */
548 int nd_flag; /* nd_flag */
549 int nd_len; /* Length of this write */
573 * These macros compare nfsrv_descript structures. argument