Searched refs:subfn (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/sys/arch/sun3/dev/
H A Dxio.h46 u_char subfn; /* in: subfunction number */ member in struct:xd_iocmd
H A Dxyreg.h165 volatile u_char subfn; /* sub-function */ member in struct:xy_iopb
H A Dxd.c1310 xdc_cmd(struct xdc_softc *xdcsc, int cmd, int subfn, int unit, int block, argument
1357 xdc_rqtopb(iorq, iopb, cmd, subfn);
2150 if (xio->subfn || xio->dptr || xio->dlen ||
2157 if (xio->subfn || xio->sectcnt > XD_IOCMD_MAXS ||
2171 if (xio->subfn != XDFUN_DRV ||
2182 switch (xio->subfn) {
2240 rqno = xdc_cmd(xdcsc, xio->cmd, xio->subfn, xd->xd_drive, xio->block,
H A Dxy.c1182 iopb->subfn = subfun;
1207 xyc_cmd(struct xyc_softc *xycsc, int cmd, int subfn, int unit, int block, argument
1238 xyc_rqtopb(iorq, iopb, cmd, subfn);
1981 if (xio->subfn || xio->dptr || xio->dlen ||
1988 if (xio->subfn || xio->sectcnt > XD_IOCMD_MAXS ||
2018 rqno = xyc_cmd(xycsc, xio->cmd, xio->subfn, xy->xy_drive, xio->block,
/netbsd-current/sys/dev/vme/
H A Dxio.h47 u_char subfn; /* in: subfunction number */ member in struct:xd_iocmd
H A Dxyreg.h164 volatile u_char subfn; /* sub-function */ member in struct:xy_iopb
H A Dxy.c1330 iopb->subfn = subfun;
1354 xyc_cmd(struct xyc_softc *xycsc, int cmd, int subfn, int unit, int block, argument
1385 xyc_rqtopb(iorq, iopb, cmd, subfn);
2145 if (xio->subfn || xio->dptr || xio->dlen ||
2152 if (xio->subfn || xio->sectcnt > XD_IOCMD_MAXS ||
2192 rqno = xyc_cmd(xycsc, xio->cmd, xio->subfn, xy->xy_drive, xio->block,
H A Dxd.c1487 xdc_cmd(struct xdc_softc *xdcsc, int cmd, int subfn, int unit, int block, argument
1535 xdc_rqtopb(iorq, iopb, cmd, subfn);
2333 if (xio->subfn || xio->dptr || xio->dlen ||
2340 if (xio->subfn || xio->sectcnt > XD_IOCMD_MAXS ||
2354 if (xio->subfn != XDFUN_DRV ||
2365 switch (xio->subfn) {
2433 rqno = xdc_cmd(xdcsc, xio->cmd, xio->subfn, xd->xd_drive, xio->block,

Completed in 281 milliseconds