FreeBSD kernel kern code
kern_physio.c File Reference
#include <sys/cdefs.h>
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/bio.h>
#include <sys/buf.h>
#include <sys/conf.h>
#include <sys/proc.h>
#include <sys/uio.h>
#include <vm/vm.h>
#include <vm/vm_extern.h>
Include dependency graph for kern_physio.c:

Go to the source code of this file.

Functions

 __FBSDID ("$BSDSUniX$")
 
int physio (struct cdev *dev, struct uio *uio, int ioflag)
 

Function Documentation

__FBSDID ( "$BSDSUniX$"  )
int physio ( struct cdev *  dev,
struct uio *  uio,
int  ioflag 
)

Definition at line 35 of file kern_physio.c.

References bdone(), buf, bwait(), dev_strategy_csw(), devtoname(), printf(), vmapbuf(), and vunmapbuf().

Here is the call graph for this function: