Home
last modified time | relevance | path

Searched refs:foo (Results 276 – 300 of 580) sorted by relevance

1...<<11121314151617181920>>...24

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/
H A D0001-Forward-port-to-OpenSSL-1.1.x.patch139 unsigned char *foo = (unsigned char*)alloca(key_len);
140 - BN_bn2bin(info->pub_key, foo);
141 + BN_bn2bin(pub_key, foo);
142 outbuf.put(foo, len);
151 unsigned char *foo = (unsigned char *)alloca(DH_size(info));
155 int len = DH_compute_key (foo, BN_bin2bn(inbuf.get(in_len), in_len, NULL),
/openbmc/u-boot/doc/
H A DREADME.SPL31 obj-$(CONFIG_SPL_BUILD) += foo.o
34 foo();
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dcore-image.bbclass63 # Including image feature foo would replace the image features bar1 and bar2
71 # An error exception would be raised if both image features foo and bar1(or bar2) are included
H A Dnative.bbclass161 # dependencies on, e.g., ${PN}-foo become ${BPN}-foo-native
162 # rather than ${BPN}-native-foo-native.
/openbmc/linux/fs/coda/
H A Dinode.c62 static void init_once(void *foo) in init_once() argument
64 struct coda_inode_info *ei = (struct coda_inode_info *) foo; in init_once()
/openbmc/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_sockopt.c812 unsigned int foo; in init_rng() local
816 ret = read(fd, &foo, sizeof(foo)); in init_rng()
817 assert(ret == sizeof(foo)); in init_rng()
820 srand(foo); in init_rng()
/openbmc/linux/Documentation/arch/arm/
H A Dtcm.rst83 int __tcmfunc foo(int bar);
92 int __tcmdata foo;
96 int __tcmconst foo;
/openbmc/openbmc/poky/meta/recipes-extended/zip/zip-3.0/
H A D0002-configure-support-PIC-code-build.patch29 echo "int foo() { return 0;}" > conftest.c
/openbmc/linux/Documentation/devicetree/bindings/iio/amplifiers/
H A Dadi,hmc425a.yaml48 vcc-supply = <&foo>;
/openbmc/qemu/tests/qemu-iotests/
H A D060136 $QEMU_IMG snapshot -c foo "$TEST_IMG"
152 $QEMU_IMG snapshot -a foo "$TEST_IMG"
H A D08347 local event export_name=foo extra_args nbd_addr nbd_url proto when
/openbmc/linux/Documentation/core-api/
H A Dprotection-keys.rst58 *ptr = foo; // assign something
89 *ptr = foo;
/openbmc/linux/fs/efs/
H A Dsuper.c83 static void init_once(void *foo) in init_once() argument
85 struct efs_inode_info *ei = (struct efs_inode_info *) foo; in init_once()
/openbmc/linux/Documentation/devicetree/bindings/power/
H A Dbrcm,bcm-pmb.yaml49 foo {
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gtk+/gtk+/
H A D0001-Fix-signature-of-create_menu-function.patch33 menuitem = gtk_menu_item_new_with_label ("foo");
/openbmc/linux/Documentation/devicetree/bindings/display/panel/
H A Dsony,acx424akp.yaml51 vddi-supply = <&foo>;
/openbmc/linux/drivers/nubus/
H A Dnubus.c140 static inline long nubus_expand32(long foo) in nubus_expand32() argument
142 if (foo & 0x00800000) /* 24bit negative */ in nubus_expand32()
143 foo |= 0xFF000000; in nubus_expand32()
144 return foo; in nubus_expand32()
/openbmc/linux/Documentation/driver-api/gpio/
H A Dboard.rst30 compatible = "acme,foo";
150 .dev_id = "foo.0",
164 The driver controlling "foo.0" will then be able to obtain its GPIOs as follows::
188 GPIO_HOG("gpio.0", 10, "foo", GPIO_ACTIVE_LOW, GPIOD_OUT_HIGH),
/openbmc/openbmc/poky/meta/recipes-devtools/perl/files/
H A D0001-Somehow-this-module-breaks-through-the-perl-wrapper-.patch25 if ($self->file_name_is_absolute($name)) { # /foo/bar
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/
H A Dmysql-config-fix.patch24 -pass=foo
/openbmc/linux/Documentation/devicetree/bindings/iio/gyroscope/
H A Dinvensense,mpu3050.yaml54 interrupt-parent = <&foo>;
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0026-aarch64-Fix-loose-ldpstp-check-PR111411.patch67 +void __RTL (startwith ("ira")) foo (void *ptr)
69 + (function "foo"
/openbmc/openbmc/poky/meta/classes/
H A Dgo-vendor.bbclass90 # destsuffix = git/src/import/vendor.fetch/github.com/foo/bar@v1.2.3
91 # p = github.com/foo/bar@v1.2.3
92 # repo = github.com/foo/bar
/openbmc/linux/Documentation/translations/ja_JP/
H A DSubmittingPatches353 [lucky@maintainer.example.org: struct foo moved from foo.c to foo.h]
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-2.5.rst163 build-time provides for their packages. This assumes ``python-foo`` is
165 ``bitbake python-foo`` or have a
166 :term:`DEPENDS` on ``python-foo``,
170 IMAGE_INSTALL_append = " python-foo"
174 RDEPENDS_${PN} = "python-foo"

1...<<11121314151617181920>>...24