/linux-4.1.27/net/tipc/ |
D | netlink.c | 73 .doit = tipc_nl_bearer_disable, 78 .doit = tipc_nl_bearer_enable, 83 .doit = tipc_nl_bearer_get, 89 .doit = tipc_nl_bearer_set, 104 .doit = tipc_nl_link_get, 110 .doit = tipc_nl_link_set, 115 .doit = tipc_nl_link_reset_stats, 120 .doit = tipc_nl_media_get, 126 .doit = tipc_nl_media_set, 141 .doit = tipc_nl_net_set,
|
D | netlink_compat.c | 70 int (*doit)(struct sk_buff *skb, struct genl_info *info); member 312 err = (*cmd->doit)(doit_buf, &info); in __tipc_nl_compat_doit() 905 struct tipc_nl_compat_cmd_doit doit; in tipc_nl_compat_handle() local 908 memset(&doit, 0, sizeof(doit)); in tipc_nl_compat_handle() 923 doit.doit = tipc_nl_bearer_enable; in tipc_nl_compat_handle() 924 doit.transcode = tipc_nl_compat_bearer_enable; in tipc_nl_compat_handle() 925 return tipc_nl_compat_doit(&doit, msg); in tipc_nl_compat_handle() 928 doit.doit = tipc_nl_bearer_disable; in tipc_nl_compat_handle() 929 doit.transcode = tipc_nl_compat_bearer_disable; in tipc_nl_compat_handle() 930 return tipc_nl_compat_doit(&doit, msg); in tipc_nl_compat_handle() [all …]
|
/linux-4.1.27/include/math-emu/ |
D | op-4.h | 239 #define _FP_MUL_MEAT_4_wide(wfracbits, R, X, Y, doit) \ argument 244 doit(_FP_FRAC_WORD_8(_z,1), _FP_FRAC_WORD_8(_z,0), X##_f[0], Y##_f[0]); \ 245 doit(_b_f1, _b_f0, X##_f[0], Y##_f[1]); \ 246 doit(_c_f1, _c_f0, X##_f[1], Y##_f[0]); \ 247 doit(_d_f1, _d_f0, X##_f[1], Y##_f[1]); \ 248 doit(_e_f1, _e_f0, X##_f[0], Y##_f[2]); \ 249 doit(_f_f1, _f_f0, X##_f[2], Y##_f[0]); \ 268 doit(_b_f1, _b_f0, X##_f[0], Y##_f[3]); \ 269 doit(_c_f1, _c_f0, X##_f[3], Y##_f[0]); \ 270 doit(_d_f1, _d_f0, X##_f[1], Y##_f[2]); \ [all …]
|
D | op-2.h | 241 #define _FP_MUL_MEAT_2_wide(wfracbits, R, X, Y, doit) \ argument 245 doit(_FP_FRAC_WORD_4(_z,1), _FP_FRAC_WORD_4(_z,0), X##_f0, Y##_f0); \ 246 doit(_b_f1, _b_f0, X##_f0, Y##_f1); \ 247 doit(_c_f1, _c_f0, X##_f1, Y##_f0); \ 248 doit(_FP_FRAC_WORD_4(_z,3), _FP_FRAC_WORD_4(_z,2), X##_f1, Y##_f1); \ 271 #define _FP_MUL_MEAT_2_wide_3mul(wfracbits, R, X, Y, doit) \ argument 281 doit(_d, _FP_FRAC_WORD_4(_z,0), X##_f0, Y##_f0); \ 282 doit(_FP_FRAC_WORD_4(_z,2), _FP_FRAC_WORD_4(_z,1), _b_f0, _b_f1); \ 283 doit(_c_f1, _c_f0, X##_f1, Y##_f1); \
|
D | op-1.h | 138 #define _FP_MUL_MEAT_1_wide(wfracbits, R, X, Y, doit) \ argument 141 doit(_Z_f1, _Z_f0, X##_f, Y##_f); \ 189 #define _FP_DIV_MEAT_1_imm(fs, R, X, Y, doit) \ argument 195 doit(_q, _r, X##_f, Y##_f); \
|
/linux-4.1.27/net/ieee802154/ |
D | nl802154.c | 890 .doit = nl802154_get_wpan_phy, 900 .doit = nl802154_get_interface, 909 .doit = nl802154_new_interface, 917 .doit = nl802154_del_interface, 925 .doit = nl802154_set_channel, 933 .doit = nl802154_set_cca_mode, 941 .doit = nl802154_set_pan_id, 949 .doit = nl802154_set_short_addr, 957 .doit = nl802154_set_backoff_exponent, 965 .doit = nl802154_set_max_csma_backoffs, [all …]
|
D | ieee802154.h | 24 .doit = _func, \ 33 .doit = _func, \
|
/linux-4.1.27/crypto/ |
D | crypto_user.c | 469 int (*doit)(struct sk_buff *, struct nlmsghdr *, struct nlattr **); member 473 [CRYPTO_MSG_NEWALG - CRYPTO_MSG_BASE] = { .doit = crypto_add_alg}, 474 [CRYPTO_MSG_DELALG - CRYPTO_MSG_BASE] = { .doit = crypto_del_alg}, 475 [CRYPTO_MSG_UPDATEALG - CRYPTO_MSG_BASE] = { .doit = crypto_update_alg}, 476 [CRYPTO_MSG_GETALG - CRYPTO_MSG_BASE] = { .doit = crypto_report, 524 if (link->doit == NULL) in crypto_user_rcv_msg() 527 return link->doit(skb, nlh, attrs); in crypto_user_rcv_msg()
|
/linux-4.1.27/net/netlabel/ |
D | netlabel_mgmt.c | 708 .doit = netlbl_mgmt_add, 715 .doit = netlbl_mgmt_remove, 722 .doit = NULL, 729 .doit = netlbl_mgmt_adddef, 736 .doit = netlbl_mgmt_removedef, 743 .doit = netlbl_mgmt_listdef, 750 .doit = NULL, 757 .doit = netlbl_mgmt_version,
|
D | netlabel_unlabeled.c | 1327 .doit = netlbl_unlabel_staticadd, 1334 .doit = netlbl_unlabel_staticremove, 1341 .doit = NULL, 1348 .doit = netlbl_unlabel_staticadddef, 1355 .doit = netlbl_unlabel_staticremovedef, 1362 .doit = NULL, 1369 .doit = netlbl_unlabel_accept, 1376 .doit = netlbl_unlabel_list,
|
D | netlabel_cipso_v4.c | 744 .doit = netlbl_cipsov4_add, 751 .doit = netlbl_cipsov4_remove, 758 .doit = netlbl_cipsov4_list, 765 .doit = NULL,
|
/linux-4.1.27/drivers/net/wireless/ti/wlcore/ |
D | vendor_cmd.c | 158 .doit = wlcore_vendor_cmd_smart_config_start, 167 .doit = wlcore_vendor_cmd_smart_config_stop, 176 .doit = wlcore_vendor_cmd_smart_config_set_group_key,
|
/linux-4.1.27/arch/x86/kernel/ |
D | process_64.c | 573 int doit = task == current; in do_arch_prctl() local 585 if (doit) { in do_arch_prctl() 594 if (doit) { in do_arch_prctl() 611 if (doit) { in do_arch_prctl() 620 if (doit) { in do_arch_prctl() 633 else if (doit) in do_arch_prctl() 645 else if (doit) { in do_arch_prctl()
|
/linux-4.1.27/net/irda/ |
D | irnetlink.c | 137 .doit = irda_nl_set_mode, 143 .doit = irda_nl_get_mode,
|
/linux-4.1.27/net/nfc/ |
D | netlink.c | 1495 .doit = nfc_genl_get_device, 1502 .doit = nfc_genl_dev_up, 1507 .doit = nfc_genl_dev_down, 1512 .doit = nfc_genl_start_poll, 1517 .doit = nfc_genl_stop_poll, 1522 .doit = nfc_genl_dep_link_up, 1527 .doit = nfc_genl_dep_link_down, 1538 .doit = nfc_genl_llc_get_params, 1543 .doit = nfc_genl_llc_set_params, 1548 .doit = nfc_genl_llc_sdreq, [all …]
|
/linux-4.1.27/net/wimax/ |
D | stack.c | 424 .doit = wimax_gnl_doit_msg_from_user, 430 .doit = wimax_gnl_doit_reset, 436 .doit = wimax_gnl_doit_rfkill, 442 .doit = wimax_gnl_doit_state_get,
|
/linux-4.1.27/net/l2tp/ |
D | l2tp_netlink.c | 900 .doit = l2tp_nl_cmd_noop, 906 .doit = l2tp_nl_cmd_tunnel_create, 912 .doit = l2tp_nl_cmd_tunnel_delete, 918 .doit = l2tp_nl_cmd_tunnel_modify, 924 .doit = l2tp_nl_cmd_tunnel_get, 931 .doit = l2tp_nl_cmd_session_create, 937 .doit = l2tp_nl_cmd_session_delete, 943 .doit = l2tp_nl_cmd_session_modify, 949 .doit = l2tp_nl_cmd_session_get,
|
/linux-4.1.27/net/core/ |
D | drop_monitor.c | 341 .doit = net_dm_cmd_config, 345 .doit = net_dm_cmd_trace, 349 .doit = net_dm_cmd_trace,
|
D | rtnetlink.c | 61 rtnl_doit_func doit; member 131 if (tab == NULL || tab[msgindex].doit == NULL) in rtnl_get_doit() 134 return tab[msgindex].doit; in rtnl_get_doit() 186 rtnl_doit_func doit, rtnl_dumpit_func dumpit, in __rtnl_register() argument 204 if (doit) in __rtnl_register() 205 tab[msgindex].doit = doit; in __rtnl_register() 227 rtnl_doit_func doit, rtnl_dumpit_func dumpit, in rtnl_register() argument 230 if (__rtnl_register(protocol, msgtype, doit, dumpit, calcit) < 0) in rtnl_register() 254 rtnl_msg_handlers[protocol][msgindex].doit = NULL; in rtnl_unregister() 3202 rtnl_doit_func doit; in rtnetlink_rcv_msg() local [all …]
|
/linux-4.1.27/net/wireless/ |
D | nl80211.c | 9947 err = rdev->wiphy.vendor_commands[i].doit(&rdev->wiphy, wdev, in nl80211_vendor_cmd() 10335 .doit = nl80211_get_wiphy, 10345 .doit = nl80211_set_wiphy, 10352 .doit = nl80211_get_interface, 10361 .doit = nl80211_set_interface, 10369 .doit = nl80211_new_interface, 10377 .doit = nl80211_del_interface, 10385 .doit = nl80211_get_key, 10393 .doit = nl80211_set_key, 10402 .doit = nl80211_new_key, [all …]
|
/linux-4.1.27/net/xfrm/ |
D | xfrm_user.c | 2385 int (*doit)(struct sk_buff *, struct nlmsghdr *, struct nlattr **); member 2391 [XFRM_MSG_NEWSA - XFRM_MSG_BASE] = { .doit = xfrm_add_sa }, 2392 [XFRM_MSG_DELSA - XFRM_MSG_BASE] = { .doit = xfrm_del_sa }, 2393 [XFRM_MSG_GETSA - XFRM_MSG_BASE] = { .doit = xfrm_get_sa, 2396 [XFRM_MSG_NEWPOLICY - XFRM_MSG_BASE] = { .doit = xfrm_add_policy }, 2397 [XFRM_MSG_DELPOLICY - XFRM_MSG_BASE] = { .doit = xfrm_get_policy }, 2398 [XFRM_MSG_GETPOLICY - XFRM_MSG_BASE] = { .doit = xfrm_get_policy, 2401 [XFRM_MSG_ALLOCSPI - XFRM_MSG_BASE] = { .doit = xfrm_alloc_userspi }, 2402 [XFRM_MSG_ACQUIRE - XFRM_MSG_BASE] = { .doit = xfrm_add_acquire }, 2403 [XFRM_MSG_EXPIRE - XFRM_MSG_BASE] = { .doit = xfrm_add_sa_expire }, [all …]
|
/linux-4.1.27/drivers/net/ethernet/ibm/ehea/ |
D | ehea_ethtool.c | 98 goto doit; in ehea_set_settings() 137 doit: in ehea_set_settings()
|
/linux-4.1.27/net/openvswitch/ |
D | datapath.c | 616 .doit = ovs_packet_cmd_execute 1348 .doit = ovs_flow_cmd_new 1353 .doit = ovs_flow_cmd_del 1358 .doit = ovs_flow_cmd_get, 1364 .doit = ovs_flow_cmd_set, 1734 .doit = ovs_dp_cmd_new 1739 .doit = ovs_dp_cmd_del 1744 .doit = ovs_dp_cmd_get, 1750 .doit = ovs_dp_cmd_set, 2115 .doit = ovs_vport_cmd_new [all …]
|
/linux-4.1.27/drivers/staging/iio/cdc/ |
D | ad7152.c | 103 bool doit; in ad7152_start_calib() local 106 ret = strtobool(buf, &doit); in ad7152_start_calib() 110 if (!doit) in ad7152_start_calib()
|
D | ad7746.c | 292 bool doit; in ad7746_start_calib() local 295 ret = strtobool(buf, &doit); in ad7746_start_calib() 299 if (!doit) in ad7746_start_calib()
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/ |
D | vendor.c | 125 .doit = brcmf_cfg80211_vndr_cmds_dcmd_handler
|
/linux-4.1.27/net/netlink/ |
D | genetlink.c | 336 if (ops[i].dumpit == NULL && ops[i].doit == NULL) in genl_validate_ops() 601 if (ops->doit == NULL) in genl_family_rcv_msg() 635 err = ops->doit(skb, &info); in genl_family_rcv_msg() 717 if (ops->doit) in ctrl_fill_info() 984 .doit = ctrl_getfamily,
|
/linux-4.1.27/fs/dlm/ |
D | netlink.c | 75 .doit = user_cmd,
|
/linux-4.1.27/net/hsr/ |
D | hsr_netlink.c | 453 .doit = hsr_get_node_status, 460 .doit = hsr_get_node_list,
|
/linux-4.1.27/net/netfilter/ipvs/ |
D | ip_vs_ctl.c | 3650 .doit = ip_vs_genl_set_cmd, 3656 .doit = ip_vs_genl_set_cmd, 3662 .doit = ip_vs_genl_set_cmd, 3667 .doit = ip_vs_genl_get_cmd, 3675 .doit = ip_vs_genl_set_cmd, 3681 .doit = ip_vs_genl_set_cmd, 3687 .doit = ip_vs_genl_set_cmd, 3699 .doit = ip_vs_genl_set_daemon, 3705 .doit = ip_vs_genl_set_daemon, 3716 .doit = ip_vs_genl_set_cmd, [all …]
|
/linux-4.1.27/drivers/usb/gadget/function/ |
D | f_acm.c | 561 u8 doit = false; in acm_cdc_notify_complete() local 568 doit = acm->pending; in acm_cdc_notify_complete() 572 if (doit) in acm_cdc_notify_complete()
|
/linux-4.1.27/net/ipv4/ |
D | fou.c | 726 .doit = fou_nl_cmd_add_port, 732 .doit = fou_nl_cmd_rm_port, 738 .doit = fou_nl_cmd_get_port,
|
D | tcp_metrics.c | 1119 .doit = tcp_metrics_nl_cmd_get, 1125 .doit = tcp_metrics_nl_cmd_del,
|
/linux-4.1.27/kernel/ |
D | taskstats.c | 670 .doit = taskstats_user_cmd, 676 .doit = cgroupstats_user_cmd,
|
/linux-4.1.27/include/net/ |
D | genetlink.h | 123 int (*doit)(struct sk_buff *skb, member
|
D | cfg80211.h | 2979 int (*doit)(struct wiphy *wiphy, struct wireless_dev *wdev, member
|
/linux-4.1.27/include/linux/ |
D | genl_magic_struct.h | 103 .doit = handler, \
|
D | drbd_genl.h | 272 .doit = drbd_adm_get_status,
|
/linux-4.1.27/drivers/staging/xgifb/ |
D | XGI_main_26.c | 702 unsigned char doit = 1; in XGIfb_post_setmode() local 711 doit = 0; in XGIfb_post_setmode() 718 doit = 0; in XGIfb_post_setmode() 726 doit = 0; in XGIfb_post_setmode() 733 if ((XGIfb_crt1off) && (doit)) in XGIfb_post_setmode()
|
/linux-4.1.27/drivers/net/wireless/ |
D | mac80211_hwsim.c | 401 .doit = mac80211_hwsim_vendor_cmd_test, 3032 .doit = hwsim_register_received_nl, 3038 .doit = hwsim_cloned_frame_received_nl, 3043 .doit = hwsim_tx_info_frame_received_nl, 3048 .doit = hwsim_new_radio_nl, 3054 .doit = hwsim_del_radio_nl, 3060 .doit = hwsim_get_radio_nl,
|
/linux-4.1.27/drivers/net/team/ |
D | team.c | 2685 .doit = team_nl_cmd_noop, 2690 .doit = team_nl_cmd_options_set, 2696 .doit = team_nl_cmd_options_get, 2702 .doit = team_nl_cmd_port_list_get,
|
/linux-4.1.27/drivers/media/usb/gspca/ |
D | sonixj.c | 1732 static const u8 doit[] = /* update sensor */ in expo_adjust() local 1744 i2c_w8(gspca_dev, doit); in expo_adjust()
|
/linux-4.1.27/tools/power/cpupower/po/ |
D | fr.po | 335 msgstr " tactique actuelle : la fr�quence doit �tre comprise entre " 398 " le mat�riel (doit �tre root) *\n"
|
/linux-4.1.27/sound/core/ |
D | pcm_native.c | 362 int doit = 0; in snd_pcm_hw_refine() local 367 doit = 1; in snd_pcm_hw_refine() 371 if (!doit) in snd_pcm_hw_refine()
|
/linux-4.1.27/drivers/video/fbdev/sis/ |
D | sis_main.c | 3777 bool doit = true; in sisfb_post_setmode() local 3796 if(sisfb_bridgeisslave(ivideo)) doit = false; in sisfb_post_setmode() 3802 if((ivideo->sisfb_crt1off) && (doit)) { in sisfb_post_setmode() 3814 if((ivideo->sisfb_crt1off) && (doit)) { in sisfb_post_setmode()
|
/linux-4.1.27/drivers/cdrom/ |
D | cdrom.c | 3548 doit: in cdrom_sysctl_info() 3553 goto doit; in cdrom_sysctl_info()
|
/linux-4.1.27/arch/ia64/kernel/ |
D | perfmon.c | 1989 if (state == PFM_CTX_UNLOADED) goto doit; in pfm_close() 2078 doit: in pfm_close()
|