51 unsigned port, unsigned device)
53 unsigned x = (unsigned) -1, y = ( unsigned) -1;
58 && sscanf(osdev-> name, ":%u.%u", &x, &y) == 2
59 && port == x && device == y)
88 && !strcmp(name, osdev-> name))
106 static __hwloc_inline int
109 unsigned *port, unsigned *device)
111 unsigned x = -1, y = -1;
113 && sscanf(osdev-> name, ":%u.%u", &x, &y) == 2) {
|
|