Home
last modified time | relevance | path

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

/openbsd/usr.sbin/amd/amd/
H A Dhost_ops.c400 mntlist *ml, *mprev; in host_fumount() local
412 mprev = 0; in host_fumount()
415 ml->mnext = mprev; in host_fumount()
416 mprev = ml; in host_fumount()
419 mlist = mprev; in host_fumount()
/openbsd/sys/arch/octeon/dev/
H A Dif_cnmac.c1123 struct mbuf *m, *m0, *mprev, **pm; in cnmac_recv_mbuf() local
1137 m0 = mprev = NULL; in cnmac_recv_mbuf()
1172 mprev->m_next = m; in cnmac_recv_mbuf()
1174 mprev = m; in cnmac_recv_mbuf()
H A Dif_ogx.c1025 struct mbuf *m, *m0, *mprev; in ogx_rxintr() local
1077 mprev = NULL; in ogx_rxintr()
1101 mprev->m_next = m; in ogx_rxintr()
1103 mprev = m; in ogx_rxintr()
/openbsd/usr.sbin/snmpd/
H A Dmib.y346 struct module *mprev; variable
348 if ((mprev = RB_INSERT(modulescs, &modulescs,
351 mprev->lastupdated) {
352 mib_modulefree(mprev);
/openbsd/sys/netinet6/
H A Dip6_output.c294 struct mbuf *mprev = m; in ip6_output() local
332 MAKE_CHAIN(exthdrs.ip6e_hbh, mprev, nexthdrp, IPPROTO_HOPOPTS); in ip6_output()
333 MAKE_CHAIN(exthdrs.ip6e_dest1, mprev, nexthdrp, in ip6_output()
335 MAKE_CHAIN(exthdrs.ip6e_rthdr, mprev, nexthdrp, in ip6_output()