Lines Matching defs:slot
23 * - firmware-provided pci-express hotplug slot index number
39 * s<slot>[f<function>][d<dev_port>] -- hotplug slot index number
41 * [P<domain>]p<bus>s<slot>[f<function>][d<dev_port>]
43 * [P<domain>]p<bus>s<slot>[f<function>][u<port>][..][c<config>][i<interface>]
60 * PCI ethernet card in hotplug slot with firmware index number:
190 unsigned domain, bus, slot, func, dev_port = 0;
200 if (sscanf(udev_device_get_sysname(names->pcidev), "%x:%x:%x.%u", &domain, &bus, &slot, &func) != 4)
208 /* compose a name based on the raw kernel's PCI bus, slot numbers */
213 l = strpcpyf(&s, l, "p%us%u", bus, slot);
221 /* ACPI _SUN -- slot user number */
248 /* match slot address with device by stripping the function */