HomeSort by: relevance | last modified time | path
    Searched defs:iargs (Results 1 - 2 of 2) sorted by relevancy

  /src/share/examples/rump/sdread/
sdread.c 98 struct iso_args iargs; local in function:main
120 memset(&iargs, 0, sizeof(iargs));
121 iargs.fspec = strdup("/dev/cd0a");
143 &iargs, sizeof(iargs)) == -1) {
  /src/sys/arch/powerpc/ibm4xx/dev/
mal.c 64 static void *iargs[4]; variable in typeref:typename:void * [4]
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...]

Completed in 13 milliseconds