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

  /src/sys/dev/scsipi/
ssvar.h 50 void (*minphys)(struct ss_softc *, struct buf *); member in struct:ss_special
  /src/sys/kern/
kern_physio.c 325 * Call minphys to bound the transfer size,
333 panic("todo(%zu) > MAXPHYS; minphys broken",
446 * A minphys() routine is called by physio() to adjust the size of each
449 * This minphys() is a default that must be called to enforce limits
454 minphys(struct buf *bp) function in typeref:typename:void

Completed in 12 milliseconds