tag | line | file | source code |
RR | 314 | drivers/scsi/aic7xxx_asm.c | { "ror", 3, 5, 1, 1, RR|2, NA, 2 }, |
RR | 315 | drivers/scsi/aic7xxx_asm.c | { "ror", 4, 5, 1, 2, RR|3, NA, 2 }, |
RR | 368 | drivers/scsi/aic7xxx_asm.c | switch (spec & (A|I|SL|SR|RL|RR)) { |
RR | 372 | drivers/scsi/aic7xxx_asm.c | case RR: |
RR | 373 | drivers/scsi/aic7xxx_asm.c | if (isdigit(*a[spec &~ (SL|SR|RL|RR)])) |
RR | 374 | drivers/scsi/aic7xxx_asm.c | val = strtol(a[spec &~ (SL|SR|RL|RR)], NULL, 0); |
RR | 376 | drivers/scsi/aic7xxx_asm.c | p = lookup(a[spec &~ (SL|SR|RL|RR)]); |
RR | 382 | drivers/scsi/aic7xxx_asm.c | switch (spec & (SL|SR|RL|RR)) { /* blech */ |
RR | 396 | drivers/scsi/aic7xxx_asm.c | case RR: |
RR | 130 | fs/isofs/rock.c | rrflag = rr->u.RR.flags[0]; |
RR | 196 | fs/isofs/rock.c | if((rr->u.RR.flags[0] & RR_NM) == 0) goto out; |
RR | 279 | fs/isofs/rock.c | if((rr->u.RR.flags[0] & |
RR | 470 | fs/isofs/rock.c | if((rr->u.RR.flags[0] & RR_SL) == 0) goto out; |
RR | 93 | fs/isofs/rock.h | struct RR_RR RR; |
RR | 368 | net/802/llc.c | else if(cmd==RR||cmd==RNR) |
RR | 378 | net/802/llc.c | if(cmd==RR) |
RR | 388 | net/802/llc.c | if(cmd==RR) |
RR | 392 | net/802/llc.c | send_response(sk, RR|PF); |
RR | 401 | net/802/llc.c | if(cmd==RR) |
RR | 287 | net/ax25/ax25_in.c | case RR: |
RR | 371 | net/ax25/ax25_in.c | case RR: |
RR | 548 | net/ax25/ax25_in.c | case RR: |
RR | 273 | net/ax25/ax25_out.c | ax25_send_control(ax25, RR, POLLON, C_COMMAND); |
RR | 285 | net/ax25/ax25_out.c | ax25_send_control(ax25, RR, POLLON, C_RESPONSE); |
RR | 295 | net/ax25/ax25_out.c | ax25_send_control(ax25, RR, POLLOFF, C_RESPONSE); |
RR | 114 | net/ax25/ax25_timer.c | ax25_send_control(ax25, RR, POLLOFF, C_RESPONSE); |