Home
last modified time | relevance | path

Searched refs:buf_cmd_t (Results 1 – 10 of 10) sorted by relevance

/dragonfly/usr.sbin/makefs/ffs/
H A Dbuf.h67 } buf_cmd_t; typedef
76 buf_cmd_t b_cmd; /* DragonFly */
/dragonfly/sys/sys/
H A Dbuf.h94 } buf_cmd_t; typedef
166 buf_cmd_t b_cmd; /* I/O command */
H A Dvfsops.h318 buf_cmd_t a_cmd; /* BUF_CMD_READ, BUF_CMD_WRITE, etc */
831 off_t *doffsetp, int *runp, int *runb, buf_cmd_t cmd);
/dragonfly/sys/dev/raid/vinum/
H A Dvinumext.h119 int driveio(struct drive *, char *, size_t, off_t, buf_cmd_t);
H A Dvinumio.c272 driveio(struct drive *drive, char *buf, size_t length, off_t offset, buf_cmd_t cmd) in driveio()
/dragonfly/usr.sbin/makefs/hammer2/
H A Dhammer2_compat.h282 buf_cmd_t a_cmd;
/dragonfly/sys/bus/cam/
H A Dcam_periph.c645 buf_cmd_t cmd[CAM_PERIPH_MAXMAPS]; in cam_periph_mapmem()
/dragonfly/sys/dev/disk/fd/
H A Dfd.c1629 static int fdcpio(fdc_p fdc, buf_cmd_t cmd, caddr_t addr, u_int count) in fdcpio()
/dragonfly/sys/kern/
H A Dvfs_vopops.c912 off_t *doffsetp, int *runp, int *runb, buf_cmd_t cmd) in vop_bmap()
H A Dvfs_bio.c3517 buf_cmd_t cmd; in bpdone()