Searched refs:path (Results 1 – 6 of 6) sorted by relevance
| /libpciaccess/.github/workflows/ |
| H A D | store_review_event.yaml | 17 path: "${{ github.event_path }}"
|
| /libpciaccess/src/ |
| H A D | Doxyfile | 29 # base path where the generated documentation will be put. 30 # If a relative path is entered, it will be relative to the location 107 # to NO the shortest path that makes the file name unique will be used. 112 # can be used to strip a user-defined part of the path. Stripping is 114 # the path. The tag can be used to show relative paths in the file list. 116 # path to strip. 121 # the path mentioned in the documentation of a class, which tells 622 # If a relative path is entered the value of OUTPUT_DIRECTORY will be 669 # can add a path in front of the file if the result should not be 1031 # (where the name does NOT include the path) [all …]
|
| H A D | solx_devfs.c | 66 char *path; /* for errors/debugging; fd is all we need */ member 228 free(nexus->path); in pci_system_solx_devfs_destroy() 507 nexus->path, prg_p->bus_no, prg_p->dev_no, func); in probe_dev() 707 nexus->path = strdup(nexus_path); in probe_nexus_node() 715 free(nexus->path); in probe_nexus_node() 1068 nexus->path, in pci_device_solx_devfs_read()
|
| H A D | openbsd_pci.c | 414 char path[MAXPATHLEN]; in pci_system_openbsd_create() local 421 snprintf(path, sizeof(path), "/dev/pci%d", domain); in pci_system_openbsd_create() 422 pcifd[domain] = open(path, O_RDWR); in pci_system_openbsd_create()
|
| H A D | pci_tools.h | 141 char path[MAXPATHLEN]; /* device path - from kernel */ member
|
| /libpciaccess/ |
| H A D | configure.ac | 45 AC_ARG_WITH(pciids-path, AS_HELP_STRING([--with-pciids-path=PCIIDS_PATH],
|