| /src/sys/arch/sun68k/stand/libsa/ |
| dev_disk.c | 120 int retry, si_flag, xcnt; local in function:disk_strategy 131 si_flag = (flag == F_READ) ? SAIO_F_READ : SAIO_F_WRITE; 142 xcnt = (*ops->b_strategy)(si, si_flag);
|
| dev_disk.c | 120 int retry, si_flag, xcnt; local in function:disk_strategy 131 si_flag = (flag == F_READ) ? SAIO_F_READ : SAIO_F_WRITE; 142 xcnt = (*ops->b_strategy)(si, si_flag);
|
| /src/sys/arch/sun68k/stand/tapeboot/ |
| dev_tape.c | 146 int si_flag, xcnt; local in function:tape_strategy 162 si_flag = (flag == F_READ) ? SAIO_F_READ : SAIO_F_WRITE; 163 xcnt = (*ops->b_strategy)(si, si_flag);
|
| dev_tape.c | 146 int si_flag, xcnt; local in function:tape_strategy 162 si_flag = (flag == F_READ) ? SAIO_F_READ : SAIO_F_WRITE; 163 xcnt = (*ops->b_strategy)(si, si_flag);
|
| /src/sys/arch/sparc/stand/common/ |
| promdev.c | 388 int si_flag; local in function:oldmon_strategy 410 si_flag = SAIO_F_READ; 411 xcnt = (*ops->b_strategy)(si, si_flag); 425 si_flag = (flag == F_READ) ? SAIO_F_READ : SAIO_F_WRITE; 426 xcnt = (*ops->b_strategy)(si, si_flag);
|
| promdev.c | 388 int si_flag; local in function:oldmon_strategy 410 si_flag = SAIO_F_READ; 411 xcnt = (*ops->b_strategy)(si, si_flag); 425 si_flag = (flag == F_READ) ? SAIO_F_READ : SAIO_F_WRITE; 426 xcnt = (*ops->b_strategy)(si, si_flag);
|