Lines Matching defs:domain
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>]
49 * When using PCI geography, The PCI domain is only prepended when it is not 0.
202 unsigned domain, bus, slot, func, dev_port = 0;
212 if (sscanf(udev_device_get_sysname(names->pcidev), "%x:%x:%x.%u", &domain, &bus, &slot, &func) != 4)
223 if (domain > 0)
224 l = strpcpyf(&s, l, "P%u", domain);
273 if (domain > 0)
274 l = strpcpyf(&s, l, "P%d", domain);
433 * bus_id 0.0.0600 -> 600. This is similar to e.g. how PCI domain is