55 unsigned port,
unsigned device)
57 unsigned x = (unsigned) -1, y = (
unsigned) -1;
62 && sscanf(osdev->
name,
":%u.%u", &x, &y) == 2
63 && port == x && device == y)
92 && !strcmp(name, osdev->
name))
110 static __hwloc_inline
int
113 unsigned *port,
unsigned *device)
115 unsigned x = -1, y = -1;
117 && sscanf(osdev->
name,
":%u.%u", &x, &y) == 2) {