Searched defs:nfsrv_descript (Results 1 – 2 of 2) sorted by relevance
580 struct nfsrv_descript { struct581 mbuf_t nd_mrep; /* Request mbuf list */582 mbuf_t nd_md; /* Current dissect mbuf */583 mbuf_t nd_mreq; /* Reply mbuf list */584 mbuf_t nd_mb; /* Current build mbuf */585 NFSSOCKADDR_T nd_nam; /* and socket addr */586 NFSSOCKADDR_T nd_nam2; /* return socket addr */587 char *nd_dpos; /* Current dissect pos */588 char *nd_bpos; /* Current build pos */589 u_int16_t nd_procnum; /* RPC # */[all …]
526 LIST_HEAD(,nfsrv_descript) nd_coalesce; /* coalesced writes */ argument 527 SIMPLEQ_ENTRY(nfsrv_descript) nd_send argument 518 struct nfsrv_descript { global() struct 522 nd_eoffnfsrv_descript global() argument 528 nd_mreqnfsrv_descript global() argument 529 nd_namnfsrv_descript global() argument 530 nd_nam2nfsrv_descript global() argument 531 nd_dposnfsrv_descript global() argument 532 nd_procnumnfsrv_descript global() argument 533 nd_stablenfsrv_descript global() argument 534 nd_flagnfsrv_descript global() argument 535 nd_lennfsrv_descript global() argument 536 nd_repstatnfsrv_descript global() argument 537 nd_retxidnfsrv_descript global() argument 538 nd_durationnfsrv_descript global() argument 539 nd_starttimenfsrv_descript global() argument 540 nd_fhnfsrv_descript global() argument 541 nd_crnfsrv_descript global() argument [all...]