Searched refs:PFX (Results 1 - 25 of 95) sorted by relevance

1234

/linux-master/include/crypto/
H A Dpadlock.h13 #define PFX KBUILD_MODNAME ": " macro
/linux-master/arch/x86/kernel/cpu/
H A Dmkcapflags.sh15 PFX=$3
19 PFX_SZ=$(echo $PFX | wc -c)
24 # Iterate through any input lines starting with #define $PFX
25 sed -n -e 's/\t/ /g' -e "s/^ *# *define *$PFX//p" $IN |
43 printf "\t[%s - %s]%.*s = %s,\n" "$PFX$NAME" "$POSTFIX" "$TABCOUNT" "$TABS" "$VALUE"
46 printf "\t[%s]%.*s = %s,\n" "$PFX$NAME" "$TABCOUNT" "$TABS" "$VALUE"
/linux-master/drivers/parisc/
H A Dsuperio.c91 #define PFX SUPERIO ": " macro
121 printk(KERN_ERR PFX "slave interrupted!\n");
132 printk(KERN_WARNING PFX "spurious interrupt!\n");
168 printk(KERN_INFO PFX "Found NS87560 Legacy I/O device at %s (IRQ %i)\n",
173 printk(KERN_INFO PFX "Serial port 1 at 0x%x\n", sio->sp1_base);
177 printk(KERN_INFO PFX "Serial port 2 at 0x%x\n", sio->sp2_base);
181 printk(KERN_INFO PFX "Parallel port at 0x%x\n", sio->pp_base);
185 printk(KERN_INFO PFX "Floppy controller at 0x%x\n", sio->fdc_base);
188 printk(KERN_INFO PFX "ACPI at 0x%x\n", sio->acpi_base);
269 printk(KERN_INFO PFX "US
[all...]
/linux-master/drivers/scsi/bnx2fc/
H A Dbnx2fc_debug.c33 PFX "xid:0x%x %pV",
57 PFX "port:%x %pV",
79 shost_printk(KERN_INFO, lport->host, PFX "%pV", &vaf);
H A Dbnx2fc_io.c151 printk(KERN_ERR PFX "cmd_timeout: invalid cmd_type %d\n",
186 printk(KERN_ERR PFX "scsi_done - sc_cmd NULL. "
192 pr_err(PFX "0x%x: sc_cmd->device is NULL.\n", io_req->xid);
196 pr_err(PFX "0x%x: sc_cmd->device->host is NULL.\n",
227 printk(KERN_ERR PFX "cmd_mgr_alloc: Invalid min_xid 0x%x \
239 printk(KERN_ERR PFX "failed to alloc cmgr\n");
247 printk(KERN_ERR PFX "failed to alloc free_list\n");
254 printk(KERN_ERR PFX "failed to alloc free_list_lock\n");
278 printk(KERN_ERR PFX "failed to alloc io_req\n");
300 printk(KERN_ERR PFX "faile
[all...]
H A Dbnx2fc_tgt.c94 printk(KERN_ERR PFX "Failed to allocate conn id for "
102 printk(KERN_ERR PFX "Failed to allocate resources\n");
115 printk(KERN_ERR PFX "ofld_req failed\n");
140 printk(KERN_ERR PFX "map doorbell failed - no mem\n");
146 pr_err(PFX "enable session failed\n");
270 printk(KERN_ERR PFX "CLEANUP on port 0x%x:"
332 printk(KERN_ERR PFX "ERROR!! destroy timed out\n");
338 printk(KERN_ERR PFX "ERROR!! DISABLE req failed, destroy"
341 printk(KERN_ERR PFX "ERROR!! DISABLE req timed out, destroy"
456 printk(KERN_ERR PFX "rpor
[all...]
H A Dbnx2fc_hwi.c72 printk(KERN_ERR PFX "hba->cnic NULL during fcoe fw init\n");
394 printk(KERN_ERR PFX "WARN: enable_req port_id = 0x%x,"
577 printk(KERN_ERR PFX "fc_frame_alloc failure\n");
602 printk(KERN_ERR PFX "dropping ELS 0x%x\n", op);
715 printk(KERN_ERR PFX "err_warn: Not a SCSI cmd\n");
744 printk(KERN_ERR PFX "err_warn: io_req (0x%x) already "
771 printk(KERN_ERR PFX "SRR in progress\n");
788 printk(KERN_ERR PFX "err_warn: initiate_abts "
836 printk(KERN_ERR PFX "err_warn: Not a SCSI cmd\n");
854 printk(KERN_ERR PFX "Unso
[all...]
H A Dbnx2fc_fcoe.c439 printk(KERN_ERR PFX "bnx2fc_rcv: lport is NULL\n");
448 printk(KERN_ERR PFX "bnx2fc_rcv: Wrong FC type frame\n");
523 printk(KERN_ERR PFX "Invalid lport struct\n");
629 printk(KERN_WARNING PFX "dropping frame with "
748 printk(KERN_ERR PFX "Error on scsi_add_host\n");
842 printk(KERN_ERR PFX "ERROR:bnx2fc_destroy_timer - "
1006 printk(KERN_ERR PFX "em_config:fc_exch_mgr_alloc failed\n");
1131 printk(KERN_ERR PFX "Failed to create vport, "
1138 printk(KERN_ERR PFX "vn ports cannot be created on"
1149 printk(KERN_ERR PFX "bnx2fc_vport_creat
[all...]
H A Dbnx2fc_els.c85 printk(KERN_ERR PFX "Unable to allocate cb_arg for RRQ\n");
161 printk(KERN_ERR PFX "Unable to alloc mp buf\n");
166 printk(KERN_ERR PFX "l2_els_compl: resp len is "
194 printk(KERN_ERR PFX "Unable to allocate cb_arg for ADISC\n");
222 printk(KERN_ERR PFX "Unable to allocate cb_arg for LOGO\n");
250 printk(KERN_ERR PFX "Unable to allocate cb_arg for LOGO\n");
332 printk(KERN_ERR PFX "srr buf: mem alloc failure\n");
340 printk(KERN_ERR PFX "fc_frame_alloc failure\n");
457 printk(KERN_ERR PFX "rec buf: mem alloc failure\n");
465 printk(KERN_ERR PFX "fc_frame_allo
[all...]
/linux-master/drivers/char/agp/
H A Defficeon-agp.c111 printk(KERN_DEBUG PFX "efficeon_tlbflush()\n");
121 printk(KERN_DEBUG PFX "efficeon_cleanup()\n");
134 printk(KERN_DEBUG PFX "efficeon_configure()\n");
169 printk(KERN_DEBUG PFX "efficeon_free_gatt_table(%p, %02x, %08x)\n",
174 printk(KERN_DEBUG PFX "efficeon_free_gatt_table() freed %d pages\n", freed);
202 printk(KERN_DEBUG PFX "efficeon_create_gatt_table(%d)\n", num_entries);
243 printk(KERN_DEBUG PFX "efficeon_insert_memory(%lx, %d)\n", pg_start, count);
289 printk(KERN_DEBUG PFX "efficeon_remove_memory(%lx, %d)\n", pg_start, count);
356 printk(KERN_ERR PFX "Unsupported Efficeon chipset (device id: %04x)\n",
361 printk(KERN_INFO PFX "Detecte
[all...]
H A Dgeneric.c416 printk(KERN_INFO PFX "memory %p is already bound!\n", curr);
456 printk(KERN_INFO PFX "memory %p was not bound!\n", curr);
484 printk(KERN_INFO PFX "reserved bits set (%x) in mode 0x%x. Fixed.\n",
502 printk(KERN_INFO PFX "BIOS bug. AGP bridge claims to only support x4 rate. "
507 printk(KERN_INFO PFX "BIOS bug. AGP bridge claims to only support x2 rate. "
518 printk(KERN_INFO PFX "%s tried to set rate=x0. Setting to x1 mode.\n", current->comm);
588 printk(KERN_INFO PFX "reserved bits set (%x) in mode 0x%x. Fixed.\n",
596 printk(KERN_INFO PFX "%s tried to set rate=x0. Setting to AGP3 x4 mode.\n", current->comm);
600 printk(KERN_INFO PFX "%s tried to set rate=x%d. Setting to AGP3 x8 mode.\n", current->comm, tmp * 4);
629 printk(KERN_INFO PFX "
[all...]
/linux-master/sound/aoa/codecs/
H A Dtoonie.c21 #define PFX "snd-aoa-codec-toonie: " macro
94 printk(KERN_ERR PFX "failed to create toonie snd device!\n");
101 printk(KERN_ERR PFX "error creating toonie pcm\n");
114 printk(KERN_ERR PFX "toonie_exit_codec called without soundbus_dev!\n");
/linux-master/sound/isa/
H A Dsc6000.c100 #define PFX "sc6000: " macro
408 printk(KERN_INFO PFX "Detected model: %s, DSP version %d.%d\n",
494 printk(KERN_ERR PFX "specify IO port\n");
498 printk(KERN_ERR PFX "specify MSS port\n");
502 printk(KERN_ERR PFX "Port must be 0x220 or 0x240\n");
506 printk(KERN_ERR PFX "MSS port must be 0x530 or 0xe80\n");
510 printk(KERN_ERR PFX "invalid IRQ %d\n", irq[dev]);
514 printk(KERN_ERR PFX "invalid DMA %d\n", dma[dev]);
519 printk(KERN_ERR PFX "invalid MPU-401 port %lx\n",
526 printk(KERN_ERR PFX "invali
[all...]
H A Dcmi8330.c501 #define PFX "cmi8330: " macro
513 snd_printk(KERN_ERR PFX "could not get a new card\n");
534 snd_printk(KERN_ERR PFX "AD1848 device busy??\n");
538 snd_printk(KERN_ERR PFX "AD1848 not found during probe\n");
549 snd_printk(KERN_ERR PFX "SB16 device busy??\n");
553 snd_printk(KERN_ERR PFX "SB16 not found during probe\n");
564 snd_printk(KERN_ERR PFX "failed to create mixers\n");
570 snd_printk(KERN_ERR PFX "failed to create pcms\n");
577 snd_printk(KERN_ERR PFX
591 printk(KERN_ERR PFX "n
[all...]
H A Dazt2320.c33 #define PFX "azt2320: " macro
102 snd_printk(KERN_ERR PFX "AUDIO pnp configure failure\n");
123 snd_printk(KERN_ERR PFX "MPU401 pnp configure failure, skipping\n");
213 snd_printk(KERN_ERR PFX "no MPU-401 device at 0x%lx\n", mpu_port[dev]);
220 snd_printk(KERN_ERR PFX "no OPL device at 0x%lx-0x%lx\n",
H A Dals100.c26 #define PFX "als100: " macro
115 snd_printk(KERN_ERR PFX "AUDIO pnp configure failure\n");
138 snd_printk(KERN_ERR PFX "MPU401 pnp configure failure, skipping\n");
154 snd_printk(KERN_ERR PFX "OPL3 pnp configure failure, skipping\n");
233 snd_printk(KERN_ERR PFX "no MPU-401 device at 0x%lx\n", mpu_port[dev]);
240 snd_printk(KERN_ERR PFX "no OPL device at 0x%lx-0x%lx\n",
/linux-master/drivers/infiniband/ulp/isert/
H A Dib_isert.h12 #define PFX DRV_NAME ": " macro
17 printk(KERN_DEBUG PFX "%s: " fmt,\
24 pr_warn(PFX "%s: " fmt, \
31 pr_info(PFX "%s: " fmt, \
36 pr_err(PFX "%s: " fmt, __func__ , ## arg)
/linux-master/drivers/char/hw_random/
H A Dintel-rng.c37 #define PFX KBUILD_MODNAME ": " macro
202 pr_err(PFX "cannot enable RNG, aborting\n");
219 pr_warn(PFX "unusual: RNG already disabled\n");
277 pr_notice(PFX "FWH not detected\n");
309 PFX "Firmware space is locked read-only. If you can't or\n"
310 PFX "don't want to disable this in firmware setup, and if\n"
311 PFX "you are certain that your system has a functional\n"
312 PFX "RNG, try using the 'no_fwh_detect' option.\n";
397 pr_err(PFX "RNG registering failed (%d)\n",
H A Dvia-rng.c140 pr_err(PFX "can't enable hardware RNG "
179 pr_err(PFX "cannot enable VIA C3 RNG, aborting\n");
205 pr_err(PFX "RNG registering failed (%d)\n",
/linux-master/arch/x86/platform/olpc/
H A Dolpc-xo15-sci.c18 #define PFX DRV_NAME ": " macro
42 pr_warn(PFX "failed to set lid behavior\n");
106 pr_debug(PFX "SCI 0x%x received\n", data);
122 pr_err(PFX "Failed to clear SCI queue");
/linux-master/drivers/media/usb/pwc/
H A Dpwc.h42 #define PFX PWC_NAME ": " macro
73 printk(KERN_DEBUG PFX fmt, ##args); \
76 #define PWC_ERROR(fmt, args...) printk(KERN_ERR PFX fmt, ##args)
77 #define PWC_WARNING(fmt, args...) printk(KERN_WARNING PFX fmt, ##args)
78 #define PWC_INFO(fmt, args...) printk(KERN_INFO PFX fmt, ##args)
83 #define PWC_ERROR(fmt, args...) printk(KERN_ERR PFX fmt, ##args)
84 #define PWC_WARNING(fmt, args...) printk(KERN_WARNING PFX fmt, ##args)
85 #define PWC_INFO(fmt, args...) printk(KERN_INFO PFX fmt, ##args)
/linux-master/sound/isa/ad1816a/
H A Dad1816a.c20 #define PFX "ad1816a: " macro
90 printk(KERN_ERR PFX "AUDIO PnP configure failure\n");
103 snd_printk(KERN_WARNING PFX "MPU401 device busy, skipping.\n");
109 printk(KERN_ERR PFX "MPU401 PnP configure failure\n");
169 printk(KERN_ERR PFX "no MPU-401 device at 0x%lx.\n", mpu_port[dev]);
176 printk(KERN_ERR PFX "no OPL device at 0x%lx-0x%lx.\n", fm_port[dev], fm_port[dev] + 2);
/linux-master/arch/sparc/kernel/
H A Dchmc.c30 #define PFX DRV_MODULE_NAME ": " macro
409 printk(KERN_ERR PFX "Cannot find /memory node.\n");
414 printk(KERN_ERR PFX "Cannot get reg property of /memory node.\n");
422 printk(KERN_ERR PFX "Cannot allocate struct jbusmc.\n");
431 printk(KERN_ERR PFX "Cannot find portid.\n");
439 printk(KERN_ERR PFX "Cannot get memory control register 1.\n");
448 printk(KERN_ERR PFX "Cannot map jbusmc regs.\n");
455 printk(KERN_ERR PFX "Cannot get memory layout property.\n");
459 printk(KERN_ERR PFX "Unexpected memory-layout size %d\n",
469 printk(KERN_INFO PFX "UltraSPAR
[all...]
/linux-master/drivers/mtd/maps/
H A Dsun_uflash.c28 #define PFX DRIVER_NAME ": " macro
58 printk(KERN_ERR PFX "Unsupported device at %pOF, 0x%llx\n",
82 printk(KERN_ERR PFX "Failed to map device.\n");
/linux-master/sound/isa/gus/
H A Dgusmax.c67 #define PFX "gusmax: " macro
209 snd_printk(KERN_ERR PFX "unable to find a free IRQ\n");
217 snd_printk(KERN_ERR PFX "unable to find a free DMA1\n");
225 snd_printk(KERN_ERR PFX "unable to find a free DMA2\n");
270 snd_printk(KERN_ERR PFX "GUS MAX soundcard was not detected at 0x%lx\n", gus->gf1.port);
276 snd_printk(KERN_ERR PFX "unable to grab IRQ %d\n", xirq);

Completed in 199 milliseconds

1234