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

/netbsd-current/sys/arch/sun3/dev/
H A Dxd.c1556 * the caller is interesting in. if freeone is true, then it returns
1560 xdc_piodriver(struct xdc_softc *xdcsc, int iorqno, int freeone) argument
1567 printf("%s(%s, %d, freeone=%d)\n", __func__,
1568 device_xname(xdcsc->sc_dev), iorqno, freeone);
1597 if (freeone) {
/netbsd-current/sys/dev/vme/
H A Dxd.c1728 * the caller is interesting in. if freeone is true, then it returns
1732 xdc_piodriver(struct xdc_softc *xdcsc, int iorqno, int freeone) argument
1739 printf("xdc_piodriver(%s, %d, freeone=%d)\n", device_xname(xdcsc->sc_dev),
1740 iorqno, freeone);
1770 if (freeone) {

Completed in 143 milliseconds