Searched refs:nexus_path (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/libpciaccess/dist/src/
H A Dsolx_devfs.c296 char nexus_path[MAXPATHLEN]; local in function:probe_nexus_node
414 snprintf(nexus_path, sizeof(nexus_path), "/devices%s", nexus_name);
419 nexus_path, first_bus, last_bus);
422 if ((fd = open(nexus_path, O_RDWR | O_CLOEXEC)) >= 0) {
425 nexus->path = strdup(nexus_path);
450 nexus_path, strerror(errno));

Completed in 3 milliseconds