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

/openbsd-current/sys/dev/ic/
H A Dfxp.c1469 * adding the 'oldm' (if non-NULL) on to the end of the list -
1475 fxp_add_rfabuf(struct fxp_softc *sc, struct mbuf *oldm) argument
1487 if (oldm == NULL)
1489 m = oldm;
1492 if (oldm == NULL) {
1498 } else if (oldm == m)
1499 rxmap = *((bus_dmamap_t *)oldm->m_ext.ext_buf);
1501 rxmap = *((bus_dmamap_t *)oldm->m_ext.ext_buf);
1509 if (oldm == NULL)
1511 m = oldm;
[all...]
/openbsd-current/libexec/tradcpp/
H A Dmacro.c483 struct macro *oldm; local
486 oldm = macrotable_find(m->name, false);
487 if (oldm != NULL) {
488 ok = macro_eq(m, oldm);
493 //complain(&oldm->defplace,
502 complain(&oldm->defplace,

Completed in 75 milliseconds