Searched refs:mret (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/riscv/
H A Dattribute-14.s4 mret
/netbsd-current/sys/net/
H A Dbsd-comp.c140 static int bsd_compress(void *state, struct mbuf **mret,
454 struct mbuf **mret /* return compressed mbuf chain here */,
510 *mret = NULL;
521 *mret = m;
646 if (*mret != NULL) {
647 m_freem(*mret);
648 *mret = NULL;
808 struct mbuf *m, *dmp, *mret; local
853 mret = dmp;
908 m_freem(mret);
[all...]
H A Dppp-deflate.c86 static int z_compress(void *state, struct mbuf **mret,
229 struct mbuf **mret /* compressed packet (out) */,
244 *mret = NULL;
252 *mret = m;
337 if (*mret != NULL) {
338 m_freem(*mret);
339 *mret = NULL;
/netbsd-current/sys/netinet/
H A Dsctp_output.c169 struct mbuf *mret; local
183 mret = m;
186 mret = m;
187 while (mret->m_next != NULL) {
188 mret = mret->m_next;
190 MGET(mret->m_next, M_DONTWAIT, MT_DATA);
191 if (mret->m_next == NULL) {
195 mret = mret
232 struct mbuf *copy_init, *copy_initack, *m_at, *sig, *mret; local
[all...]
/netbsd-current/external/mpl/dhcp/dist/server/
H A Dldap.c350 int mret = 0; local
361 mret = 1;
370 return mret;
379 return mret;
/netbsd-current/external/gpl3/binutils.old/dist/include/opcode/
H A Driscv-opc.h944 DECLARE_INSN(mret, MATCH_MRET, MASK_MRET)
/netbsd-current/external/gpl3/gdb.old/dist/include/opcode/
H A Driscv-opc.h957 DECLARE_INSN(mret, MATCH_MRET, MASK_MRET)
/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Dsyncrepl.c5171 Modifications ***mret, Modifications ***mcur )
5176 modtail = *mret;
5314 *mret = modtail;
5170 attr_cmp( Operation *op, Attribute *old, Attribute *new, Modifications ***mret, Modifications ***mcur ) argument
/netbsd-current/external/gpl3/binutils/dist/include/opcode/
H A Driscv-opc.h2634 DECLARE_INSN(mret, MATCH_MRET, MASK_MRET)
/netbsd-current/external/gpl3/gdb/dist/include/opcode/
H A Driscv-opc.h2897 DECLARE_INSN(mret, MATCH_MRET, MASK_MRET)

Completed in 201 milliseconds