HomeSort by: relevance | last modified time | path
    Searched refs:subfn (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/dev/vme/
xio.h 47 u_char subfn; /* in: subfunction number */ member in struct:xd_iocmd
xyreg.h 164 volatile u_char subfn; /* sub-function */ member in struct:xy_iopb
xy.c 1330 iopb->subfn = subfun;
1354 xyc_cmd(struct xyc_softc *xycsc, int cmd, int subfn, int unit, int block,
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,
xd.c 1487 xdc_cmd(struct xdc_softc *xdcsc, int cmd, int subfn, int unit, int block,
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,
  /src/sys/arch/sun3/dev/
xio.h 46 u_char subfn; /* in: subfunction number */ member in struct:xd_iocmd
xyreg.h 165 volatile u_char subfn; /* sub-function */ member in struct:xy_iopb
xd.c 1310 xdc_cmd(struct xdc_softc *xdcsc, int cmd, int subfn, int unit, int block,
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,
xy.c 1182 iopb->subfn = subfun;
1207 xyc_cmd(struct xyc_softc *xycsc, int cmd, int subfn, int unit, int block,
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,

Completed in 18 milliseconds