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

/freebsd-10-stable/sys/sys/
H A Dbio.h153 int physio(struct cdev *dev, struct uio *uio, int ioflag);
154 #define physread physio
155 #define physwrite physio
/freebsd-10-stable/sys/kern/
H A Dkern_physio.c39 physio(struct cdev *dev, struct uio *uio, int ioflag) function
/freebsd-10-stable/sys/dev/firewire/
H A Dfwdev.c354 return (physio(dev, uio, ioflag));
488 return (physio(dev, uio, ioflag));
/freebsd-10-stable/share/man/man9/
H A DMakefile201 physio.9 \
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzvol.c1811 error = physio(zvol_strategy, NULL, dev, B_READ,
1871 error = physio(zvol_strategy, NULL, dev, B_WRITE,

Completed in 73 milliseconds