Home
last modified time | relevance | path

Searched refs:SI_NOSPLIT (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/kern/
H A Dkern_physio.c69 if (dev->si_flags & SI_NOSPLIT && in physio()
/freebsd/sys/sys/
H A Dconf.h64 #define SI_NOSPLIT 0x0800 /* I/O should not be split up */ macro
/freebsd/sys/cam/scsi/
H A Dscsi_sa.c1269 if ((softc->si_flags & SI_NOSPLIT) == 0) { in sasetprotents()
2624 softc->si_flags = SI_NOSPLIT; in saregister()