Home
last modified time | relevance | path

Searched full:bind (Results 1 – 25 of 935) sorted by relevance

12345678910>>...38

/openbmc/u-boot/test/py/tests/
H A Dtest_bind.py28 #bind /bind-test. Device should come up as well as its children
29 response = u_boot_console.run_command('bind /bind-test generic_simple_bus')
32 assert in_tree(tree, 'bind-test', 'simple_bus', 'generic_simple_bus', 0, True)
33 assert in_tree(tree, 'bind-test-child1', 'phy', 'phy_sandbox', 1, False)
34 assert in_tree(tree, 'bind-test-child2', 'simple_bus', 'generic_simple_bus', 1, True)
36 #Unbind child #1. No error expected and all devices should be there except for bind-test-child1
37 response = u_boot_console.run_command('unbind /bind-test/bind-test-child1')
40 assert in_tree(tree, 'bind-test', 'simple_bus', 'generic_simple_bus', 0, True)
41 assert 'bind-test-child1' not in tree
42 assert in_tree(tree, 'bind-test-child2', 'simple_bus', 'generic_simple_bus', 1, True)
[all …]
/openbmc/openbmc/poky/meta/recipes-connectivity/bind/
H A Dbind_9.20.8.bb2 HOMEPAGE = "https://www.isc.org/bind/"
3 DESCRIPTION = "BIND 9 provides a full-featured Domain Name Server system"
16 file://make-etc-initd-bind-stop-work.patch \
18 file://bind-ensure-searching-for-json-headers-searches-sysr.patch \
20 file://0001-avoid-start-failure-with-bind-user.patch \
29 # Issue only affects dhcpd with recent bind versions. We don't ship dhcpd anymore
31 CVE_STATUS[CVE-2019-6470] = "not-applicable-config: Issue only affects dhcpd with recent bind versi…
44 --sysconfdir=${sysconfdir}/bind \
53 USERADD_PARAM:${PN} = "--system --home ${localstatedir}/cache/bind --no-create-home \
54 --user-group bind"
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/nmap/files/
H A D0002-Fix-building-with-libc.patch20 /* Bind to local address and the specified port */
21 - if( bind(master_sd, (struct sockaddr *)&server_addr6, sizeof(server_addr6)) != 0 ){
22 + if( ::bind(master_sd, (struct sockaddr *)&server_addr6, sizeof(server_addr6)) != 0 ){
23 …nping_warning(QT_3, "Failed to bind to source address %s. Trying to bind to port %d...", IPtoa(ser…
24 /* If the bind failed for the supplied address, just try again with in6addr_any */
27 - if( bind(master_sd, (struct sockaddr *)&server_addr6, sizeof(server_addr6)) != 0 ){
28 + if( ::bind(master_sd, (struct sockaddr *)&server_addr6, sizeof(server_addr6)) != 0 ){
29 nping_fatal(QT_3, "Could not bind to port %d (%s).", port, strerror(errno));
38 /* Bind to local address and the specified port */
39 - if( bind(master_sd, (struct sockaddr *)&server_addr4, sizeof(server_addr4)) != 0 ){
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/nmap/nmap-7.92/
H A D0004-Fix-building-with-libc.patch20 /* Bind to local address and the specified port */
21 - if( bind(master_sd, (struct sockaddr *)&server_addr6, sizeof(server_addr6)) != 0 ){
22 + if( ::bind(master_sd, (struct sockaddr *)&server_addr6, sizeof(server_addr6)) != 0 ){
23 …nping_warning(QT_3, "Failed to bind to source address %s. Trying to bind to port %d...", IPtoa(ser…
24 /* If the bind failed for the supplied address, just try again with in6addr_any */
27 - if( bind(master_sd, (struct sockaddr *)&server_addr6, sizeof(server_addr6)) != 0 ){
28 + if( ::bind(master_sd, (struct sockaddr *)&server_addr6, sizeof(server_addr6)) != 0 ){
29 nping_fatal(QT_3, "Could not bind to port %d (%s).", port, strerror(errno));
38 /* Bind to local address and the specified port */
39 - if( bind(master_sd, (struct sockaddr *)&server_addr4, sizeof(server_addr4)) != 0 ){
[all …]
/openbmc/openbmc/poky/meta/recipes-connectivity/bind/bind/
H A Dconf.patch4 Subject: [PATCH] bind: add new recipe
43 +; BIND reverse data file for broadcast zone
61 +; BIND reverse data file for local loopback interface
80 +; BIND reserve data file for broadcast zone
97 +; BIND reverse data file for empty rfc1918 zone
118 +; BIND data file for local loopback interface
187 +// This is the primary configuration file for the BIND DNS server named.
189 +// If you are just adding zones, please do that in /etc/bind/named.conf.local
191 +include "/etc/bind/named.conf.options";
196 + file "/etc/bind/db.root";
[all …]
H A Dgenerate-rndc-key.sh3 if [ ! -s /etc/bind/rndc.key ]; then
4 echo -n "Generating /etc/bind/rndc.key:"
6 chown root:bind /etc/bind/rndc.key
7 chmod 0640 /etc/bind/rndc.key
H A Dbind-ensure-searching-for-json-headers-searches-sysr.patch4 Subject: [PATCH] bind: ensure searching for json headers searches sysroot
6 Bind can fail configure by detecting headers w/o libs[1], or
10 Rerun configure task after fixing this. The path was 'build/tmp/work/core2-64-poky-linux/bind/9.10.…
12 ERROR: Logfile of failure stored in: build/tmp/work/core2-64-poky-linux/bind/9.10.2-r1/temp/log.do_…
13 ERROR: Task 5 (meta/recipes-connectivity/bind/bind_9.10.2.bb, do_configure) failed with exit code '…
18 /meta/recipes-connectivity/bind/bind_9.10.2.bb, do_configure
20 One way to fix it would be to unconditionally disable json in bind
H A D0001-avoid-start-failure-with-bind-user.patch4 Subject: [PATCH] avoid start failure with bind user
19 if [ ! -f /etc/bind/rndc.key ]; then
21 + chown root:bind /etc/bind/rndc.key >/dev/null 2>&1 || true
22 chmod 0640 /etc/bind/rndc.key
H A Dmake-etc-initd-bind-stop-work.patch4 Subject: [PATCH] bind: make "/etc/init.d/bind stop" work
25 include "/etc/bind/named.conf.local";
26 +include "/etc/bind/rndc.key" ;
37 +include "/etc/bind/rndc.key";
H A Dinit.d-add-support-for-read-only-rootfs.patch53 + mount --bind $olddir $newdir
58 + [ "$VERBOSE" != "no" ] && echo "WARN: start bind service in read-only rootfs"
59 + [ `is_on_read_only_partition /etc/bind` = "yes" ] && bind_mount /var/volatile/bind/etc /etc/bi…
60 + [ `is_on_read_only_partition /var/named` = "yes" ] && bind_mount /var/volatile/bind/named /var…
/openbmc/phosphor-fan-presence/presence/
H A Deeprom_device.hpp20 * Provides an API to bind an EEPROM driver to a device, after waiting
40 * before actually doing the bind.
47 std::bind(std::mem_fn(&EEPROMDevice::bindTimerExpired), this)) in EEPROMDevice()
51 * @brief Kicks off the timer to do the actual bind
53 void bind() in bind() function in phosphor::fan::presence::EEPROMDevice
59 * @brief Stops the bind timer if running and unbinds the device
73 * @brief When the bind timer expires it will bind the device.
79 auto bindPath = path / "bind"; in bindTimerExpired()
80 std::ofstream bind{bindPath}; in bindTimerExpired() local
81 if (bind.good()) in bindTimerExpired()
[all …]
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/
H A Dprobe-slot-device8 echo $HOST_BUS-0020 > /sys/bus/i2c/drivers/pca953x/bind
9 echo $HOST_BUS-0021 > /sys/bus/i2c/drivers/pca953x/bind
10 echo $HOST_BUS-0022 > /sys/bus/i2c/drivers/pca953x/bind
11 echo $HOST_BUS-0023 > /sys/bus/i2c/drivers/pca953x/bind
13 echo $HOST_VIRTUAL_BUS-0049 > /sys/bus/i2c/drivers/pca953x/bind
14 echo $HOST_VIRTUAL_BUS-0050 > /sys/bus/i2c/drivers/at24/bind
15 echo $HOST_VIRTUAL_BUS-0051 > /sys/bus/i2c/drivers/at24/bind
16 echo $HOST_VIRTUAL_BUS-0054 > /sys/bus/i2c/drivers/at24/bind
/openbmc/u-boot/include/linux/usb/
H A Dcomposite.h43 * @strings: tables of strings, keyed by identifiers assigned during bind()
46 * string identifiers assigned during @bind(). If this pointer is null,
49 * string identifiers assigned during @bind(). If this pointer is null,
53 * @bind: Before the gadget can register, all of its functions bind() to the
56 * @unbind: Reverses @bind; called as a side effect of unregistering the
73 * causes @bind() to be called so resources can be allocated as part of
101 /* REVISIT: bind() functions can be marked __init, which
104 * Related: unbind() may kfree() but bind() won't...
107 /* configuration management: bind/unbind */
108 int (*bind)(struct usb_configuration *, member
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/dhcp/files/
H A D0003-bind-Makefile.in-regenerate-configure.patch4 Subject: [PATCH] bind/Makefile.in: regenerate configure
12 bind/Makefile.in | 2 +-
15 diff --git a/bind/Makefile.in b/bind/Makefile.in
17 --- a/bind/Makefile.in
18 +++ b/bind/Makefile.in
21 echo Configuring BIND libraries for DHCP. ; \
H A D0002-bind-Makefile.in-disable-backtrace.patch4 Subject: [PATCH] bind/Makefile.in: disable backtrace
13 bind/Makefile.in | 2 +-
16 diff --git a/bind/Makefile.in b/bind/Makefile.in
18 --- a/bind/Makefile.in
19 +++ b/bind/Makefile.in
/openbmc/u-boot/include/dm/
H A Droot.h34 * dm_scan_platdata() - Scan all platform data and bind drivers
38 * @pre_reloc_only: If true, bind only drivers with the DM_FLAG_PRE_RELOC
39 * flag. If false bind all drivers.
45 * dm_scan_fdt() - Scan the device tree and bind drivers
51 * @pre_reloc_only: If true, bind only nodes with special devicetree properties,
52 * or drivers with the DM_FLAG_PRE_RELOC flag. If false bind all drivers.
58 * dm_extended_scan_fdt() - Scan the device tree and bind drivers
65 * @pre_reloc_only: If true, bind only nodes with special devicetree properties,
66 * or drivers with the DM_FLAG_PRE_RELOC flag. If false bind all drivers.
79 * @pre_reloc_only: If true, bind only nodes with special devicetree properties,
[all …]
H A Dlists.h36 * lists_bind_drivers() - search for and bind all drivers to parent
42 * @pre_reloc_only: If true, bind only drivers with the DM_FLAG_PRE_RELOC flag.
43 * If false bind all drivers.
48 * lists_bind_fdt() - bind a device tree node
54 * @node: device tree node to bind
56 * @pre_reloc_only: If true, bind only nodes with special devicetree properties,
57 * or drivers with the DM_FLAG_PRE_RELOC flag. If false bind all drivers.
65 * device_bind_driver() - bind a device to a driver
78 * device_bind_driver_to_node() - bind a device to a driver for a node
/openbmc/openbmc/poky/bitbake/bin/
H A Dbitbake-hashserv32 The bind address may take one of the following formats:
33 unix://PATH - Bind to unix domain socket at PATH
34 ws://ADDRESS:PORT - Bind to websocket on ADDRESS:PORT
35 ADDRESS:PORT - Bind to raw TCP socket on ADDRESS:PORT
37 To bind to all addresses, leave the ADDRESS empty, e.g. "--bind :8686" or
38 "--bind ws://:8686". To bind to a specific IPv6 address, enclose the address in
39 "[]", e.g. "--bind [::1]:8686" or "--bind ws://[::1]:8686"
74 "--bind",
76 help='Bind address (default $HASHSERVER_BIND, "%(default)s")',
131 … help="Enable SO_REUSEPORT, allowing multiple servers to bind to the same port for load balancing",
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/
H A D0001-inputdrivers-Correct-the-signature-of-bind-call-on-m.patch4 Subject: [PATCH] inputdrivers: Correct the signature of bind() call on musl
9 …tdrivers/linux_input/linux_input.c:1551:27: error: passing argument 2 of 'bind' from incompatible …
10 1551 | rt = bind(socket_fd, &sock_addr,
29 - rt = bind(socket_fd, &sock_addr,
30 + rt = bind(socket_fd, (struct sockaddr *)&sock_addr,
33 D_PERROR( "DirectFB/linux_input: bind() failed: %s\n",
/openbmc/openbmc/meta-facebook/meta-catalina/recipes-catalina/plat-svc/
H A Dplat-svc_0.1.bb43 file://osfp-eeprom-driver-bind \
44 file://osfp-eeprom-driver-bind.service \
49 osfp-eeprom-driver-bind.service \
56 install -m 0755 ${UNPACKDIR}/osfp-eeprom-driver-bind ${PLATSVC_LIBEXECDIR}
63 file://backend-nic-driver-bind \
64 file://backend-nic-driver-bind.service \
70 backend-nic-driver-bind.service \
77 install -m 0755 ${UNPACKDIR}/backend-nic-driver-bind ${PLATSVC_LIBEXECDIR}
/openbmc/u-boot/cmd/
H A Dbind.c42 printf("Unable to bind. err:%d\n", ret); in bind_by_class_index()
156 printf("Unable to bind. err:%d\n", ret); in bind_by_node_path()
201 bool bind; in do_bind_unbind() local
207 bind = (argv[0][0] == 'b'); in do_bind_unbind()
210 if (by_node && bind) { in do_bind_unbind()
214 } else if (by_node && !bind) { in do_bind_unbind()
218 } else if (!by_node && bind) { in do_bind_unbind()
224 } else if (!by_node && !bind) { in do_bind_unbind()
243 bind, 4, 0, do_bind_unbind,
244 "Bind a device to a driver",
[all …]
/openbmc/u-boot/test/py/tests/test_fs/
H A Dtest_unlink.py24 'host bind 0 %s' % fs_img,
40 output = u_boot_console.run_command('host bind 0 %s' % fs_img)
59 'host bind 0 %s' % fs_img,
70 'host bind 0 %s' % fs_img,
86 'host bind 0 %s' % fs_img,
97 'host bind 0 %s' % fs_img,
108 'host bind 0 %s' % fs_img,
/openbmc/openbmc/meta-ibm/recipes-phosphor/chassis/
H A Dvrm-control.bb14 SRC_URI:append:ibm-ac-server = " file://ir35221-unbind-bind.sh"
19 install -m 0755 ${UNPACKDIR}/ir35221-unbind-bind.sh ${D}${bindir}/ir35221-unbind-bind.sh
28 TMPL_ON_IRBIND = "ir35221-on-bind@.service"
29 INSTFMT_ON_IRBIND = "ir35221-on-bind@{0}.service"
/openbmc/openbmc/meta-facebook/meta-catalina/recipes-catalina/plat-svc/files/
H A Dosfp-eeprom-driver-bind.service2 Description=Bind OSFP FRU EEPROM driver
8 ExecStart=/usr/libexec/plat-svc/osfp-eeprom-driver-bind
9 SyslogIdentifier=osfp-eeprom-driver-bind
H A Dbackend-nic-driver-bind.service2 Description=Bind backend NIC thermal driver
8 ExecStart=/usr/libexec/plat-svc/backend-nic-driver-bind
9 SyslogIdentifier=backend-nic-driver-bind

12345678910>>...38