search for: first_slot

Displaying 4 results from an estimated 4 matches for "first_slot".

Did you mean: first_sect
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...;Invalid hotplug bus bridge device slot number"); + pr_err("Invalid hotplug bus bridge device slot number\n"); return -EINVAL; } bridge_slot = (u8) tmp; - dbg("bridge_slot = 0x%02x", bridge_slot); + dbg("bridge_slot = 0x%02x\n", bridge_slot); - dbg("first_slot = 0x%02x", first_slot); - dbg("last_slot = 0x%02x", last_slot); + dbg("first_slot = 0x%02x\n", first_slot); + dbg("last_slot = 0x%02x\n", last_slot); if(!(first_slot && last_slot)) { - err("Need to specify first_slot and last_slot"); + pr_err...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...;Invalid hotplug bus bridge device slot number"); + pr_err("Invalid hotplug bus bridge device slot number\n"); return -EINVAL; } bridge_slot = (u8) tmp; - dbg("bridge_slot = 0x%02x", bridge_slot); + dbg("bridge_slot = 0x%02x\n", bridge_slot); - dbg("first_slot = 0x%02x", first_slot); - dbg("last_slot = 0x%02x", last_slot); + dbg("first_slot = 0x%02x\n", first_slot); + dbg("last_slot = 0x%02x\n", last_slot); if(!(first_slot && last_slot)) { - err("Need to specify first_slot and last_slot"); + pr_err...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...;Invalid hotplug bus bridge device slot number"); + pr_err("Invalid hotplug bus bridge device slot number\n"); return -EINVAL; } bridge_slot = (u8) tmp; - dbg("bridge_slot = 0x%02x", bridge_slot); + dbg("bridge_slot = 0x%02x\n", bridge_slot); - dbg("first_slot = 0x%02x", first_slot); - dbg("last_slot = 0x%02x", last_slot); + dbg("first_slot = 0x%02x\n", first_slot); + dbg("last_slot = 0x%02x\n", last_slot); if(!(first_slot && last_slot)) { - err("Need to specify first_slot and last_slot"); + pr_err...
2007 Mar 28
2
[PATCH 2/3] User-space grant table device - main driver
A character device for accessing (in user-space) pages that have been granted by other domains. Signed-off-by: Derek Murray <Derek.Murray@cl.cam.ac.uk> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel