Home
last modified time | relevance | path

Searched refs:mrep (Results 1 – 10 of 10) sorted by relevance

/netbsd/sys/fs/nfs/common/
H A Dnfs_common.h71 #define nfsm_dcheck(t1, mrep) \ argument
75 m_freem((mrep)); \
76 (mrep) = NULL; \
81 #define nfsm_dcheckp(retp, mrep) \ argument
85 m_freem((mrep)); \
86 (mrep) = NULL; \
95 nfsm_dcheckp(ret, mrep); \
103 nfsm_dcheckp(ret, mrep); \
111 nfsm_dcheck(t1, mrep); \
119 nfsm_dcheck(t1, mrep); \
[all …]
/netbsd/sys/nfs/
H A Dnfs_clntsocket.c391 md = mrep; in nfs_reply()
397 m_freem(mrep); in nfs_reply()
483 m_freem(mrep); in nfs_reply()
751 m_freem(mrep); in nfs_request()
758 m_freem(mrep); in nfs_request()
800 m_freem(mrep); in nfs_request()
907 m_freem(mrep); in nfs_request()
933 *mrp = mrep; in nfs_request()
938 m_freem(mrep); in nfs_request()
950 *mrp = mrep; in nfs_request()
[all …]
H A Dnfsm_subs.h103 m_freem(mrep); \
176 m_freem(mrep); \
205 m_freem(mrep); \
218 m_freem(mrep); \
242 m_freem(mrep); \
370 m_freem(mrep); \
388 m_freem(mrep); \
450 if (mrep != NULL) { \
451 m_freem(mrep); \
452 mrep = NULL; \
[all …]
H A Dnfs_vnops.c874 m_freem(mrep); in nfs_lookup()
884 m_freem(mrep); in nfs_lookup()
889 m_freem(mrep); in nfs_lookup()
901 m_freem(mrep); in nfs_lookup()
916 m_freem(mrep); in nfs_lookup()
926 m_freem(mrep); in nfs_lookup()
944 m_freem(mrep); in nfs_lookup()
1174 m_freem(mrep); in nfs_readrpc()
1387 m_freem(mrep); in nfs_writerpc()
2556 m_freem(mrep); in nfs_readdirrpc()
[all …]
H A Dnfs_serv.c873 if (mrep == NULL) { in nfsrv_write()
898 mp = mrep; in nfsrv_write()
957 mp = mrep; in nfsrv_write()
1079 struct mbuf *mb, *mreq, *mrep, *md; in nfsrv_writegather() local
1088 mrep = nfsd->nd_mrep; in nfsrv_writegather()
1124 mp = mrep; in nfsrv_writegather()
1146 m_freem(mrep); in nfsrv_writegather()
1221 mrep = nfsd->nd_mrep; in nfsrv_writegather()
1256 mp = mrep; in nfsrv_writegather()
1266 mp = mrep; in nfsrv_writegather()
[all …]
H A Dnfs_socket.c1006 struct mbuf *mrep, *md; in nfs_getreq() local
1013 mrep = nd->nd_mrep; in nfs_getreq()
1020 m_freem(mrep); in nfs_getreq()
1060 m_freem(mrep); in nfs_getreq()
1075 m_freem(mrep); in nfs_getreq()
1093 m_freem(mrep); in nfs_getreq()
1116 m_freem(mrep); in nfs_getreq()
1130 m_freem(mrep); in nfs_getreq()
H A Dnfs_vfsops.c175 struct mbuf *mreq, *mrep = NULL, *md, *mb; in nfs_statvfs() local
197 if (mrep != NULL) { in nfs_statvfs()
198 if (mrep->m_next != NULL) in nfs_statvfs()
200 m_freem(mrep); in nfs_statvfs()
257 struct mbuf *mreq, *mrep, *md, *mb; in nfs_fsinfo() local
H A Dnfs_subs.c741 nfsm_mbuftouio(struct mbuf **mrep, struct uio *uiop, int siz, char **dpos) in nfsm_mbuftouio() argument
749 mp = *mrep; in nfsm_mbuftouio()
793 *mrep = mp; in nfsm_mbuftouio()
796 error = nfs_adv(mrep, dpos, rem, len); in nfsm_mbuftouio()
H A Dnfs_iod.c403 …, kauth_cred_t cred, int len, NFSKERBKEY_T key, struct mbuf **mdp, char **dposp, struct mbuf *mrep) in nfs_savenickauth() argument
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-slp-patterns.cc1603 stmt_vec_info mrep = SLP_TREE_REPRESENTATIVE (mul); in build() local
1605 gimple_assign_rhs1 (mrep->stmt), in build()
1606 gimple_assign_rhs2 (mrep->stmt), in build()