Searched refs:bcode (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla2xxx/
H A Dqla_sup.c546 uint8_t *buf, *bcode, last_image; local
577 bcode = buf + (pcihdr % 4);
578 if (bcode[0x0] != 0x55 || bcode[0x1] != 0xaa)
582 pcids = pcihdr + ((bcode[0x19] << 8) | bcode[0x18]);
584 bcode = buf + (pcihdr % 4);
587 if (bcode[0x0] != 'P' || bcode[0x1] != 'C' ||
588 bcode[
2656 uint8_t *bcode; local
[all...]
H A Dqla_bsg.c42 uint8_t *bcode; local
48 bcode = (uint8_t *)pri_cfg;
60 if (bcode[0] != 'H' || bcode[1] != 'Q' || bcode[2] != 'O' ||
61 bcode[3] != 'S') {
64 "%s: Invalid FCP Priority data header. bcode=0x%x\n",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dtraps.c823 unsigned int opcode, bcode; local
839 bcode = (instr[0] >> 6) & 0x3f;
840 do_trap_or_bp(regs, bcode, "Break");
854 bcode = ((opcode >> 6) & ((1 << 20) - 1));
855 if (bcode >= (1 << 10))
856 bcode >>= 10;
862 switch (bcode) {
864 if (notify_die(DIE_BREAK, "debug", regs, bcode, regs_to_trapnr(regs), SIGTRAP) == NOTIFY_STOP)
869 if (notify_die(DIE_SSTEPBP, "single_step", regs, bcode, regs_to_trapnr(regs), SIGTRAP) == NOTIFY_STOP)
877 do_trap_or_bp(regs, bcode, "Brea
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/loginutils/
H A Dgetty.c146 /* bcode - convert speed string to speed code; return 0 on failure */
147 static int bcode(const char *s) function
169 if ((op->speeds[op->numspeed++] = bcode(cp)) <= 0)
412 speed = bcode(bp);

Completed in 72 milliseconds