Home
last modified time | relevance | path

Searched refs:skeleton (Results 1 – 25 of 143) sorted by relevance

123456

/openbmc/skeleton/libopenbmc_intf/
H A Dopenbmc_intf.c1445 HwmonSkeleton *skeleton = HWMON_SKELETON (user_data); in _hwmon_skeleton_handle_method_call() local
1461 g_value_set_object (&paramv[n++], skeleton); in _hwmon_skeleton_handle_method_call()
1508 HwmonSkeleton *skeleton = HWMON_SKELETON (user_data); in _hwmon_skeleton_handle_get_property() local
1516 pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name); in _hwmon_skeleton_handle_get_property()
1524 g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value); in _hwmon_skeleton_handle_get_property()
1542 HwmonSkeleton *skeleton = HWMON_SKELETON (user_data); in _hwmon_skeleton_handle_set_property() local
1550 pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name); in _hwmon_skeleton_handle_set_property()
1561 g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value); in _hwmon_skeleton_handle_set_property()
1577 hwmon_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED) in hwmon_skeleton_dbus_interface_get_info()
1583 hwmon_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED) in hwmon_skeleton_dbus_interface_get_vtable()
[all …]
H A Dmeson.build30 description: '[deprecated] OpenBMC interface library from skeleton',
/openbmc/openbmc/poky/meta-skeleton/recipes-skeleton/service/
H A Dservice_0.1.bb7 SRC_URI = "file://skeleton \
16 ${CC} ${CFLAGS} ${LDFLAGS} ${S}/skeleton_test.c -o ${B}/skeleton-test
21 cat ${S}/skeleton | \
26 -e 's,/usr,${prefix},g' > ${D}${sysconfdir}/init.d/skeleton
27 chmod a+x ${D}${sysconfdir}/init.d/skeleton
30 install -m 0755 ${S}/skeleton-test ${D}${sbindir}/
35 CONFFILES:${PN} += "${sysconfdir}/init.d/skeleton"
/openbmc/qemu/tools/ebpf/
H A DMakefile.ebpf1 SKELETONS = rss.bpf.skeleton.h
13 rm -f $(SKELETONS) $(SKELETONS:%.skeleton.h=%.o)
22 %.skeleton.h: %.o
23 bpftool gen skeleton $< > $@
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DGPL-3-with-bison-exception5skeleton and distribute that work under terms of your choice, so long as that work isn`t itself a …
H A DGPL-2-with-bison-exception5skeleton and distribute that work under terms of your choice, so long as that work isn`t itself a …
/openbmc/qemu/ebpf/
H A Drss.bpf.skeleton.h12 struct bpf_object_skeleton *skeleton; member
42 if (obj->skeleton) in rss_bpf__destroy()
43 bpf_object__destroy_skeleton(obj->skeleton); in rss_bpf__destroy()
66 err = bpf_object__open_skeleton(obj->skeleton, opts); in rss_bpf__open_opts()
86 return bpf_object__load_skeleton(obj->skeleton); in rss_bpf__load()
110 return bpf_object__attach_skeleton(obj->skeleton); in rss_bpf__attach()
116 bpf_object__detach_skeleton(obj->skeleton); in rss_bpf__detach()
170 obj->skeleton = s; in rss_bpf__create_skeleton()
/openbmc/openbmc/poky/meta-skeleton/
H A DREADME.skeleton1 meta-skeleton
4 The meta-skeleton layer contains example recipes and configuration files.
/openbmc/openbmc/meta-phosphor/classes/
H A Dskeleton.bbclass1 inherit skeleton-rev
3 HOMEPAGE = "http://github.com/openbmc/skeleton"
H A Dskeleton-gdbus.bbclass1 inherit skeleton
H A Dskeleton-rev.bbclass2 SKELETON_URI ?= "git://github.com/openbmc/skeleton;branch=master;protocol=https"
/openbmc/openbmc/meta-phosphor/recipes-phosphor/skeleton/
H A Dobmc-libobmc-intf_git.bb3 methods and the GDBUS skeleton code for the org.openbmc DBUS API."
13 inherit skeleton
/openbmc/u-boot/arch/arc/dts/
H A Daxc001.dtsi6 /include/ "skeleton.dtsi"
H A Daxc003.dtsi6 /include/ "skeleton.dtsi"
H A Dnsim.dts7 #include "skeleton.dtsi"
H A Dabilis_tb100.dts7 #include "skeleton.dtsi"
H A Demsdp.dts7 #include "skeleton.dtsi"
/openbmc/skeleton/
H A Dmeson.build2 'skeleton',
/openbmc/openbmc/meta-ibm/recipes-phosphor/chassis/
H A Dphosphor-skeleton-control-power_%.bbappend3 # Remove, from the ibm-enterprise image, the service file that starts the skeleton power
/openbmc/u-boot/arch/arm/dts/
H A Darmv7-m.dtsi1 #include "skeleton.dtsi"
H A Dexynos4210-origen.dts10 #include "skeleton.dtsi"
H A Ds5pc1xx-smdkc100.dts10 #include "skeleton.dtsi"
/openbmc/u-boot/arch/x86/dts/
H A Defi-x86_app.dts8 /include/ "skeleton.dtsi"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gengetopt/
H A Dgengetopt_2.23.bb1 SUMMARY = "skeleton main.c generator"
/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/packagegroups/
H A Dpackagegroup-obmc-apps.bbappend7 phosphor-skeleton-control-power \

123456