Home
last modified time | relevance | path

Searched refs:dev_str (Results 1 – 12 of 12) sorted by relevance

/linux-3.4.99/drivers/xen/xen-pciback/
Dxenbus.c360 char dev_str[64]; in xen_pcibk_reconfigure() local
399 len = snprintf(dev_str, sizeof(dev_str), "dev-%d", i); in xen_pcibk_reconfigure()
400 if (unlikely(len >= (sizeof(dev_str) - 1))) { in xen_pcibk_reconfigure()
408 dev_str, "%x:%x:%x.%x", in xen_pcibk_reconfigure()
453 len = snprintf(dev_str, sizeof(dev_str), "vdev-%d", i); in xen_pcibk_reconfigure()
454 if (unlikely(len >= (sizeof(dev_str) - 1))) { in xen_pcibk_reconfigure()
462 dev_str, "%x:%x:%x.%x", in xen_pcibk_reconfigure()
557 char dev_str[64]; in xen_pcibk_setup_backend() local
581 int l = snprintf(dev_str, sizeof(dev_str), "dev-%d", i); in xen_pcibk_setup_backend()
582 if (unlikely(l >= (sizeof(dev_str) - 1))) { in xen_pcibk_setup_backend()
[all …]
/linux-3.4.99/arch/mips/alchemy/common/
Ddma.c110 i, chan->dev_str); in au1000_dma_read_proc()
162 int request_au1000_dma(int dev_id, const char *dev_str, in request_au1000_dma() argument
196 ret = request_irq(chan->irq, irqhandler, irqflags, dev_str, in request_au1000_dma()
209 chan->dev_str = dev_str; in request_au1000_dma()
/linux-3.4.99/arch/mips/include/asm/mach-au1x00/
Dau1000_dma.h110 const char *dev_str; member
120 const char *dev_str,
/linux-3.4.99/arch/powerpc/platforms/ps3/
Dplatform.h117 unsigned int dev_index, const char *dev_str, u64 *value);
Drepository.c214 unsigned int dev_index, const char *dev_str, u64 *value) in ps3_repository_read_dev_str() argument
219 make_field(dev_str, 0), in ps3_repository_read_dev_str()
/linux-3.4.99/fs/ocfs2/
Dsuper.c232 "Device", osb->dev_str, osb->uuid_str, in ocfs2_osb_dump()
1112 "Recovery will be skipped.\n", osb->dev_str); in ocfs2_fill_super()
1187 osb->dev_str, nodestr, osb->slot_num, in ocfs2_fill_super()
2001 osb->dev_str, nodestr); in ocfs2_dismount_volume()
2130 snprintf(osb->dev_str, sizeof(osb->dev_str), "%u,%u", in ocfs2_initialize_super()
2470 "unmounted cleanly, recovering it.\n", osb->dev_str); in ocfs2_check_volume()
Dquota_local.c408 "slot %u\n", osb->dev_str, slot_num); in ocfs2_begin_quota_recovery()
602 "slot %u\n", osb->dev_str, slot_num); in ocfs2_finish_quota_recovery()
621 "locked.\n", osb->dev_str, slot_num); in ocfs2_finish_quota_recovery()
Dslot_map.c497 "allocated to this node!\n", slot, osb->dev_str); in ocfs2_find_slot()
Docfs2.h386 char dev_str[20]; /* "major,minor" of the device */ member
Dreservations.c94 osb->dev_str, resmap->m_bitmap_len); in ocfs2_dump_resv()
Dresize.c261 osb->dev_str); in ocfs2_update_super_and_backups()
Dalloc.c234 osb->dev_str, in ocfs2_dinode_insert_check()