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

/netbsd-6-1-5-RELEASE/sys/arch/powerpc/ibm4xx/dev/
H A Dmal.c64 static void *iargs[4]; variable
146 if (iargs[chan] != NULL) {
148 handled |= emac_txeob_intr(iargs[chan]);
162 if (iargs[chan] != NULL) {
166 handled |= emac_rxeob_intr(iargs[chan]);
180 if (iargs[chan] != NULL) {
181 handled |= emac_txde_intr(iargs[chan]);
198 if (iargs[chan] != NULL) {
199 handled |= emac_rxde_intr(iargs[chan]);
232 if (chan >= __arraycount(iargs))
[all...]
/netbsd-6-1-5-RELEASE/share/examples/rump/sdread/
H A Dsdread.c98 struct iso_args iargs; local
120 memset(&iargs, 0, sizeof(iargs));
121 iargs.fspec = strdup("/dev/cd0a");
143 &iargs, sizeof(iargs)) == -1) {

Completed in 108 milliseconds