Searched refs:iter_name (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/system/ |
H A D | device_tree.c | 250 const char *iter_name; in qemu_fdt_node_unit_path() local 257 iter_name = fdt_get_name(fdt, offset, &len); in qemu_fdt_node_unit_path() 258 if (!iter_name) { in qemu_fdt_node_unit_path() 262 if (!strcmp(iter_name, name) || g_str_has_prefix(iter_name, prefix)) { in qemu_fdt_node_unit_path() 304 const char *iter_name; in qemu_fdt_node_path() local 312 iter_name = fdt_get_name(fdt, offset, &len); in qemu_fdt_node_path() 313 if (!iter_name) { in qemu_fdt_node_path() 317 if (!name || !strcmp(iter_name, name)) { in qemu_fdt_node_path()
|
/openbmc/linux/Documentation/bpf/ |
H A D | bpf_iterators.rst | 96 Any struct name in ``vmlinux.h`` in the format ``bpf_iter__<iter_name>`` 97 represents a BPF iterator. The suffix ``<iter_name>`` represents the type of
|
/openbmc/linux/kernel/bpf/ |
H A D | btf.c | 7582 const char *name, *sfx, *iter_name; in BTF_ID_LIST_GLOBAL() local 7618 iter_name = name + sizeof(ITER_PREFIX) - 1; in BTF_ID_LIST_GLOBAL() 7626 snprintf(exp_name, sizeof(exp_name), "bpf_iter_%s_%s", iter_name, sfx); in BTF_ID_LIST_GLOBAL()
|