Home
last modified time | relevance | path

Searched refs:pcidevpath (Results 1 – 3 of 3) sorted by relevance

/dports/net/mpich2/mpich2-1.5/src/pm/hydra/tools/topo/hwloc/hwloc/src/
H A Dtopology-linux.c3519 hwloc_linux_class_readdir(topology, pcidev, pcidevpath, HWLOC_OBJ_OSDEV_DMA, "dma", NULL); in hwloc_linux_lookup_dma_class()
3524 hwloc_linux_class_readdir(topology, pcidev, pcidevpath, HWLOC_OBJ_OSDEV_GPU, "drm", NULL); in hwloc_linux_lookup_drm_class()
3615 strcpy(path, pcidevpath); in hwloc_linux_lookup_block_class()
3618 devicedir = opendir(pcidevpath); in hwloc_linux_lookup_block_class()
3660 char pcidevpath[256]; in hwloc_linuxfs_pci_lookup_osdevices() local
3668 snprintf(pcidevpath, sizeof(pcidevpath), "/sys/bus/pci/devices/%04x:%02x:%02x.%01x/", in hwloc_linuxfs_pci_lookup_osdevices()
3672 hwloc_linux_lookup_net_class(topology, pcidev, pcidevpath); in hwloc_linuxfs_pci_lookup_osdevices()
3673 hwloc_linux_lookup_openfabrics_class(topology, pcidev, pcidevpath); in hwloc_linuxfs_pci_lookup_osdevices()
3674 hwloc_linux_lookup_dma_class(topology, pcidev, pcidevpath); in hwloc_linuxfs_pci_lookup_osdevices()
3675 hwloc_linux_lookup_drm_class(topology, pcidev, pcidevpath); in hwloc_linuxfs_pci_lookup_osdevices()
[all …]
/dports/net/openmpi3/openmpi-3.1.6/opal/mca/hwloc/hwloc1117/hwloc/src/
H A Dtopology-linux.c4713 struct hwloc_obj *pcidev, const char *pcidevpath) in hwloc_linux_lookup_net_class() argument
5064 strcpy(path, pcidevpath); in hwloc_linux_lookup_block_class()
5075 devicedir = hwloc_opendir(pcidevpath, root_fd); in hwloc_linux_lookup_block_class()
5273 char pcidevpath[256]; in hwloc_linux_backend_notify_new_object() local
5279 snprintf(pcidevpath, sizeof(pcidevpath), "/sys/bus/pci/devices/%04x:%02x:%02x.%01x/", in hwloc_linux_backend_notify_new_object()
5283 res += hwloc_linux_lookup_net_class(backend, obj, pcidevpath); in hwloc_linux_backend_notify_new_object()
5284 res += hwloc_linux_lookup_openfabrics_class(backend, obj, pcidevpath); in hwloc_linux_backend_notify_new_object()
5285 res += hwloc_linux_lookup_dma_class(backend, obj, pcidevpath); in hwloc_linux_backend_notify_new_object()
5286 res += hwloc_linux_lookup_drm_class(backend, obj, pcidevpath); in hwloc_linux_backend_notify_new_object()
5287 res += hwloc_linux_lookup_block_class(backend, obj, pcidevpath); in hwloc_linux_backend_notify_new_object()
[all …]
/dports/devel/hwloc/hwloc-1.11.13/src/
H A Dtopology-linux.c4938 struct hwloc_obj *pcidev, const char *pcidevpath) in hwloc_linux_lookup_net_class() argument
5030 struct hwloc_obj *pcidev, const char *pcidevpath) in hwloc_linux_lookup_openfabrics_class() argument
5038 struct hwloc_obj *pcidev, const char *pcidevpath) in hwloc_linux_lookup_dma_class() argument
5046 struct hwloc_obj *pcidev, const char *pcidevpath) in hwloc_linux_lookup_drm_class() argument
5278 struct hwloc_obj *pcidev, const char *pcidevpath) in hwloc_linux_lookup_block_class() argument
5290 strcpy(path, pcidevpath); in hwloc_linux_lookup_block_class()
5338 devicedir = hwloc_opendir(pcidevpath, root_fd); in hwloc_linux_lookup_block_class()
5465 struct hwloc_obj *pcidev, const char *pcidevpath) in hwloc_linux_lookup_mic_class() argument
5536 char pcidevpath[256]; in hwloc_linux_backend_notify_new_object() local
5542 snprintf(pcidevpath, sizeof(pcidevpath), "/sys/bus/pci/devices/%04x:%02x:%02x.%01x/", in hwloc_linux_backend_notify_new_object()
[all …]