Searched refs:dflt_lock (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/sparc64/sparc64/
H A Dbus_machdep.c166 * dflt_lock should never get called. It gets put into the dma tag when
172 dflt_lock(void *arg, bus_dma_lock_op_t op) function
175 panic("driver error: busdma dflt_lock called");
227 newtag->dt_lockfunc = dflt_lock;
/freebsd-11-stable/sys/powerpc/powerpc/
H A Dbusdma_machdep.c208 * dflt_lock should never get called. It gets put into the dma tag when
214 dflt_lock(void *arg, bus_dma_lock_op_t op) function
216 panic("driver error: busdma dflt_lock called");
271 newtag->lockfunc = dflt_lock;
/freebsd-11-stable/sys/mips/mips/
H A Dbusdma_machdep.c315 * dflt_lock should never get called. It gets put into the dma tag when
321 dflt_lock(void *arg, bus_dma_lock_op_t op) function
324 panic("driver error: busdma dflt_lock called");
326 printf("DRIVER_ERROR: busdma dflt_lock called\n");
401 newtag->lockfunc = dflt_lock;
/freebsd-11-stable/sys/arm/arm/
H A Dbusdma_machdep-v4.c377 * dflt_lock should never get called. It gets put into the dma tag when
383 dflt_lock(void *arg, bus_dma_lock_op_t op) function
386 panic("driver error: busdma dflt_lock called");
388 printf("DRIVER_ERROR: busdma dflt_lock called\n");
433 newtag->lockfunc = dflt_lock;
H A Dbusdma_machdep-v6.c421 * dflt_lock should never get called. It gets put into the dma tag when
427 dflt_lock(void *arg, bus_dma_lock_op_t op) function
430 panic("driver error: busdma dflt_lock called");
484 newtag->lockfunc = dflt_lock;

Completed in 162 milliseconds