FreeBSD kernel kern code
|
#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>
Go to the source code of this file.
Functions | |
__FBSDID ("$BSDSUniX$") | |
int | physio (struct cdev *dev, struct uio *uio, int ioflag) |
__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().