Home
last modified time | relevance | path

Searched refs:doit (Results 1 - 25 of 176) sorted by relevance

12345678

/kernel/linux/linux-6.6/net/devlink/
H A Dnetlink.c262 .doit = devlink_nl_cmd_port_set_doit,
268 .doit = devlink_nl_cmd_rate_set_doit,
273 .doit = devlink_nl_cmd_rate_new_doit,
278 .doit = devlink_nl_cmd_rate_del_doit,
284 .doit = devlink_nl_cmd_port_split_doit,
291 .doit = devlink_nl_cmd_port_unsplit_doit,
297 .doit = devlink_nl_cmd_port_new_doit,
302 .doit = devlink_nl_cmd_port_del_doit,
309 .doit = devlink_nl_cmd_linecard_set_doit,
315 .doit
[all...]
H A Dnetlink_gen.c216 .doit = devlink_nl_get_doit,
232 .doit = devlink_nl_port_get_doit,
249 .doit = devlink_nl_sb_get_doit,
266 .doit = devlink_nl_sb_pool_get_doit,
283 .doit = devlink_nl_sb_port_pool_get_doit,
300 .doit = devlink_nl_sb_tc_pool_bind_get_doit,
317 .doit = devlink_nl_param_get_doit,
334 .doit = devlink_nl_region_get_doit,
351 .doit = devlink_nl_info_get_doit,
367 .doit
[all...]
/kernel/linux/linux-5.10/net/tipc/
H A Dnetlink.c155 .doit = tipc_nl_bearer_disable,
160 .doit = tipc_nl_bearer_enable,
165 .doit = tipc_nl_bearer_get,
171 .doit = tipc_nl_bearer_add,
176 .doit = tipc_nl_bearer_set,
194 .doit = tipc_nl_node_get_link,
200 .doit = tipc_nl_node_set_link,
205 .doit = tipc_nl_node_reset_link_stats,
210 .doit = tipc_nl_media_get,
216 .doit
[all...]
H A Dnetlink_compat.c72 int (*doit)(struct sk_buff *skb, struct genl_info *info); member
372 err = (*cmd->doit)(doit_buf, &info); in __tipc_nl_compat_doit()
825 cmd->doit = &__tipc_nl_media_set; in tipc_nl_compat_link_set()
831 cmd->doit = &__tipc_nl_bearer_set; in tipc_nl_compat_link_set()
1195 struct tipc_nl_compat_cmd_doit doit; in tipc_nl_compat_handle() local
1198 memset(&doit, 0, sizeof(doit)); in tipc_nl_compat_handle()
1213 doit.doit = __tipc_nl_bearer_enable; in tipc_nl_compat_handle()
1214 doit in tipc_nl_compat_handle()
[all...]
/kernel/linux/linux-6.6/net/tipc/
H A Dnetlink.c155 .doit = tipc_nl_bearer_disable,
160 .doit = tipc_nl_bearer_enable,
165 .doit = tipc_nl_bearer_get,
171 .doit = tipc_nl_bearer_add,
176 .doit = tipc_nl_bearer_set,
194 .doit = tipc_nl_node_get_link,
200 .doit = tipc_nl_node_set_link,
205 .doit = tipc_nl_node_reset_link_stats,
210 .doit = tipc_nl_media_get,
216 .doit
[all...]
H A Dnetlink_compat.c73 int (*doit)(struct sk_buff *skb, struct genl_info *info); member
371 err = (*cmd->doit)(doit_buf, &info); in __tipc_nl_compat_doit()
824 cmd->doit = &__tipc_nl_media_set; in tipc_nl_compat_link_set()
830 cmd->doit = &__tipc_nl_bearer_set; in tipc_nl_compat_link_set()
1194 struct tipc_nl_compat_cmd_doit doit; in tipc_nl_compat_handle() local
1197 memset(&doit, 0, sizeof(doit)); in tipc_nl_compat_handle()
1212 doit.doit = __tipc_nl_bearer_enable; in tipc_nl_compat_handle()
1213 doit in tipc_nl_compat_handle()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DCasting.h57 static inline bool doit(const From &Val) { in doit() function
66 static inline bool doit(const From &) { return true; } in doit() function
70 static inline bool doit(const From &Val) { in doit() function
71 return isa_impl<To, From>::doit(Val); in doit()
76 static inline bool doit(const From &Val) { in doit() function
77 return isa_impl<To, From>::doit(Val); in doit()
83 static inline bool doit(const std::unique_ptr<From> &Val) { in doit() function
85 return isa_impl_cl<To, From>::doit(*Val); in doit()
90 static inline bool doit(const From *Val) { in doit() function
92 return isa_impl<To, From>::doit(*Va in doit()
97 static inline bool doit(const From *Val) { doit() function
104 static inline bool doit(const From *Val) { doit() function
111 static inline bool doit(const From *Val) { doit() function
121 static bool doit(const From &Val) { doit() function
131 static bool doit(const FromTy &Val) { doit() function
218 static typename cast_retty<To, From>::ret_type doit(From &Val) { doit() function
227 static typename cast_retty<To, FromTy>::ret_type doit(const FromTy &Val) { doit() function
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DCasting.h55 static inline bool doit(const From &Val) { in doit() function
64 static inline bool doit(const From &) { return true; } in doit() function
68 static inline bool doit(const From &Val) { in doit() function
69 return isa_impl<To, From>::doit(Val); in doit()
74 static inline bool doit(const From &Val) { in doit() function
75 return isa_impl<To, From>::doit(Val); in doit()
80 static inline bool doit(const From *Val) { in doit() function
82 return isa_impl<To, From>::doit(*Val); in doit()
87 static inline bool doit(const From *Val) { in doit() function
89 return isa_impl<To, From>::doit(*Va in doit()
94 static inline bool doit(const From *Val) { doit() function
101 static inline bool doit(const From *Val) { doit() function
111 static bool doit(const From &Val) { doit() function
121 static bool doit(const FromTy &Val) { doit() function
190 static typename cast_retty<To, From>::ret_type doit(From &Val) { doit() function
199 static typename cast_retty<To, FromTy>::ret_type doit(const FromTy &Val) { doit() function
[all...]
/third_party/python/Lib/test/
H A Dsortperf.py59 def doit(L): function
93 doit(L) # *sort
95 doit(L) # \sort
96 doit(L) # /sort
103 doit(L) # 3sort
108 doit(L) # +sort
113 doit(L) # %sort
122 doit(L) # ~sort
127 doit(L) # =sort
139 doit(
[all...]
/third_party/icu/tools/release/c/
H A Duconfigtest.sh210 doit() function
232 # Each one sets a NAME, and CPPFLAGS or other flags, and calls doit
241 doit
257 doit ${USE_PREBUILT_DATA}
268 doit
279 doit
290 doit
301 doit
312 doit
323 doit
[all...]
/third_party/rust/crates/bindgen/bindgen/
H A Dlib.rs803 pub fn generate_comments(mut self, doit: bool) -> Self { in generate_comments()
804 self.options.generate_comments = doit; in generate_comments()
835 pub fn allowlist_recursively(mut self, doit: bool) -> Self { in allowlist_recursively()
836 self.options.allowlist_recursively = doit; in allowlist_recursively()
842 pub fn objc_extern_crate(mut self, doit: bool) -> Self { in objc_extern_crate()
843 self.options.objc_extern_crate = doit; in objc_extern_crate()
848 pub fn generate_block(mut self, doit: bool) -> Self { in generate_block()
849 self.options.generate_block = doit; in generate_block()
855 pub fn block_extern_crate(mut self, doit: bool) -> Self { in block_extern_crate()
856 self.options.block_extern_crate = doit; in block_extern_crate()
[all...]
/kernel/linux/linux-6.6/net/smc/
H A Dsmc_netlink.c85 .doit = smc_nl_add_ueid,
91 .doit = smc_nl_remove_ueid,
97 .doit = smc_nl_flush_ueid,
107 .doit = smc_nl_enable_seid,
112 .doit = smc_nl_disable_seid,
122 .doit = smc_nl_enable_hs_limitation,
127 .doit = smc_nl_disable_hs_limitation,
/third_party/alsa-utils/alsactl/
H A Dstate.c679 static int config_bool(snd_config_t *n, int doit) in config_bool() argument
703 if (!force_restore || !doit) in config_bool()
706 return config_bool(n, doit); in config_bool()
718 snd_ctl_elem_info_t *info, int doit) in config_enumerated()
739 if (!force_restore || !doit) in config_enumerated()
742 return config_enumerated(n, handle, info, doit); in config_enumerated()
761 static int config_integer(snd_config_t *n, long *val, int doit) in config_integer() argument
764 if (err < 0 && force_restore && doit) { in config_integer()
768 return config_integer(n, val, doit); in config_integer()
773 static int config_integer64(snd_config_t *n, long long *val, int doit) in config_integer64() argument
717 config_enumerated(snd_config_t *n, snd_ctl_t *handle, snd_ctl_elem_info_t *info, int doit) config_enumerated() argument
1027 convert_to_new_db(snd_config_t *value, long omin, long omax, long nmin, long nmax, long odbmin, long odbmax, snd_config_t *comment, const char *index, snd_ctl_t *device, snd_ctl_elem_id_t *id, int doit) convert_to_new_db() argument
1063 check_comment_range(snd_ctl_t *handle, snd_config_t *conf, snd_ctl_elem_info_t *info, snd_config_t *value, int doit) check_comment_range() argument
1128 restore_config_value(snd_ctl_t *handle, snd_ctl_elem_info_t *info, snd_ctl_elem_type_t type, snd_config_t *value, snd_ctl_elem_value_t *ctl, int idx, int doit) restore_config_value() argument
1177 restore_config_value2(snd_ctl_t *handle, snd_ctl_elem_info_t *info, snd_ctl_elem_type_t type, snd_config_t *value, snd_ctl_elem_value_t *ctl, int idx, unsigned int numid, int doit) restore_config_value2() argument
1204 set_control(snd_ctl_t *handle, snd_config_t *control, int *maxnumid, int doit) set_control() argument
1481 set_controls(int card, snd_config_t *top, int doit) set_controls() argument
[all...]
/kernel/linux/linux-6.6/net/ethtool/
H A Dnetlink.c369 /* default ->doit() handler for GET type requests */
544 * same parser as for non-dump (doit) requests is used, it in ethnl_default_start()
785 .doit = ethnl_default_doit,
794 .doit = ethnl_default_doit,
804 .doit = ethnl_default_set_doit,
810 .doit = ethnl_default_doit,
820 .doit = ethnl_default_set_doit,
826 .doit = ethnl_default_doit,
835 .doit = ethnl_default_doit,
845 .doit
[all...]
/kernel/linux/linux-5.10/net/ethtool/
H A Dnetlink.c308 /* default ->doit() handler for GET type requests */
506 * same parser as for non-dump (doit) requests is used, it in ethnl_default_start()
692 .doit = ethnl_default_doit,
701 .doit = ethnl_default_doit,
711 .doit = ethnl_set_linkinfo,
717 .doit = ethnl_default_doit,
727 .doit = ethnl_set_linkmodes,
733 .doit = ethnl_default_doit,
742 .doit = ethnl_default_doit,
752 .doit
[all...]
/kernel/linux/linux-5.10/drivers/nfc/st-nci/
H A Dvendor_cmds.c383 .doit = st_nci_factory_mode,
388 .doit = st_nci_hci_clear_all_pipes,
393 .doit = st_nci_hci_dm_put_data,
398 .doit = st_nci_hci_dm_update_aid,
403 .doit = st_nci_hci_dm_get_info,
408 .doit = st_nci_hci_dm_get_data,
413 .doit = st_nci_hci_dm_direct_load,
418 .doit = st_nci_hci_dm_reset,
423 .doit = st_nci_hci_get_param,
428 .doit
[all...]
/kernel/linux/linux-6.6/drivers/nfc/st-nci/
H A Dvendor_cmds.c378 .doit = st_nci_factory_mode,
383 .doit = st_nci_hci_clear_all_pipes,
388 .doit = st_nci_hci_dm_put_data,
393 .doit = st_nci_hci_dm_update_aid,
398 .doit = st_nci_hci_dm_get_info,
403 .doit = st_nci_hci_dm_get_data,
408 .doit = st_nci_hci_dm_direct_load,
413 .doit = st_nci_hci_dm_reset,
418 .doit = st_nci_hci_get_param,
423 .doit
[all...]
/kernel/linux/linux-5.10/drivers/nfc/st21nfca/
H A Dvendor_cmds.c302 .doit = st21nfca_factory_mode,
307 .doit = st21nfca_hci_clear_all_pipes,
312 .doit = st21nfca_hci_dm_put_data,
317 .doit = st21nfca_hci_dm_update_aid,
322 .doit = st21nfca_hci_dm_get_info,
327 .doit = st21nfca_hci_dm_get_data,
332 .doit = st21nfca_hci_dm_load,
337 .doit = st21nfca_hci_dm_reset,
342 .doit = st21nfca_hci_get_param,
347 .doit
[all...]
/kernel/linux/linux-6.6/drivers/nfc/st21nfca/
H A Dvendor_cmds.c302 .doit = st21nfca_factory_mode,
307 .doit = st21nfca_hci_clear_all_pipes,
312 .doit = st21nfca_hci_dm_put_data,
317 .doit = st21nfca_hci_dm_update_aid,
322 .doit = st21nfca_hci_dm_get_info,
327 .doit = st21nfca_hci_dm_get_data,
332 .doit = st21nfca_hci_dm_load,
337 .doit = st21nfca_hci_dm_reset,
342 .doit = st21nfca_hci_get_param,
347 .doit
[all...]
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dgentests.sh67 doit(){ function
90 doit "$ct" "$bd"
94 doit "gray" "16"
100 doit "$ct" "$bd"
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DValue.h710 static inline bool doit(const Value &Val) { in doit() function
717 static inline bool doit(const Value &Val) { in doit() function
724 static inline bool doit(const Value &Val) { in doit() function
731 static inline bool doit (const Value &Val) { in doit() function
737 static inline bool doit(const Value &Val) { in doit() function
743 static inline bool doit(const Value &Val) { in doit() function
749 static inline bool doit(const Value &Val) { in doit() function
755 static inline bool doit(const Value &Val) { in doit() function
761 static inline bool doit(const Value &Val) { in doit() function
767 static inline bool doit(cons function
773 static inline bool doit(const Value &Val) { doit() function
779 static inline bool doit(const Value &Val) { doit() function
785 static inline bool doit(const Value &Val) { doit() function
791 static inline bool doit(const Value &Val) { doit() function
[all...]
/third_party/mbedtls/scripts/
H A Dfootprint.sh50 doit() function
103 doit default include/mbedtls/mbedtls_config.h
104 doit thread configs/config-thread.h
105 doit suite-b configs/config-suite-b.h
106 doit psk configs/config-ccm-psk-tls1_2.h
/kernel/linux/linux-5.10/net/ipv6/ila/
H A Dila_main.c20 .doit = ila_xlat_nl_cmd_add_mapping,
26 .doit = ila_xlat_nl_cmd_del_mapping,
32 .doit = ila_xlat_nl_cmd_flush,
38 .doit = ila_xlat_nl_cmd_get_mapping,
/kernel/linux/linux-6.6/net/ipv6/ila/
H A Dila_main.c19 .doit = ila_xlat_nl_cmd_add_mapping,
25 .doit = ila_xlat_nl_cmd_del_mapping,
31 .doit = ila_xlat_nl_cmd_flush,
37 .doit = ila_xlat_nl_cmd_get_mapping,
/third_party/libunwind/libunwind/tests/
H A DGtest-concurrent.c84 doit (void) in doit() function
115 doit (); in main()
120 doit (); in main()
125 doit (); in main()

Completed in 17 milliseconds

12345678