Home
last modified time | relevance | path

Searched refs:INTRNAME_LEN (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/mips/mips/
H A Dintr_machdep.c55 #define INTRNAME_LEN (2*MAXCOMLEN + 1) macro
140 intrnames = mallocarray(INTRCNT_COUNT, INTRNAME_LEN, M_MIPSINTR, in cpu_init_interrupts()
143 sintrnames = INTRCNT_COUNT * INTRNAME_LEN; in cpu_init_interrupts()
/f-stack/freebsd/mips/nlm/
H A Dintr_machdep.c63 #define INTRNAME_LEN (2*MAXCOMLEN + 1) macro
311 intrnames = mallocarray(INTRCNT_COUNT, INTRNAME_LEN, M_MIPSINTR, in cpu_init_interrupts()
314 sintrnames = INTRCNT_COUNT * INTRNAME_LEN; in cpu_init_interrupts()
/f-stack/freebsd/kern/
H A Dsubr_intr.c84 #define INTRNAME_LEN (2*MAXCOMLEN + 1) macro
187 intrnames = mallocarray(intrcnt_count, INTRNAME_LEN, M_INTRNG, in intr_irq_init()
190 sintrnames = intrcnt_count * INTRNAME_LEN; in intr_irq_init()
200 snprintf(intrnames + INTRNAME_LEN * index, INTRNAME_LEN, "%-*s", in intrcnt_setname()
201 INTRNAME_LEN - 1, name); in intrcnt_setname()
245 char str[INTRNAME_LEN]; in isrc_update_name()
252 snprintf(str, INTRNAME_LEN, "stray %s: %s", isrc->isrc_name, in isrc_update_name()
256 snprintf(str, INTRNAME_LEN, "%s:", isrc->isrc_name); in isrc_update_name()
258 snprintf(str, INTRNAME_LEN, "stray %s:", isrc->isrc_name); in isrc_update_name()
299 char str[INTRNAME_LEN]; in intr_ipi_setup_counters()
[all …]