Home
last modified time | relevance | path

Searched refs:is_set (Results 1 – 25 of 27) sorted by relevance

12

/openbmc/boost-dbus/include/dbus/
H A Derror.hpp56 if (is_set()) { in ~error()
61 bool is_set() const { return dbus_error_is_set(&error_); } in is_set() function in dbus::error
73 return boost::system::error_code(is_set(), get_dbus_category()); in error_code()
82 if (is_set()) throw system_error(); in throw_if_set()
/openbmc/linux/net/bpfilter/
H A Dbpfilter_kern.c64 bool is_set) in bpfilter_process_sockopt() argument
67 .is_set = is_set, in bpfilter_process_sockopt()
H A Dmsgfmt.h8 __u32 is_set; member
H A Dmain.c44 reply.status = req.is_set ? in loop()
/openbmc/linux/net/sunrpc/
H A Drpcb_clnt.c403 …b_register_call(struct sunrpc_net *sn, struct rpc_clnt *clnt, struct rpc_message *msg, bool is_set) in rpcb_register_call() argument
408 if (is_set || !sn->rpcb_is_af_local) in rpcb_register_call()
466 bool is_set = false; in rpcb_register() local
473 is_set = true; in rpcb_register()
476 return rpcb_register_call(sn, sn->rpcb_local_clnt, &msg, is_set); in rpcb_register()
489 bool is_set = false; in rpcb_register_inet4() local
497 is_set = true; in rpcb_register_inet4()
500 result = rpcb_register_call(sn, sn->rpcb_local_clnt4, msg, is_set); in rpcb_register_inet4()
515 bool is_set = false; in rpcb_register_inet6() local
523 is_set = true; in rpcb_register_inet6()
[all …]
/openbmc/linux/net/ipv4/bpfilter/
H A Dsockopt.c16 unsigned int optlen, bool is_set) in bpfilter_mbox_request() argument
39 err = bpfilter_ops.sockopt(sk, optname, optval, optlen, is_set); in bpfilter_mbox_request()
/openbmc/linux/drivers/usb/gadget/udc/aspeed-vhub/
H A Ddev.c110 bool is_set) in ast_vhub_dev_feature() argument
115 is_set ? "SET" : "CLEAR", wValue); in ast_vhub_dev_feature()
118 d->wakeup_en = is_set; in ast_vhub_dev_feature()
135 u16 wIndex, u16 wValue, bool is_set) in ast_vhub_ep_feature() argument
142 is_set ? "SET" : "CLEAR", ep_num, wValue); in ast_vhub_ep_feature()
159 is_set ? "setting" : "clearing", ep_num); in ast_vhub_ep_feature()
160 ep->epn.stalled = is_set; in ast_vhub_ep_feature()
H A Dhub.c212 bool is_set) in ast_vhub_hub_dev_feature() argument
217 is_set ? "SET" : "CLEAR", wValue); in ast_vhub_hub_dev_feature()
220 ep->vhub->wakeup_en = is_set; in ast_vhub_hub_dev_feature()
222 is_set ? "enabled" : "disabled"); in ast_vhub_hub_dev_feature()
240 bool is_set) in ast_vhub_hub_ep_feature() argument
247 is_set ? "SET" : "CLEAR", ep_num, wValue); in ast_vhub_hub_ep_feature()
257 is_set ? "setting" : "clearing"); in ast_vhub_hub_ep_feature()
259 ep->vhub->ep1_stalled = is_set; in ast_vhub_hub_ep_feature()
261 if (is_set) { in ast_vhub_hub_ep_feature()
/openbmc/linux/tools/bpf/resolve_btfids/
H A Dmain.c109 bool is_set; member
502 id->is_set = true; in symbols_collect()
620 if (!id->id && !id->is_set && !id->is_set8) in id_patch()
690 if (id->is_set) { in sets_patch()
722 off, id->is_set ? set->cnt : set8->cnt, id->name); in sets_patch()
/openbmc/linux/drivers/pinctrl/pxa/
H A Dpinctrl-pxa2xx.c215 int i, is_set = 0; in pxa2xx_pconf_group_set() local
221 is_set = pinconf_to_config_argument(configs[i]); in pxa2xx_pconf_group_set()
229 pin, is_set); in pxa2xx_pconf_group_set()
233 val = (val & ~BIT(pin % 32)) | (is_set ? BIT(pin % 32) : 0); in pxa2xx_pconf_group_set()
/openbmc/linux/include/linux/
H A Dbpfilter.h20 unsigned int optlen, bool is_set);
/openbmc/qemu/target/arm/
H A Dsyndrome.h358 static inline uint32_t syn_mop(bool is_set, bool is_setg, int options, in syn_mop() argument
363 (is_set << 24) | (is_setg << 23) | (options << 19) | in syn_mop()
/openbmc/qemu/tests/unit/
H A Dtest-hbitmap.c674 int is_set = test_bit(i, (unsigned long *)buf); in hbitmap_test_serialize_range() local
676 g_assert(is_set); in hbitmap_test_serialize_range()
678 g_assert(!is_set); in hbitmap_test_serialize_range()
691 int is_set = hbitmap_get(data->hb, i); in hbitmap_test_serialize_range() local
693 g_assert(is_set); in hbitmap_test_serialize_range()
695 g_assert(!is_set); in hbitmap_test_serialize_range()
/openbmc/linux/drivers/block/drbd/
H A Ddrbd_debugfs.c34 bool is_set, char *sep, const char *set_name, const char *unset_name) in __seq_print_rq_state_bit() argument
36 if (is_set && set_name) { in __seq_print_rq_state_bit()
40 } else if (!is_set && unset_name) { in __seq_print_rq_state_bit()
48 bool is_set, char *sep, const char *set_name) in seq_print_rq_state_bit() argument
50 __seq_print_rq_state_bit(m, is_set, sep, set_name, NULL); in seq_print_rq_state_bit()
/openbmc/ipmitool/lib/
H A Dipmi_mc.c49 int is_set);
1020 ipmi_sysinfo_main(struct ipmi_intf *intf, int argc, char ** argv, int is_set) in ipmi_sysinfo_main() argument
1031 else if (argc < 2 || (is_set == 1 && argc < 3)) { in ipmi_sysinfo_main()
1045 if (is_set != 0) { in ipmi_sysinfo_main()
/openbmc/linux/drivers/media/platform/samsung/exynos-gsc/
H A Dgsc-m2m.c150 bool is_set = false; in gsc_m2m_device_run() local
168 is_set = ctx->state & GSC_CTX_STOP_REQ; in gsc_m2m_device_run()
169 if (is_set) { in gsc_m2m_device_run()
/openbmc/linux/drivers/clk/nxp/
H A Dclk-lpc32xx.c906 bool is_set; in lpc32xx_clk_gate_is_enabled() local
909 is_set = val & BIT(clk->bit_idx); in lpc32xx_clk_gate_is_enabled()
911 return (clk->flags & CLK_GATE_SET_TO_DISABLE ? !is_set : is_set); in lpc32xx_clk_gate_is_enabled()
/openbmc/linux/drivers/net/wireless/ath/ath5k/
H A Dreset.c68 bool is_set) in ath5k_hw_register_timeout() argument
75 if (is_set && (data & flag)) in ath5k_hw_register_timeout()
H A Dath5k.h1494 bool is_set);
/openbmc/linux/sound/soc/intel/atom/
H A Dsst-atom-controls.c570 uint i, is_set, nb_inputs = 0; in fill_swm_input() local
575 is_set = reg & BIT(i); in fill_swm_input()
576 if (!is_set) in fill_swm_input()
/openbmc/linux/drivers/usb/gadget/udc/
H A Drenesas_usbf.c2297 bool is_set) in usbf_req_clear_set_feature() argument
2316 udc->is_remote_wakeup = is_set; in usbf_req_clear_set_feature()
2327 if ((ep->id == 0) && is_set) { in usbf_req_clear_set_feature()
2334 if (ep->is_wedged && !is_set) { in usbf_req_clear_set_feature()
2340 usbf_ep_stall(ep, is_set); in usbf_req_clear_set_feature()
/openbmc/linux/drivers/i2c/busses/
H A Di2c-mlxbf.c1804 u8 slave_shift, is_set; in mlxbf_i2c_has_coalesce() local
1814 is_set = coalesce0_reg & (1 << slave_shift); in mlxbf_i2c_has_coalesce()
1816 if (!is_set) in mlxbf_i2c_has_coalesce()
/openbmc/linux/tools/lib/bpf/
H A Dlibbpf.c559 bool is_set; member
1789 ext->is_set = true; in set_kcfg_value_tri()
1820 ext->is_set = true; in set_kcfg_value_str()
1904 ext->is_set = true; in set_kcfg_value_num()
1939 if (!ext || ext->is_set) in bpf_object__process_kconfig_line()
6011 if (ext->ksym.type_id && ext->is_set) { /* typed ksyms */ in bpf_object__relocate_data()
6024 if (ext->is_set) { in bpf_object__relocate_data()
7577 if (ext->is_set && ext->ksym.addr != sym_addr) { in kallsyms_cb()
7582 if (!ext->is_set) { in kallsyms_cb()
7583 ext->is_set = true; in kallsyms_cb()
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Devent.py95 if _should_exit.is_set():
/openbmc/linux/sound/soc/intel/skylake/
H A Dskl-topology.c1327 bool is_set) in skl_tplg_multi_config_set_get() argument
1341 if (is_set && ucontrol->value.enumerated.item[0] > ec->items) in skl_tplg_multi_config_set_get()
1355 if (is_set) in skl_tplg_multi_config_set_get()

12