Home
last modified time | relevance | path

Searched refs:bind (Results 1 – 25 of 774) sorted by relevance

12345678910>>...31

/openbmc/openbmc/poky/meta/recipes-connectivity/bind/
H A Dbind_9.20.8.bb2 HOMEPAGE = "https://www.isc.org/bind/"
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"
56 INITSCRIPT_NAME = "bind"
[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/openbmc/meta-openembedded/meta-oe/recipes-security/nmap/files/
H A D0002-Fix-building-with-libc.patch21 - 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));
39 - if( bind(master_sd, (struct sockaddr *)&server_addr4, sizeof(server_addr4)) != 0 ){
40 + if( ::bind(master_sd, (struct sockaddr *)&server_addr4, sizeof(server_addr4)) != 0 ){
41 …nping_warning(QT_3, "Failed to bind to source address %s. Trying to bind to port %d...", IPtoa(ser…
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/nmap/nmap-7.92/
H A D0004-Fix-building-with-libc.patch21 - 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));
39 - if( bind(master_sd, (struct sockaddr *)&server_addr4, sizeof(server_addr4)) != 0 ){
40 + if( ::bind(master_sd, (struct sockaddr *)&server_addr4, sizeof(server_addr4)) != 0 ){
41 …nping_warning(QT_3, "Failed to bind to source address %s. Trying to bind to port %d...", IPtoa(ser…
[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
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/openbmc/poky/meta/recipes-connectivity/bind/bind/
H A Dgenerate-rndc-key.sh3 if [ ! -s /etc/bind/rndc.key ]; then
6 chown root:bind /etc/bind/rndc.key
7 chmod 0640 /etc/bind/rndc.key
H A Dconf.patch4 Subject: [PATCH] bind: add new recipe
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";
204 + file "/etc/bind/db.local";
209 + file "/etc/bind/db.127";
214 + file "/etc/bind/db.0";
219 + file "/etc/bind/db.255";
235 +include "/etc/bind/named.conf.local";
248 +//include "/etc/bind/zones.rfc1918";
[all …]
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…
H A Dbind-ensure-searching-for-json-headers-searches-sysr.patch4 Subject: [PATCH] bind: ensure searching for json headers searches sysroot
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
/openbmc/phosphor-fan-presence/presence/
H A Deeprom_device.hpp47 std::bind(std::mem_fn(&EEPROMDevice::bindTimerExpired), this)) in EEPROMDevice()
53 void bind() in bind() function in phosphor::fan::presence::EEPROMDevice
80 std::ofstream bind{bindPath}; in bindTimerExpired() local
81 if (bind.good()) in bindTimerExpired()
85 bind << address; in bindTimerExpired()
88 if (bind.fail()) in bindTimerExpired()
/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/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/u-boot/arch/arm/mach-rockchip/rk3288/
H A Dsyscon_rk3288.c39 .bind = rk3288_syscon_bind_of_platdata,
46 .bind = rk3288_syscon_bind_of_platdata,
53 .bind = rk3288_syscon_bind_of_platdata,
60 .bind = rk3288_syscon_bind_of_platdata,
/openbmc/u-boot/arch/arm/mach-rockchip/rk3368/
H A Dsyscon_rk3368.c44 .bind = rk3368_syscon_bind_of_platdata,
51 .bind = rk3368_syscon_bind_of_platdata,
58 .bind = rk3368_syscon_bind_of_platdata,
65 .bind = rk3368_syscon_bind_of_platdata,
/openbmc/u-boot/arch/arm/mach-rockchip/rk3399/
H A Dsyscon_rk3399.c38 .bind = rk3399_syscon_bind_of_platdata,
45 .bind = rk3399_syscon_bind_of_platdata,
52 .bind = rk3399_syscon_bind_of_platdata,
59 .bind = rk3399_syscon_bind_of_platdata,
/openbmc/phosphor-rest-server/servers/gevent/
H A Dphosphor-gevent81 bind = gevent.socket.fromfd(FIRST_SYSTEMD_SOCKET_FD,
86 bind = ('', 443)
88 bind = ('', 80)
93 server = WSGIServer( bind, app, **kw )
/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/u-boot/cmd/
H A Dbind.c201 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,
/openbmc/u-boot/test/dm/
H A Dtest-driver.c78 .bind = test_bind,
89 .bind = test_bind,
143 .bind = test_manual_bind,
153 .bind = test_manual_bind,
164 .bind = test_manual_bind,
/openbmc/openpower-occ-control/
H A Docc_device.hpp57 std::bind(std::mem_fn(&Device::errorCallback), this, in Device()
63 std::bind(std::mem_fn(&Device::timeoutCallback), this, in Device()
67 std::bind(std::mem_fn(&Device::errorCallback), this, in Device()
71 std::bind(std::mem_fn(&Device::throttleProcTempCallback), this, in Device()
75 std::bind(std::mem_fn(&Device::throttleProcPowerCallback), this, in Device()
78 std::bind(std::mem_fn(&Device::throttleMemTempCallback), in Device()
/openbmc/u-boot/arch/arm/mach-rockchip/rk3188/
H A Dsyscon_rk3188.c38 .bind = rk3188_syscon_bind_of_platdata,
45 .bind = rk3188_syscon_bind_of_platdata,
52 .bind = rk3188_syscon_bind_of_platdata,
/openbmc/openbmc/meta-ibm/recipes-phosphor/chassis/vrm-control/
H A Dir35221-on-bind@.service2 Description=Power on bind ir35221 device driver devs
10 ExecStart=/usr/bin/ir35221-unbind-bind.sh bind

12345678910>>...31