| /f-stack/freebsd/kern/ |
| H A D | kern_module.c | 61 #define MOD_EVENT(mod, type) (mod)->handler((mod), (type), (mod)->arg) argument 97 module_t mod; in module_shutdown() local 114 module_t mod; in module_register_init() local 143 TAILQ_REMOVE(&mod->file->modules, mod, flink); in module_register_init() 144 TAILQ_INSERT_HEAD(&mod->file->modules, mod, flink); in module_register_init() 190 mod->refs++; in module_reference() 204 mod->refs--; in module_release() 208 TAILQ_REMOVE(&mod->file->modules, mod, flink); in module_release() 216 module_t mod; in module_lookupbyname() local 311 module_t mod; in sys_modnext() local [all …]
|
| H A D | kern_linker.c | 510 modlist_t mod; in linker_reference_module() local 530 modlist_t mod; in linker_release_module() local 668 for (mod = TAILQ_FIRST(&file->modules); mod; in linker_file_unload() 669 mod = module_getfnext(mod)) { in linker_file_unload() 690 for (mod = TAILQ_FIRST(&file->modules); mod; mod = next) { in linker_file_unload() 1422 modlist_t mod; in modlist_lookup() local 1427 return (mod); in modlist_lookup() 1458 modlist_t mod; in modlist_newmodule() local 1467 return (mod); in modlist_newmodule() 1509 modlist_t mod; in linker_preload() local [all …]
|
| H A D | kern_syscalls.c | 165 syscall_module_handler(struct module *mod, int what, void *arg) in syscall_module_handler() argument 168 return (kern_syscall_module_handler(sysent, mod, what, arg)); in syscall_module_handler() 172 kern_syscall_module_handler(struct sysent *sysents, struct module *mod, in kern_syscall_module_handler() argument 190 module_setspecific(mod, &ms); in kern_syscall_module_handler() 193 error = data->chainevh(mod, what, data->chainarg); in kern_syscall_module_handler() 204 error = data->chainevh(mod, what, data->chainarg); in kern_syscall_module_handler() 213 return (data->chainevh(mod, what, data->chainarg)); in kern_syscall_module_handler()
|
| H A D | subr_module.c | 164 preload_search_info(caddr_t mod, int inf) in preload_search_info() argument 171 if (mod == NULL) in preload_search_info() 174 curp = mod; in preload_search_info() 258 preload_fetch_addr(caddr_t mod) in preload_fetch_addr() argument 262 mdp = (caddr_t *)preload_search_info(mod, MODINFO_ADDR); in preload_fetch_addr() 269 preload_fetch_size(caddr_t mod) in preload_fetch_size() argument 273 mdp = (size_t *)preload_search_info(mod, MODINFO_SIZE); in preload_fetch_size()
|
| /f-stack/freebsd/sys/ |
| H A D | sdt.h | 91 #define SDT_PROBE_DEFINE(prov, mod, func, name) argument 108 #define SDT_PROBE0(prov, mod, func, name) argument 187 SDT_PROBE_DEFINE(prov, mod, func, name) 190 SDT_PROBE_DEFINE(prov, mod, func, name); \ 194 SDT_PROBE_DEFINE(prov, mod, func, name); \ 199 SDT_PROBE_DEFINE(prov, mod, func, name); \ 205 SDT_PROBE_DEFINE(prov, mod, func, name); \ 212 SDT_PROBE_DEFINE(prov, mod, func, name); \ 221 SDT_PROBE_DEFINE(prov, mod, func, name); \ 241 SDT_PROBE_DEFINE(prov, mod, func, name) [all …]
|
| H A D | pmckern.h | 102 #define PMC_SOFT_DEFINE_EX(prov, mod, func, name, alloc, release) \ argument 103 struct pmc_soft pmc_##prov##_##mod##_##func##_##name = \ 104 { 0, alloc, release, { #prov "_" #mod "_" #func "." #name, 0 } }; \ 105 SYSINIT(pmc_##prov##_##mod##_##func##_##name##_init, SI_SUB_KDTRACE, \ 107 &pmc_##prov##_##mod##_##func##_##name ); \ 108 SYSUNINIT(pmc_##prov##_##mod##_##func##_##name##_uninit, \ 110 &pmc_##prov##_##mod##_##func##_##name ) 112 #define PMC_SOFT_DEFINE(prov, mod, func, name) \ argument 113 PMC_SOFT_DEFINE_EX(prov, mod, func, name, NULL, NULL) 115 #define PMC_SOFT_DECLARE(prov, mod, func, name) \ argument [all …]
|
| H A D | qmath.h | 413 "imin=0x%0" #mod "x, " \ 414 "imax=0x%0" #mod "x" \ 416 "\n\tqraw=0x%0" #hexpad #mod "x" \ 419 "fmask=0x%0" #hexpad #mod "x, " \ 420 "cmask=0x%0" #hexpad #mod "x, " \ 421 "ifmask=0x%0" #hexpad #mod "x" \ 423 "\n\tiraw=0x%0" #hexpad #mod "x, " \ 424 "iabsval=0x%" #mod "x, " \ 425 "ival=0x%" #mod "x" \ 428 "fabsval=0x%" #mod "x, " \ [all …]
|
| /f-stack/dpdk/drivers/net/hinic/base/ |
| H A D | hinic_pmd_mgmt.c | 105 u64 *header, int msg_len, enum hinic_mod_type mod, in prepare_header() argument 113 HINIC_MSG_HEADER_SET(mod, MODULE) | in prepare_header() 276 enum hinic_mod_type mod, u8 cmd, in send_msg_to_mgmt_async() argument 314 enum hinic_mod_type mod, u8 cmd, in send_msg_to_mgmt_sync() argument 327 if (mod == HINIC_MOD_COMM || mod == HINIC_MOD_L2NIC) in send_msg_to_mgmt_sync() 441 mod, cmd, pf_to_mgmt->sync_msg_id, err); in hinic_pf_to_mgmt_sync() 446 if (mod == recv_msg->mod && cmd == recv_msg->cmd && in hinic_pf_to_mgmt_sync() 453 pf_to_mgmt->rx_aeq->q_id, mod, cmd, in hinic_pf_to_mgmt_sync() 454 pf_to_mgmt->sync_msg_id, recv_msg->mod, in hinic_pf_to_mgmt_sync() 496 rc = hinic_mbox_to_pf(hwdev, mod, cmd, buf_in, in_size, in hinic_msg_to_mgmt_sync() [all …]
|
| H A D | hinic_pmd_mbox.h | 37 enum hinic_mod_type mod; member 84 int hinic_mbox_to_pf(struct hinic_hwdev *hwdev, enum hinic_mod_type mod, u8 cmd, 87 int hinic_mbox_to_pf_no_ack(struct hinic_hwdev *hwdev, enum hinic_mod_type mod,
|
| H A D | hinic_pmd_mgmt.h | 68 enum hinic_mod_type mod; member 103 int hinic_msg_to_mgmt_no_ack(void *hwdev, enum hinic_mod_type mod, u8 cmd, 112 int hinic_msg_to_mgmt_sync(void *hwdev, enum hinic_mod_type mod, u8 cmd,
|
| H A D | hinic_pmd_mbox.c | 167 enum hinic_mod_type mod, u16 cmd, void *msg, 180 switch (recv_mbox->mod) { in recv_vf_mbox_handler() 194 PMD_DRV_LOG(ERR, "No handler, mod: %d", recv_mbox->mod); in recv_vf_mbox_handler() 236 send_mbox_to_func(func_to_func, recv_mbox->mod, recv_mbox->cmd, in recv_func_mbox_handler() 511 recv_mbox->mod = HINIC_MBOX_HEADER_GET(mbox_header, MODULE); in recv_mbox_handler() 658 enum hinic_mod_type mod, u16 cmd, void *msg, in send_mbox_to_func() argument 677 HINIC_MBOX_HEADER_SET(mod, MODULE) | in send_mbox_to_func() 723 enum hinic_mod_type mod, u16 cmd, u16 dst_func, in hinic_mbox_to_func() argument 742 err = send_mbox_to_func(func_to_func, mod, cmd, buf_in, in_size, in hinic_mbox_to_func() 837 enum hinic_mod_type mod, u8 cmd, void *buf_in, in hinic_mbox_to_pf() argument [all …]
|
| /f-stack/freebsd/x86/xen/ |
| H A D | pv.c | 277 struct hvm_modlist_entry *mod; in hammer_time_xen() local 337 mod = (struct hvm_modlist_entry *) in hammer_time_xen() 339 if (mod[0].paddr >= physfree) { in hammer_time_xen() 570 struct hvm_modlist_entry *mod; in xen_pvh_parse_preload_data() local 573 mod = (struct hvm_modlist_entry *) in xen_pvh_parse_preload_data() 575 cmdline = mod[0].cmdline_paddr ? in xen_pvh_parse_preload_data() 581 header = (struct xen_header *)(mod[0].paddr + KERNBASE); in xen_pvh_parse_preload_data() 589 preload_metadata = (caddr_t)(mod[0].paddr + in xen_pvh_parse_preload_data() 609 off = mod[0].paddr + header->modulep_offset - metadata + in xen_pvh_parse_preload_data() 612 preload_metadata = (caddr_t)(mod[0].paddr + KERNBASE); in xen_pvh_parse_preload_data() [all …]
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | sz.h | 65 pszind_t mod = ((((psz-1) & delta_inverse_mask) >> lg_delta)) & in sz_psz2ind() local 68 pszind_t ind = grp + mod; in sz_psz2ind() 80 size_t mod = pind & ((ZU(1) << LG_SIZE_CLASS_GROUP) - 1); in sz_pind2sz_compute() local 88 size_t mod_size = (mod+1) << lg_delta; in sz_pind2sz_compute() 146 szind_t mod = ((((size-1) & delta_inverse_mask) >> lg_delta)) & in sz_size2index_compute() local 149 szind_t index = NTBINS + grp + mod; in sz_size2index_compute() 183 size_t mod = reduced_index & ((ZU(1) << LG_SIZE_CLASS_GROUP) - in sz_index2size_compute() local 192 size_t mod_size = (mod+1) << lg_delta; in sz_index2size_compute()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/clock/ |
| H A D | allwinner,sun9i-a80-usb-mod-clk.yaml | 4 $id: http://devicetree.org/schemas/clock/allwinner,sun9i-a80-usb-mod-clk.yaml# 26 const: allwinner,sun9i-a80-usb-mod-clk 52 compatible = "allwinner,sun9i-a80-usb-mod-clk";
|
| /f-stack/freebsd/netpfil/ipfw/test/ |
| H A D | main.c | 459 mod = _g_dn_rr; in init() 461 mod = _g_dn_wf2qp; in init() 463 mod = _g_dn_fifo; in init() 465 mod = _g_dn_qfq; in init() 469 mod = _g_dn_qfqp; in init() 473 mod = _g_dn_kps; in init() 476 mod = NULL; in init() 477 c->name = mod ? mod->name : "NULL"; in init() 528 if (mod) { in init() 529 p = mod->p; in init() [all …]
|
| H A D | test_dn_sched.c | 16 dn_sched_modevent(module_t mod, int cmd, void *arg) in dn_sched_modevent() argument 18 (void)mod; in dn_sched_modevent()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/spi/ |
| H A D | allwinner,sun6i-a31-spi.yaml | 44 - const: mod 92 clock-names = "ahb", "mod"; 104 clock-names = "ahb", "mod";
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-generic.c | 382 uint64_t mod; in __aeabi_uldivmod() local 385 mod = __umoddi3(u, v); in __aeabi_uldivmod() 389 register uint32_t r2 asm("r2") = (mod & 0xFFFFFFFF); in __aeabi_uldivmod() 390 register uint32_t r3 asm("r3") = (mod >> 32); in __aeabi_uldivmod() 407 uint64_t mod; in __aeabi_ldivmod() local 410 mod = __umoddi3(u, v); in __aeabi_ldivmod() 414 register uint32_t r2 asm("r2") = (mod & 0xFFFFFFFF); in __aeabi_ldivmod() 415 register uint32_t r3 asm("r3") = (mod >> 32); in __aeabi_ldivmod()
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | vdev_raidz_math_scalar.c | 103 iv_t mod; member 108 .mod = 0x1d1d1d1d1d1d1d1dULL, 112 .mod = 0x1d1d1d1dULL, 127 (a).e = (a).e ^ (_mask & scalar_mul2_consts.mod); \
|
| /f-stack/freebsd/netinet6/ |
| H A D | ip6_id.c | 158 pmod(u_int32_t gen, u_int32_t expo, u_int32_t mod) in pmod() argument 168 s = (s * t) % mod; in pmod() 170 t = (t * t) % mod; in pmod()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zpool/zpool.d/ |
| H A D | smart | 54 mod=$((pid % num_files)) 57 if [ "$mod" = "$i" ] ; then
|
| /f-stack/dpdk/usertools/ |
| H A D | dpdk-devbind.py | 121 for mod in mods: 122 if module_is_loaded(mod["Name"]): 123 mod["Found"] = True 126 if True not in [mod["Found"] for mod in mods] and b_flag is not None: 130 dpdk_drivers = [mod["Name"] for mod in mods if mod["Found"]]
|
| /f-stack/freebsd/arm/allwinner/clkng/ |
| H A D | ccu_de2.c | 168 clk_t mod, bus; in ccu_de2_attach() local 205 if (clk_get_by_ofw_name(dev, node, "mod", &mod) != 0) { in ccu_de2_attach() 209 if (clk_enable(mod) != 0) { in ccu_de2_attach()
|
| /f-stack/dpdk/drivers/net/mlx5/linux/ |
| H A D | mlx5_verbs.c | 84 struct ibv_wq_attr mod; in mlx5_rxq_obj_modify_wq_vlan_strip() local 85 mod = (struct ibv_wq_attr){ in mlx5_rxq_obj_modify_wq_vlan_strip() 91 return mlx5_glue->modify_wq(rxq_obj->wq, &mod); in mlx5_rxq_obj_modify_wq_vlan_strip() 108 struct ibv_wq_attr mod = { in mlx5_ibv_modify_wq() local 113 return mlx5_glue->modify_wq(rxq_obj->wq, &mod); in mlx5_ibv_modify_wq() 133 struct ibv_qp_attr mod = { in mlx5_ibv_modify_qp() local 153 mod.qp_state = IBV_QPS_INIT; in mlx5_ibv_modify_qp() 154 ret = mlx5_glue->modify_qp(obj->qp, &mod, attr_mask); in mlx5_ibv_modify_qp() 161 mod.qp_state = IBV_QPS_RTR; in mlx5_ibv_modify_qp() 162 ret = mlx5_glue->modify_qp(obj->qp, &mod, IBV_QP_STATE); in mlx5_ibv_modify_qp() [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/sound/ |
| H A D | allwinner,sun8i-a33-codec.yaml | 34 - const: mod 54 clock-names = "bus", "mod";
|