Home
last modified time | relevance | path

Searched refs:physio (Results 1 – 4 of 4) sorted by relevance

/src/sys/sys/
H A Dbio.h184 int physio(struct cdev *dev, struct uio *uio, int ioflag);
185 #define physread physio
186 #define physwrite physio
/src/sys/kern/
H A Dkern_physio.c40 physio(struct cdev *dev, struct uio *uio, int ioflag) in physio() function
/src/sys/dev/firewire/
H A Dfwdev.c323 return (physio(dev, uio, ioflag)); in fw_read()
457 return (physio(dev, uio, ioflag)); in fw_write()
/src/share/man/man9/
H A DMakefile270 physio.9 \