#include <ssdef.h>#include <irpdef.h>#include <system_data_cells.h>#include <linux/sched.h>#include <linux/slab.h>#include <sch_routines.h>Go to the source code of this file.
Functions | |
| int | exe_std_writechk (struct _irp *irp, struct _pcb *pcb, struct _ucb *ucb, void *buf, int bufsiz) |
| int | exe_std_readchk (struct _irp *irp, struct _pcb *pcb, struct _ucb *ucb, void *buf, int bufsiz) |
| int | exe_std_iorsnwait (struct _irp *irp, struct _pcb *pcb, struct _ucb *ucb, struct _ccb *ccb, int qio_sts, int rsn) |
| int exe_std_iorsnwait | ( | struct _irp * | irp, | |
| struct _pcb * | pcb, | |||
| struct _ucb * | ucb, | |||
| struct _ccb * | ccb, | |||
| int | qio_sts, | |||
| int | rsn | |||
| ) |
Definition at line 27 of file sysqiofdt.c.
References kfree(), sch_gl_resmask, and sch_wait().
Referenced by mb_fdt_read(), and mb_fdt_write().
| int exe_std_readchk | ( | struct _irp * | irp, | |
| struct _pcb * | pcb, | |||
| struct _ucb * | ucb, | |||
| void * | buf, | |||
| int | bufsiz | |||
| ) |
Definition at line 20 of file sysqiofdt.c.
References _irp::irp_l_bcnt, SS__BADPARAM, and SS__NORMAL.
Referenced by mb_fdt_read().
| int exe_std_writechk | ( | struct _irp * | irp, | |
| struct _pcb * | pcb, | |||
| struct _ucb * | ucb, | |||
| void * | buf, | |||
| int | bufsiz | |||
| ) |
Definition at line 13 of file sysqiofdt.c.
References _irp::irp_l_bcnt, SS__BADPARAM, and SS__NORMAL.
Referenced by mb_fdt_write().
1.5.5