Home
last modified time | relevance | path

Searched refs:oldm (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/sys/dev/ic/
H A Dfxp.c1464 * adding the 'oldm' (if non-NULL) on to the end of the list - in fxp_mediastatus()
1470 fxp_add_rfabuf(struct fxp_softc *sc, struct mbuf *oldm)
1482 if (oldm == NULL) in fxp_add_rfabuf()
1484 m = oldm; in fxp_add_rfabuf()
1487 if (oldm == NULL) { in fxp_add_rfabuf()
1493 } else if (oldm == m) in fxp_add_rfabuf()
1494 rxmap = *((bus_dmamap_t *)oldm->m_ext.ext_buf); in fxp_add_rfabuf()
1496 rxmap = *((bus_dmamap_t *)oldm->m_ext.ext_buf); in fxp_add_rfabuf()
1504 if (oldm == NULL) in fxp_add_rfabuf()
1506 m = oldm; in fxp_add_rfabuf()
1475 fxp_add_rfabuf(struct fxp_softc * sc,struct mbuf * oldm) fxp_add_rfabuf() argument
[all...]
/openbsd-src/libexec/tradcpp/
H A Dmacro.c483 struct macro *oldm; in macro_define_common_end() local
486 oldm = macrotable_find(m->name, false); in macro_define_common_end()
487 if (oldm != NULL) { in macro_define_common_end()
488 ok = macro_eq(m, oldm); in macro_define_common_end()
502 complain(&oldm->defplace, in macro_define_common_end()