Home
last modified time | relevance | path

Searched refs:links (Results 176 – 200 of 769) sorted by relevance

12345678910>>...31

/openbmc/linux/fs/proc/
H A Dproc_sysctl.c1168 struct ctl_table_header *links; in new_links() local
1186 if (!links) in new_links()
1189 node = (struct ctl_node *)(links + 1); in new_links()
1205 links->nreg = nr_entries; in new_links()
1207 return links; in new_links()
1247 struct ctl_table_header *links; in insert_links() local
1263 links = new_links(core_parent, head); in insert_links()
1267 if (!links) in insert_links()
1272 kfree(links); in insert_links()
1276 err = insert_header(core_parent, links); in insert_links()
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dimportlayer.js210 …var links = "<a href=\""+imported.imported_layer.layerdetailurl+"\">"+imported.imported_layer.name…
213 links +='<a href="'+item.layerdetailurl+'">'+item.name+'</a>';
216 links += ', ';
220 …ng>'+(imported.deps_added.length+1)+'</strong> layers to your project: <strong>'+links+'</strong>';
/openbmc/linux/include/net/netns/
H A Dbpf.h25 struct list_head links[MAX_NETNS_BPF_ATTACH_TYPE]; member
/openbmc/openbmc/meta-nuvoton/
H A Drecipes.txt1 recipes-bsp - Anything with links to specific hardware or hardware configuration informati…
/openbmc/openbmc/meta-ibm/meta-fsp2/
H A Drecipes.txt1 recipes-bsp - Anything with links to specific hardware or hardware configuration informati…
/openbmc/linux/Documentation/userspace-api/media/mediactl/
H A Dmedia-ioc-setup-link.rst44 Link configuration has no side effect on other links. If an enabled link
48 Only links marked with the ``DYNAMIC`` link flag can be enabled/disabled
/openbmc/linux/Documentation/devicetree/bindings/arm/
H A Darm,coresight-etb10.yaml19 sinks, links and sources. Trace data produced by one or more sources flows
20 through the intermediate links connecting the source to the currently selected
H A Darm,coresight-static-funnel.yaml19 sinks, links and sources. Trace data produced by one or more sources flows
20 through the intermediate links connecting the source to the currently selected
H A Darm,coresight-tpiu.yaml19 sinks, links and sources. Trace data produced by one or more sources flows
20 through the intermediate links connecting the source to the currently selected
H A Darm,coresight-static-replicator.yaml19 sinks, links and sources. Trace data produced by one or more sources flows
20 through the intermediate links connecting the source to the currently selected
H A Darm,coresight-catu.yaml19 sinks, links and sources. Trace data produced by one or more sources flows
20 through the intermediate links connecting the source to the currently selected
H A Darm,coresight-dynamic-funnel.yaml19 sinks, links and sources. Trace data produced by one or more sources flows
20 through the intermediate links connecting the source to the currently selected
H A Darm,coresight-dummy-source.yaml13 sinks, links and sources. Trace data produced by one or more sources flows
14 through the intermediate links connecting the source to the currently selected
H A Darm,coresight-stm.yaml19 sinks, links and sources. Trace data produced by one or more sources flows
20 through the intermediate links connecting the source to the currently selected
/openbmc/webui-vue/src/views/HardwareStatus/Inventory/
H A DInventory.vue92 links: [
146 // Chunk links array to 3 array's to display 3 items per column
147 return chunk(this.links, 3);
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcustom_sec_handlers.c154 skel->links.xyz = bpf_program__attach(skel->progs.kprobe1); in test_custom_sec_handlers()
156 ASSERT_ERR_PTR(skel->links.xyz, "xyz_attach"); in test_custom_sec_handlers()
H A Dbpf_iter.c559 link = skel->links.dump_task; in test_anon_iter()
1419 skel->links.proc_maps = bpf_program__attach_iter( in test_task_vma_common()
1422 if (!ASSERT_OK_PTR(skel->links.proc_maps, "bpf_program__attach_iter")) { in test_task_vma_common()
1423 skel->links.proc_maps = NULL; in test_task_vma_common()
1427 iter_fd = bpf_iter_create(bpf_link__fd(skel->links.proc_maps)); in test_task_vma_common()
1488 skel->links.proc_maps = bpf_program__attach_iter( in test_task_vma_dead_task()
1491 if (!ASSERT_OK_PTR(skel->links.proc_maps, "bpf_program__attach_iter")) { in test_task_vma_dead_task()
1492 skel->links.proc_maps = NULL; in test_task_vma_dead_task()
1513 iter_fd = bpf_iter_create(bpf_link__fd(skel->links.proc_maps)); in test_task_vma_dead_task()
1593 if (!ASSERT_OK_PTR(skel->links.get_vma_offset, "attach_iter")) in test_task_vma_offset_common()
[all …]
/openbmc/linux/sound/soc/intel/common/
H A Dsoc-acpi-intel-arl-match.c45 .links = arl_rvp,
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/
H A Ddvb-apps_1.1.1.20140321.bb34 …cp -R --no-dereference --preserve=mode,links ${S}/util/szap/channels-conf* ${D}/${docdir}/dvb-apps…
35 … cp -R --no-dereference --preserve=mode,links ${S}/util/szap/README ${D}/${docdir}/dvb-apps/szap/
36 cp -R --no-dereference --preserve=mode,links ${WORKDIR}/dvb-scan-table/* ${D}/usr/share/dvb
/openbmc/u-boot/fs/jffs2/
H A DKconfig7 hard links and compression.
/openbmc/qemu/ebpf/
H A Drss.bpf.skeleton.h24 } links; member
166 s->progs[0].link = &obj->links.tun_rss_steering_prog; in rss_bpf__create_skeleton()
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Damlogic,gx-sound-card.yaml61 dai-link representing backend links should have at least one subnode.
63 frontend links have no codec, therefore have no subnodes
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/
H A DPCIeSwitch.interface.yaml9 connecting association to provide links to one or more Slots.
/openbmc/openbmc/poky/meta/recipes-multimedia/alsa/
H A Dalsa-plugins_1.2.7.1.bb139 # creates these links to the main plugin file:
146 # The other rate plugins create similar links. We have to add the links to
147 # FILES manually, because do_split_packages() skips the links (which is good,
152 # -dev/-dbg/-nativesdk package contains links to .so files, but in this case
/openbmc/linux/drivers/scsi/aic7xxx/aicasm/
H A Daicasm.h58 SLIST_ENTRY(path_entry) links;

12345678910>>...31