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

/linux-master/drivers/acpi/acpica/
H A Dnsnames.c176 * path_size - Size of returned path name buffer
194 char *full_path, u32 path_size, u8 no_trailing)
214 * Make sure the path_size is correct, so that we don't need to
215 * validate both full_path and path_size.
218 path_size = 0;
228 ACPI_PATH_PUT8(full_path, path_size,
240 ACPI_PATH_PUT8(full_path, path_size, c, length);
247 ACPI_PATH_PUT8(full_path, path_size, AML_ROOT_PREFIX, length);
251 if (length <= path_size) {
265 ACPI_PATH_PUT8(full_path, path_size, '\
193 acpi_ns_build_normalized_path(struct acpi_namespace_node *node, char *full_path, u32 path_size, u8 no_trailing) argument
[all...]
H A Dacnamesp.h257 char *full_path, u32 path_size, u8 no_trailing);
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dfill_link_info.c423 info.uprobe_multi.path_size = sizeof(path_buf);
444 ASSERT_EQ(info.uprobe_multi.path_size, strlen(path) + 1, "info.uprobe_multi.path_size");
472 info.uprobe_multi.path_size = 3;
479 info.uprobe_multi.path_size = 3;
485 info.uprobe_multi.path_size = PATH_MAX;
/linux-master/tools/testing/selftests/kvm/lib/
H A Dkvm_util.c58 const int path_size = 128; local
59 char path[path_size];
63 r = snprintf(path, path_size, "/sys/module/%s/parameters/%s",
65 TEST_ASSERT(r < path_size,
66 "Failed to construct sysfs path in %d bytes.", path_size);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_atombios.c303 int i, j, k, path_size, device_support; local
332 path_size = 0;
336 addr += path_size;
338 path_size += le16_to_cpu(path->usSize);
/linux-master/tools/bpf/bpftool/
H A Dlink.c1049 info.uprobe_multi.path_size = sizeof(path_buf);
/linux-master/include/uapi/linux/
H A Dbpf.h6676 __u32 path_size; /* in/out: real path size on success, including zero byte */ member in struct:bpf_link_info::__anon2663::__anon2678
/linux-master/tools/include/uapi/linux/
H A Dbpf.h6676 __u32 path_size; /* in/out: real path size on success, including zero byte */ member in struct:bpf_link_info::__anon3204::__anon3219
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_atombios.c530 int i, j, k, path_size, device_support; local
559 path_size = 0;
563 addr += path_size;
565 path_size += le16_to_cpu(path->usSize);
/linux-master/kernel/trace/
H A Dbpf_trace.c3181 u32 upath_size = info->uprobe_multi.path_size;
3217 info->uprobe_multi.path_size = upath_size;
/linux-master/kernel/events/
H A Dcore.c8508 int path_size; member in struct:perf_cgroup_event
8540 __output_copy(&handle, cgroup_event->path, cgroup_event->path_size);
8589 cgroup_event.path_size = size;

Completed in 389 milliseconds