Searched refs:err_msg (Results 1 – 4 of 4) sorted by relevance
/drivers/mtd/ubi/ |
D | gluebi.c | 43 #define err_msg(fmt, ...) \ macro 344 err_msg("gluebi MTD device %d form UBI device %d volume %d already exists", in gluebi_create() 349 err_msg("cannot add MTD device"); in gluebi_create() 378 err_msg("got remove notification for unknown UBI device %d volume %d", in gluebi_remove() 392 err_msg("cannot remove fake MTD device %d, UBI device %d, volume %d, error %d", in gluebi_remove() 423 err_msg("got update notification for unknown UBI device %d volume %d", in gluebi_updated() 450 err_msg("got update notification for unknown UBI device %d volume %d", in gluebi_resized() 508 err_msg("error %d while removing gluebi MTD device %d, UBI device %d, volume %d - ignoring", in ubi_gluebi_exit()
|
/drivers/net/ethernet/3com/ |
D | typhoon.c | 2273 const char *err_msg; in typhoon_init_one() local 2277 err_msg = "unable to alloc new net device"; in typhoon_init_one() 2285 err_msg = "unable to enable device"; in typhoon_init_one() 2291 err_msg = "unable to set MWI"; in typhoon_init_one() 2297 err_msg = "No usable DMA configuration"; in typhoon_init_one() 2304 err_msg = "region #1 not a PCI IO resource, aborting"; in typhoon_init_one() 2309 err_msg = "Invalid PCI IO region size, aborting"; in typhoon_init_one() 2314 err_msg = "region #1 not a PCI MMIO resource, aborting"; in typhoon_init_one() 2319 err_msg = "Invalid PCI MMIO region size, aborting"; in typhoon_init_one() 2326 err_msg = "could not request regions"; in typhoon_init_one() [all …]
|
/drivers/net/wireless/b43/ |
D | pio.c | 617 const char *err_msg = NULL; in pio_rx_frame() local 681 err_msg = "len > 0x700"; in pio_rx_frame() 685 err_msg = "len == 0"; in pio_rx_frame() 701 err_msg = "Frame FCS error"; in pio_rx_frame() 712 err_msg = "Out of memory"; in pio_rx_frame() 765 if (err_msg) in pio_rx_frame() 766 b43dbg(q->dev->wl, "PIO RX error: %s\n", err_msg); in pio_rx_frame()
|
/drivers/infiniband/core/ |
D | user_mad.c | 535 goto err_msg; in ib_umad_write() 540 goto err_msg; in ib_umad_write() 562 goto err_msg; in ib_umad_write() 574 err_msg: in ib_umad_write()
|