Home
last modified time | relevance | path

Searched refs:bind (Results 26 – 50 of 1435) sorted by relevance

12345678910>>...58

/openbmc/openbmc/poky/meta/recipes-connectivity/bind/bind/
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/webui-vue/src/store/modules/Operations/
H A DControlStore.js91 await checkForServerStatus.bind(this, 'on')();
98 await checkForServerStatus.bind(this, 'on')();
105 await checkForServerStatus.bind(this, 'on')();
112 await checkForServerStatus.bind(this, 'off')();
119 await checkForServerStatus.bind(this, 'off')();
/openbmc/openpower-occ-control/
H A Docc_device.hpp57 std::bind(std::mem_fn(&Device::errorCallback), this, in Device()
64 std::bind(std::mem_fn(&Device::timeoutCallback), this, in Device()
72 std::bind(std::mem_fn(&Device::errorCallback), this, in Device()
76 std::bind(std::mem_fn(&Device::throttleProcTempCallback), this, in Device()
80 std::bind(std::mem_fn(&Device::throttleProcPowerCallback), this, in Device()
83 std::bind(std::mem_fn(&Device::throttleMemTempCallback), in Device()
/openbmc/linux/net/sched/
H A Dact_sample.c42 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_sample_init() local
64 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_sample_init()
68 if (exists && bind) in tcf_sample_init()
73 &act_sample_ops, bind, true, flags); in tcf_sample_init()
80 tcf_idr_release(*a, bind); in tcf_sample_init()
132 tcf_idr_release(*a, bind); in tcf_sample_init()
213 int bind, int ref) in tcf_sample_dump() argument
220 .bindcnt = atomic_read(&s->tcf_bindcnt) - bind, in tcf_sample_dump()
285 u32 *index_inc, bool bind, in tcf_sample_offload_act_setup() argument
288 if (bind) { in tcf_sample_offload_act_setup()
H A Dact_skbmod.c109 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_skbmod_init() local
155 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_skbmod_init()
159 if (exists && bind) in tcf_skbmod_init()
164 tcf_idr_release(*a, bind); in tcf_skbmod_init()
172 &act_skbmod_ops, bind, true, flags); in tcf_skbmod_init()
180 tcf_idr_release(*a, bind); in tcf_skbmod_init()
224 tcf_idr_release(*a, bind); in tcf_skbmod_init()
239 int bind, int ref) in tcf_skbmod_dump() argument
250 opt.bindcnt = atomic_read(&d->tcf_bindcnt) - bind; in tcf_skbmod_dump()
H A Dact_ipt.c101 bool bind = flags & TCA_ACT_FLAGS_BIND; in __tcf_ipt_init() local
122 err = tcf_idr_check_alloc(tn, &index, a, bind); in __tcf_ipt_init()
126 if (exists && bind) in __tcf_ipt_init()
131 tcf_idr_release(*a, bind); in __tcf_ipt_init()
140 tcf_idr_release(*a, bind); in __tcf_ipt_init()
147 ret = tcf_idr_create(tn, index, est, a, ops, bind, in __tcf_ipt_init()
155 if (bind)/* dont override defaults */ in __tcf_ipt_init()
159 tcf_idr_release(*a, bind); in __tcf_ipt_init()
212 tcf_idr_release(*a, bind); in __tcf_ipt_init()
329 static int tcf_ipt_dump(struct sk_buff *skb, struct tc_action *a, int bind, in tcf_ipt_dump() argument
[all …]
H A Dact_connmark.c106 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_connmark_init() local
130 ret = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_connmark_init()
133 &act_connmark_ops, bind, flags); in tcf_connmark_init()
148 if (bind) { in tcf_connmark_init()
184 tcf_idr_release(*a, bind); in tcf_connmark_init()
191 int bind, int ref) in tcf_connmark_dump() argument
198 .bindcnt = atomic_read(&ci->tcf_bindcnt) - bind, in tcf_connmark_dump()
H A Dact_mirred.c98 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_mirred_init() local
122 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_mirred_init()
126 if (exists && bind) in tcf_mirred_init()
137 tcf_idr_release(*a, bind); in tcf_mirred_init()
151 &act_mirred_ops, bind, flags); in tcf_mirred_init()
158 tcf_idr_release(*a, bind); in tcf_mirred_init()
205 tcf_idr_release(*a, bind); in tcf_mirred_init()
356 static int tcf_mirred_dump(struct sk_buff *skb, struct tc_action *a, int bind, in tcf_mirred_dump() argument
364 .bindcnt = atomic_read(&m->tcf_bindcnt) - bind, in tcf_mirred_dump()
462 u32 *index_inc, bool bind, in tcf_mirred_offload_act_setup() argument
[all …]
H A Dact_skbedit.c123 bool bind = act_flags & TCA_ACT_FLAGS_BIND; in tcf_skbedit_init() local
207 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_skbedit_init()
211 if (exists && bind) in tcf_skbedit_init()
216 tcf_idr_release(*a, bind); in tcf_skbedit_init()
224 &act_skbedit_ops, bind, true, act_flags); in tcf_skbedit_init()
235 tcf_idr_release(*a, bind); in tcf_skbedit_init()
280 tcf_idr_release(*a, bind); in tcf_skbedit_init()
285 int bind, int ref) in tcf_skbedit_dump() argument
293 .bindcnt = atomic_read(&d->tcf_bindcnt) - bind, in tcf_skbedit_dump()
369 u32 *index_inc, bool bind, in tcf_skbedit_offload_act_setup() argument
[all …]
H A Dact_nat.c40 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_nat_init() local
61 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_nat_init()
64 bind, flags); in tcf_nat_init()
71 if (bind) in tcf_nat_init()
74 tcf_idr_release(*a, bind); in tcf_nat_init()
110 tcf_idr_release(*a, bind); in tcf_nat_init()
268 int bind, int ref) in tcf_nat_dump() argument
275 .bindcnt = atomic_read(&p->tcf_bindcnt) - bind, in tcf_nat_dump()
H A Dact_mpls.c166 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_mpls_init() local
193 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_mpls_init()
197 if (exists && bind) in tcf_mpls_init()
201 ret = tcf_idr_create(tn, index, est, a, &act_mpls_ops, bind, in tcf_mpls_init()
210 tcf_idr_release(*a, bind); in tcf_mpls_init()
317 tcf_idr_release(*a, bind); in tcf_mpls_init()
332 int bind, int ref) in tcf_mpls_dump() argument
340 .bindcnt = atomic_read(&m->tcf_bindcnt) - bind, in tcf_mpls_dump()
386 u32 *index_inc, bool bind, in tcf_mpls_offload_act_setup() argument
389 if (bind) { in tcf_mpls_offload_act_setup()
H A Dact_ctinfo.c162 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_ctinfo_init() local
213 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_ctinfo_init()
216 &act_ctinfo_ops, bind, flags); in tcf_ctinfo_init()
223 if (bind) /* don't override defaults */ in tcf_ctinfo_init()
226 tcf_idr_release(*a, bind); in tcf_ctinfo_init()
278 tcf_idr_release(*a, bind); in tcf_ctinfo_init()
283 int bind, int ref) in tcf_ctinfo_dump() argument
289 .bindcnt = atomic_read(&ci->tcf_bindcnt) - bind, in tcf_ctinfo_dump()
H A Dact_bpf.c139 int bind, int ref) in tcf_bpf_dump() argument
146 .bindcnt = atomic_read(&prog->tcf_bindcnt) - bind, in tcf_bpf_dump()
285 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_bpf_init() local
308 ret = tcf_idr_check_alloc(tn, &index, act, bind); in tcf_bpf_init()
311 &act_bpf_ops, bind, true, flags); in tcf_bpf_init()
320 if (bind) in tcf_bpf_init()
324 tcf_idr_release(*act, bind); in tcf_bpf_init()
382 tcf_idr_release(*act, bind); in tcf_bpf_init()
/openbmc/phosphor-webui/app/server-control/controllers/
H A Dvirtual-media-controller.js117 this.ws.onmessage = this._on_ws_message.bind(this);
118 this.ws.onopen = this._on_ws_open.bind(this);
119 this.ws.onclose = this._on_ws_close.bind(this);
120 this.ws.onerror = this._on_ws_error.bind(this);
373 }).bind(this);
380 }).bind(this);
392 [NBD_STATE_WAIT_CFLAGS]: this._handle_cflags.bind(this),
393 [NBD_STATE_WAIT_OPTION]: this._handle_option.bind(this),
394 [NBD_STATE_TRANSMISSION]: this._handle_cmd.bind(this),
/openbmc/linux/tools/testing/selftests/drivers/usb/usbip/
H A Dusbip_test.sh89 src/usbip bind -b $busid;
97 src/usbip bind -b $busid;
129 src/usbip bind -b $busid;
186 src/usbip bind -b $busid;
/openbmc/linux/drivers/vfio/
H A Ddevice_cdev.c60 struct vfio_device_bind_iommufd bind; in vfio_df_ioctl_bind_iommufd() local
68 if (copy_from_user(&bind, arg, minsz)) in vfio_df_ioctl_bind_iommufd()
71 if (bind.argsz < minsz || bind.flags || bind.iommufd < 0) in vfio_df_ioctl_bind_iommufd()
89 df->iommufd = iommufd_ctx_from_fd(bind.iommufd); in vfio_df_ioctl_bind_iommufd()
/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
/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/phosphor-logging/extensions/openpower-pels/
H A Dhost_notifier.cpp31 std::bind(std::mem_fn(&HostNotifier::retryTimerExpired), this)), in HostNotifier()
34 std::bind(std::mem_fn(&HostNotifier::hostFullTimerExpired), this)), in HostNotifier()
37 std::bind(std::mem_fn(&HostNotifier::hostUpTimerExpired), this)) in HostNotifier()
41 std::bind(std::mem_fn(&HostNotifier::newLogCallback), in HostNotifier()
47 std::bind(std::mem_fn(&HostNotifier::deleteLogCallback), this, in HostNotifier()
51 _repo.for_each(std::bind(std::mem_fn(&HostNotifier::addPELToQueue), this, in HostNotifier()
56 subscriptionName, std::bind(std::mem_fn(&HostNotifier::hostStateChange), in HostNotifier()
61 std::bind(std::mem_fn(&HostNotifier::commandResponse), this, in HostNotifier()
235 _hostIface->getEvent(), std::bind(std::mem_fn(&HostNotifier::dispatch), in scheduleDispatch()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/dhcp/
H A Ddhcp-relay_4.4.3p1.bb18 file://0002-bind-Makefile.in-disable-backtrace.patch \
19 file://0003-bind-Makefile.in-regenerate-configure.patch \
43 EXTRA_OECONF = "--with-bind-extra-config="${BIND_EXTRA_CONFIG}" \
71 # dhcp-relay contains a bundled "bind", thus their dev packages conflict each other
72 RCONFLICTS:${PN}-dev = "bind-dev"
/openbmc/linux/arch/x86/events/intel/
H A Dp4.c713 return bind; in p4_config_get_bind()
718 struct p4_event_bind *bind; in p4_pmu_event_map() local
824 struct p4_event_bind *bind; in p4_hw_config() local
842 if (!bind) { in p4_hw_config()
935 struct p4_pebs_bind *bind; in p4_pmu_enable_pebs() local
944 bind = &p4_pebs_bind_map[idx]; in p4_pmu_enable_pebs()
956 struct p4_event_bind *bind; in __p4_pmu_enable_event() local
959 bind = &p4_event_bind_map[idx]; in __p4_pmu_enable_event()
1227 struct p4_event_bind *bind) in p4_next_cntr() argument
1232 j = bind->cntr[thread][i]; in p4_next_cntr()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c/
H A D0001-test-cpp-server_abyss-Fix-build-with-clang-libc.patch8 rc = bind(this->fd, (struct sockaddr *)&sockAddr, sizeof(sockAddr));
23 - rc = bind(this->fd, (struct sockaddr *)&sockAddr, sizeof(sockAddr));
24 + rc = ::bind(this->fd, (struct sockaddr *)&sockAddr, sizeof(sockAddr));
/openbmc/linux/Documentation/scsi/
H A DNinjaSCSI.rst94 bind "nsp_cs"
98 bind "nsp_cs"
103 bind "nsp_cs"
108 bind "nsp_cs"
111 bind "nsp_cs"
114 bind "nsp_cs"
117 bind "nsp_cs"
/openbmc/phosphor-fan-presence/monitor/
H A Dmain.cpp79 phosphor::fan::JsonConfig config(std::bind(&System::start, &system)); in main()
84 std::bind(&System::sighupHandler, in main()
92 std::bind(&System::dumpDebugData, &system, std::placeholders::_1, in main()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-fsl-mc1 What: /sys/bus/fsl-mc/drivers/.../bind
6 the driver to attempt to bind to the device found at
12 # echo dpni.2 > /sys/bus/fsl-mc/drivers/fsl_dpaa2_eth/bind

12345678910>>...58