Searched defs:pfx (Results 1 - 4 of 4) sorted by relevance

/drivers/acpi/apei/
H A Dcper.c65 * @pfx: prefix for each line, including log level and prefix string
72 * printed, with @pfx is printed at the beginning of each line.
74 void cper_print_bits(const char *pfx, unsigned int bits, argument
92 len = snprintf(buf, sizeof(buf), "%s%s", pfx, str);
132 static void cper_print_proc_generic(const char *pfx, argument
136 printk("%s""processor_type: %d, %s\n", pfx, proc->proc_type,
140 printk("%s""processor_isa: %d, %s\n", pfx, proc->proc_isa,
144 printk("%s""error_type: 0x%02x\n", pfx, proc->proc_error_type);
145 cper_print_bits(pfx, proc->proc_error_type,
150 printk("%s""operation: %d, %s\n", pfx, pro
195 cper_print_mem(const char *pfx, const struct cper_sec_mem_err *mem) argument
249 cper_print_pcie(const char *pfx, const struct cper_sec_pcie *pcie, const struct acpi_hest_generic_data *gdata) argument
300 apei_estatus_print_section( const char *pfx, const struct acpi_hest_generic_data *gdata, int sec_no) argument
347 apei_estatus_print(const char *pfx, const struct acpi_hest_generic_status *estatus) argument
[all...]
H A Dghes.c505 static void __ghes_print_estatus(const char *pfx, argument
513 if (pfx == NULL) {
516 pfx = KERN_WARNING;
518 pfx = KERN_ERR;
521 snprintf(pfx_seq, sizeof(pfx_seq), "%s{%u}" HW_ERR, pfx, curr_seqno);
527 static int ghes_print_estatus(const char *pfx, argument
541 __ghes_print_estatus(pfx, generic, estatus);
/drivers/isdn/hardware/mISDN/
H A DmISDNipac.c140 char pfx[MISDN_MAX_IDLEN + 16]; local
142 snprintf(pfx, MISDN_MAX_IDLEN + 15, "D-recv %s %d ",
144 print_hex_dump_bytes(pfx, DUMP_PREFIX_OFFSET, ptr, count);
178 char pfx[MISDN_MAX_IDLEN + 16]; local
180 snprintf(pfx, MISDN_MAX_IDLEN + 15, "D-send %s %d ",
182 print_hex_dump_bytes(pfx, DUMP_PREFIX_OFFSET, ptr, count);
/drivers/net/ethernet/
H A Ds6gmac.c389 u32 pfx; local
394 pfx = readl(pd->reg + S6_GMAC_BURST_POSTRD);
395 if (pfx & (1 << S6_GMAC_BURST_POSTRD_DROP)) {
398 skb_put(skb, (pfx >> S6_GMAC_BURST_POSTRD_LEN)

Completed in 159 milliseconds