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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-beep.c36 * Looks at the first few chars up to tl1 ...
42 l_strnstart(const char *tstr1, u_int tl1, const char *str2, u_int l2) argument
45 if (tl1 > l2)
48 return (strncmp(tstr1, str2, tl1) == 0 ? 1 : 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dtraps_64.c117 if (notify_die(DIE_TRAP_TL1, "bad trap tl1", regs,
213 if (notify_die(DIE_TRAP_TL1, "instruction access exception tl1", regs,
252 if (notify_die(DIE_TRAP_TL1, "instruction access exception tl1", regs,
300 if (notify_die(DIE_TRAP_TL1, "data access exception tl1", regs,
354 if (notify_die(DIE_TRAP_TL1, "data access exception tl1", regs,
467 static void spitfire_cee_log(unsigned long afsr, unsigned long afar, unsigned long udbh, unsigned long udbl, int tl1, struct pt_regs *regs) argument
472 smp_processor_id(), afsr, afar, udbl, udbh, tl1);
488 static void spitfire_ue_log(unsigned long afsr, unsigned long afar, unsigned long udbh, unsigned long udbl, unsigned long tt, int tl1, struct pt_regs *regs) argument
494 smp_processor_id(), afsr, afar, udbl, udbh, tt, tl1);
506 if (tl1)
530 int tl1; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/include/protocol/
H A Dscsi.h203 (((cdb)->tl0 << 16) | ((cdb)->tl1 << 8) | (cdb)->tl2)
207 (cdb)->tl1 = (tl >> 8) & 0xFF; \
224 u8 tl1; member in struct:scsi_tape_wr_s

Completed in 173 milliseconds