Symbol: snprintf_assert
tools/testing/selftests/vfio/lib/sysfs.c
113
snprintf_assert(path, PATH_MAX, "/sys/bus/pci/devices/%s/virtfn%d", pf_bdf, i);
tools/testing/selftests/vfio/lib/sysfs.c
124
snprintf_assert(path, PATH_MAX, "/sys/bus/pci/devices/%s/iommu_group", bdf);
tools/testing/selftests/vfio/lib/sysfs.c
137
snprintf_assert(path, PATH_MAX, "/sys/bus/pci/devices/%s/driver", bdf);
tools/testing/selftests/vfio/lib/sysfs.c
43
snprintf_assert(path, PATH_MAX, "/sys/bus/pci/%s/%s/%s", component, name, file);
tools/testing/selftests/vfio/lib/sysfs.c
64
snprintf_assert(path, PATH_MAX, "/sys/bus/pci/%s/%s/%s", component, name, file);
tools/testing/selftests/vfio/lib/sysfs.c
85
snprintf_assert(val_str, sizeof(val_str), "%d", val);
tools/testing/selftests/vfio/lib/vfio_pci_device.c
250
snprintf_assert(group_path, sizeof(group_path), "/dev/vfio/%d", group);
tools/testing/selftests/vfio/lib/vfio_pci_device.c
272
snprintf_assert(arg, ARRAY_SIZE(arg), "%s vf_token=%s", bdf, vf_token);
tools/testing/selftests/vfio/lib/vfio_pci_device.c
274
snprintf_assert(arg, ARRAY_SIZE(arg), "%s", bdf);
tools/testing/selftests/vfio/lib/vfio_pci_device.c
349
snprintf_assert(dir_path, sizeof(dir_path), "/sys/bus/pci/devices/%s/vfio-dev/", bdf);
tools/testing/selftests/vfio/lib/vfio_pci_device.c
359
snprintf_assert(cdev_path, PATH_MAX, "/dev/vfio/devices/%s", entry->d_name);
tools/testing/selftests/vfio/vfio_dma_mapping_test.c
47
snprintf_assert(iommu_mapping_path, sizeof(iommu_mapping_path),
tools/testing/selftests/vfio/vfio_pci_device_test.c
47
snprintf_assert(__sysfs_path, PATH_MAX, "/sys/bus/pci/devices/%s/%s", \