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

/freebsd-9.3-release/contrib/ofed/libibverbs/src/
H A Dsysfs.c80 int ibv_read_sysfs_file(const char *dir, const char *file, function
H A Dinit.c125 if (ibv_read_sysfs_file(sysfs_dev->sysfs_path, "ibdev",
139 if (ibv_read_sysfs_file(sysfs_dev->sysfs_path, "abi_version",
179 if (ibv_read_sysfs_file(sysfs_dev->sysfs_path, "ibdev",
190 if (ibv_read_sysfs_file(sysfs_dev->sysfs_path, "abi_version",
395 if (ibv_read_sysfs_file(sysfs_dev->ibdev_path, "node_type", value, sizeof value) < 0) {
446 if (ibv_read_sysfs_file(path, "class/infiniband_verbs/abi_version",
H A Ddevice.c110 if (ibv_read_sysfs_file(device->ibdev_path, "node_guid",
H A Dverbs.c103 if (ibv_read_sysfs_file(context->device->ibdev_path, name,
127 if (ibv_read_sysfs_file(context->device->ibdev_path, name,
/freebsd-9.3-release/contrib/ofed/libmthca/src/
H A Dmthca.c235 static int ibv_read_sysfs_file(const char *dir, const char *file, function
267 if (ibv_read_sysfs_file(uverbs_sys_path, "device/vendor",
272 if (ibv_read_sysfs_file(uverbs_sys_path, "device/device",
320 if (ibv_read_sysfs_file(sysdev->path, "abi_version",
/freebsd-9.3-release/contrib/ofed/libmlx4/src/
H A Dmlx4.c259 if (ibv_read_sysfs_file(uverbs_sys_path, "device/vendor",
264 if (ibv_read_sysfs_file(uverbs_sys_path, "device/device",
315 if (ibv_read_sysfs_file(sysdev->path, "abi_version",
/freebsd-9.3-release/contrib/ofed/libibverbs/include/infiniband/
H A Ddriver.h164 int ibv_read_sysfs_file(const char *dir, const char *file,
/freebsd-9.3-release/contrib/ofed/libibverbs/examples/
H A Ddevinfo.c232 if (ibv_read_sysfs_file(ib_dev->ibdev_path, "board_id", buf, sizeof buf) > 0)
/freebsd-9.3-release/contrib/ofed/libibcm/src/
H A Dcm.c131 if (ibv_read_sysfs_file(ibv_get_sysfs_path(),
172 ret = ibv_read_sysfs_file(dev_path, "ibdev", ibdev, sizeof ibdev);
/freebsd-9.3-release/contrib/ofed/librdmacm/src/
H A Dcma.c182 if ((ibv_read_sysfs_file(ibv_get_sysfs_path(),
185 (ibv_read_sysfs_file(ibv_get_sysfs_path(),

Completed in 81 milliseconds