Home
last modified time | relevance | path

Searched refs:functions (Results 1 – 25 of 949) sorted by relevance

12345678910>>...38

/openbmc/openbmc/meta-hpe/meta-common/recipes-phosphor/recipes-graphics/obmc-ikvm/
H A Dcreate_usbhid.sh25 mkdir functions/hid.0
27 echo 1 > functions/hid.0/protocol # 1: keyboard
28 echo 8 > functions/hid.0/report_length
29 echo 1 > functions/hid.0/subclass
64 …\x95\x06\x75\x08\x15\x00\x25\x65\x05\x07\x19\x00\x29\x65\x81\x00\xc0' > functions/hid.0/report_desc
67 mkdir functions/hid.1
69 echo 2 > functions/hid.1/protocol # 2: mouse
70 echo 6 > functions/hid.1/report_length
71 echo 1 > functions/hid.1/subclass
112 …\x38\x15\xff\x25\x01\x35\x00\x45\x00\x75\x08\x95\x01\x81\x06\xc0\xc0' > functions/hid.1/report_desc
[all …]
/openbmc/u-boot/doc/device-tree-bindings/pinctrl/
H A Dmarvell,armada-37xx-pinctrl.txt25 Available groups and functions for the North Bridge:
29 - functions jtag, gpio
33 - functions sdio, gpio
37 - functions emmc, gpio
41 - functions pwm, gpio
45 - functions pwm, gpio
49 - functions pwm, gpio
53 - functions pwm, gpio
57 - functions pmic, gpio
61 - functions pmic, gpio
[all …]
/openbmc/obmc-ikvm/
H A Dcreate_usbhid.sh35 mkdir functions/hid.0
37 echo 1 > functions/hid.0/protocol # 1: keyboard
38 echo 8 > functions/hid.0/report_length
39 echo 1 > functions/hid.0/subclass
74 …\x95\x06\x75\x08\x15\x00\x25\x65\x05\x07\x19\x00\x29\x65\x81\x00\xc0' > functions/hid.0/report_desc
77 mkdir functions/hid.1
79 echo 2 > functions/hid.1/protocol # 2: mouse
80 echo 6 > functions/hid.1/report_length
81 echo 1 > functions/hid.1/subclass
122 …\x38\x15\xff\x25\x01\x35\x00\x45\x00\x75\x08\x95\x01\x81\x06\xc0\xc0' > functions/hid.1/report_desc
[all …]
/openbmc/openbmc/meta-hpe/meta-gxp/recipes-connectivity/jsnbd/jsnbd/
H A Dstate_hook42 mkdir -p functions/mass_storage.usb0
43 ln -s functions/mass_storage.usb0 configs/c.1
44 echo 1 > functions/mass_storage.usb0/lun.0/removable
45 echo 1 > functions/mass_storage.usb0/lun.0/ro
46 echo 0 > functions/mass_storage.usb0/lun.0/cdrom
47 echo $nbd_device > functions/mass_storage.usb0/lun.0/file
56 rmdir functions/mass_storage.usb0
/openbmc/openbmc/meta-phosphor/recipes-connectivity/jsnbd/jsnbd/
H A Dstate_hook60 mkdir -p functions/mass_storage.usb0
61 ln -s functions/mass_storage.usb0 configs/c.1
62 echo 1 > functions/mass_storage.usb0/lun.0/removable
63 echo 1 > functions/mass_storage.usb0/lun.0/ro
64 echo 0 > functions/mass_storage.usb0/lun.0/cdrom
65 echo $nbd_device > functions/mass_storage.usb0/lun.0/file
74 rmdir functions/mass_storage.usb0
/openbmc/openpower-pnor-code-mgmt/test/
H A Dtest_functions.cpp26 functions::process_hostfirmware::getExtensionsForIbmCompatibleSystem( in TEST()
40 functions::process_hostfirmware::getExtensionsForIbmCompatibleSystem( in TEST()
55 functions::process_hostfirmware::getExtensionsForIbmCompatibleSystem( in TEST()
67 functions::process_hostfirmware::getExtensionsForIbmCompatibleSystem( in TEST()
78 functions::process_hostfirmware::getExtensionsForIbmCompatibleSystem( in TEST()
93 functions::process_hostfirmware::getExtensionsForIbmCompatibleSystem( in TEST()
108 functions::process_hostfirmware::getExtensionsForIbmCompatibleSystem( in TEST()
123 functions::process_hostfirmware::getExtensionsForIbmCompatibleSystem( in TEST()
138 functions::process_hostfirmware::getExtensionsForIbmCompatibleSystem( in TEST()
153 functions::process_hostfirmware::getExtensionsForIbmCompatibleSystem( in TEST()
[all …]
/openbmc/openbmc/poky/meta/recipes-core/util-linux/util-linux/
H A Ddisplay_testname_for_subtest.patch9 tests/functions.sh | 2 +-
12 diff --git a/tests/functions.sh b/tests/functions.sh
14 --- a/tests/functions.sh
15 +++ b/tests/functions.sh
/openbmc/openbmc/meta-nvidia/recipes-nvidia/usb-ethernet-init/files/
H A Dusb-ethernet-init.sh21 mkdir functions/ecm.usb0
22 echo "02:B0:2D:00:00:00" > functions/ecm.usb0/dev_addr
23 echo "06:B0:2D:00:00:01" > functions/ecm.usb0/host_addr
24 ln -s functions/ecm.usb0 configs/c.1/
/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/plat-tools/
H A Dbletchley-common-functions_0.1.bb10 file://bletchley-common-functions \
11 file://bletchley-platform-functions \
16 install -m 0755 ${UNPACKDIR}/bletchley-common-functions ${D}${libexecdir}
17 install -m 0755 ${UNPACKDIR}/bletchley-platform-functions ${D}${libexecdir}
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/
H A Dippool_init.d.patch1 Fix start error if lsb init-functions doesn't exist
16 +. /etc/init.d/functions
24 # Get lsb functions
25 -. /lib/lsb/init-functions
26 +if [ -f /lib/lsb/init-functions ]
28 + . /lib/lsb/init-functions
/openbmc/u-boot/test/
H A DKconfig10 bool "Unit tests for library functions"
14 Enables the 'ut lib' command which tests library functions like
18 bool "Unit tests for time functions"
21 Enables the 'ut time' command which tests that the time functions
27 bool "Unit tests for Unicode functions"
31 Enables the 'ut unicode' command which tests that the functions for
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/wxwidgets/wxwidgets/
H A D0004-don-not-append-system-name-to-lib-name.patch18 build/cmake/functions.cmake | 6 +++---
21 diff --git a/build/cmake/functions.cmake b/build/cmake/functions.cmake
23 --- a/build/cmake/functions.cmake
24 +++ b/build/cmake/functions.cmake
/openbmc/qemu/scripts/performance/
H A DtopN_perf.py113 functions = [] variable
117 functions = [line for line in data.readlines() if line and line[0] variable
121 number_of_top_functions = top if len(functions) > top else len(functions)
124 top_functions = functions[:number_of_top_functions]
/openbmc/openbmc/meta-google/recipes-google/networking/google-usb-network/
H A Dusb_network_test.sh95 if [[ ! -d ${FAKE_GADGETFS}/${gadget_dir}/functions/eem.usb0 ]]; then
114 mkdir -p "${FAKE_GADGETFS}"/g1/{strings,configs,functions}
167 if [[ -e ${FAKE_GADGETFS}/${gadget_dir}/functions/eem.usb0/dev_addr ]]; then
171 if [[ -e ${FAKE_GADGETFS}/${gadget_dir}/functions/eem.usb0/host_addr ]]; then
182 if [[ $link_dest != ${FAKE_GADGETFS}/${gadget_dir}/functions/eem.usb0 ]]; then
213 if [[ ! -d ${FAKE_GADGETFS}/${gadget_dir}/functions/eem.${iface_name} ]]; then
217 if [[ -e ${FAKE_GADGETFS}/${gadget_dir}/functions/eem.${iface_name}/dev_addr ]]; then
221 if [[ -e ${FAKE_GADGETFS}/${gadget_dir}/functions/eem.${iface_name}/host_addr ]]; then
/openbmc/openbmc/meta-quanta/meta-common/recipes-quanta/network/usb-network/
H A Dusb-network.sh48 mkdir -p functions/ecm.usb0
49 cat $dev_mac_path > functions/ecm.usb0/dev_addr # write device mac address
50 cat $host_mac_path > functions/ecm.usb0/host_addr # write usb mac address
52 ln -s functions/ecm.usb0 configs/c.1
/openbmc/openbmc/poky/meta/recipes-devtools/autoconf/autoconf/
H A Dremove-usr-local-lib-from-m4.patch10 lib/autoconf/functions.m4 | 9 ---------
13 diff --git a/lib/autoconf/functions.m4 b/lib/autoconf/functions.m4
15 --- a/lib/autoconf/functions.m4
16 +++ b/lib/autoconf/functions.m4
/openbmc/u-boot/drivers/pinctrl/renesas/
H A DKconfig16 the GPIO definitions and pin control functions for each available
26 the GPIO definitions and pin control functions for each available
36 the GPIO definitions and pin control functions for each available
46 the GPIO definitions and pin control functions for each available
56 the GPIO definitions and pin control functions for each available
66 the GPIO definitions and pin control functions for each available
76 the GPIO definitions and pin control functions for each available
86 the GPIO definitions and pin control functions for each available
96 the GPIO definitions and pin control functions for each available
106 the GPIO definitions and pin control functions for each available
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/
H A Dopenhpi.init39 if test -f /etc/init.d/functions
42 . /etc/init.d/functions
47 elif test -f /lib/lsb/init-functions
50 . /lib/lsb/init-functions
54 . /sbin/functions.sh
/openbmc/openbmc/poky/meta/recipes-core/images/build-appliance-image/
H A DYocto_Build_Appliance.vmx23 pciBridge4.functions = "8"
26 pciBridge5.functions = "8"
29 pciBridge6.functions = "8"
32 pciBridge7.functions = "8"
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libfile/
H A Dlibfile-slurper-perl_0.014.bb2 DESCRIPTION = "This module provides functions for fast and correct slurping and spewing. \
3 All functions are optionally exported. All functions throw exceptions on \
4 errors, write functions don't return any meaningful value."
/openbmc/ipmitool/contrib/
H A Dipmievd.init.suse79 if test -e /lib/lsb/init-functions; then
81 . /lib/lsb/init-functions
92 elif test -e /etc/init.d/functions; then
94 . /etc/init.d/functions
/openbmc/webui-vue/src/assets/styles/bootstrap/
H A D_index.scss1 // Import Bootstrap functions first
2 @import "~bootstrap/scss/functions";
13 // Import our custom functions that depend on Bootstrap variables
14 @import "../bmc/helpers/functions";
/openbmc/qemu/docs/devel/
H A Dloads-stores.rst9 QEMU internally has multiple families of functions for performing
19 These functions operate on a host pointer, and should be used
53 There are also functions which take the size as an argument:
76 These functions operate on a guest virtual address, plus a context
87 These functions may cause a guest CPU exception to be taken
101 it in other functions that are *not* the top level
104 if needed to the functions that the helper calls.
131 These functions work like the ``cpu_{ld,st}_mmu`` functions except
164 These functions work like the ``cpu_{ld,st}_mmuidx_ra`` functions
169 virtual address from helper functions, unless the access should
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/openipmi/files/
H A Dipmi-init-fix-the-arguments.patch6 The functions success/failure/warning defined in /etc/init.d/functions
22 @@ -45,17 +45,17 @@ elif [ -r /etc/init.d/functions ]; then
/openbmc/openbmc/meta-raspberrypi/recipes-devtools/pi-blaster/files/
H A Dremove-initscript-lsb-dependency.patch4 Subject: [PATCH] Remove dependencies on LSB functions
10 functions patch' with only minor modifications from the original version,
32 # Define LSB log_* functions.
35 -. /lib/lsb/init-functions
36 +#. /lib/lsb/init-functions

12345678910>>...38