Searched refs:si_flag (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/sun68k/stand/libsa/
H A Ddev_disk.c120 int retry, si_flag, xcnt; local
131 si_flag = (flag == F_READ) ? SAIO_F_READ : SAIO_F_WRITE;
142 xcnt = (*ops->b_strategy)(si, si_flag);
/netbsd-6-1-5-RELEASE/sys/arch/sun68k/stand/tapeboot/
H A Ddev_tape.c146 int si_flag, xcnt; local
162 si_flag = (flag == F_READ) ? SAIO_F_READ : SAIO_F_WRITE;
163 xcnt = (*ops->b_strategy)(si, si_flag);
/netbsd-6-1-5-RELEASE/sys/arch/sparc/stand/common/
H A Dpromdev.c375 int si_flag; local
394 si_flag = (flag == F_READ) ? SAIO_F_READ : SAIO_F_WRITE;
395 xcnt = (*ops->b_strategy)(si, si_flag);

Completed in 110 milliseconds