Home
last modified time | relevance | path

Searched refs:magic (Results 1 – 25 of 153) sorted by relevance

1234567

/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Ddiv.c41 uint32_t magic = (uint32_t)(two_to_k / d); in div_init() local
49 magic++; in div_init()
51 div_info->magic = magic; in div_init()
/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Dsiena_flash.h38 efx_dword_t magic; member
43 efx_dword_t magic; member
83 efx_dword_t magic; /* = SIENA_MC_BOOT_MAGIC */ member
123 efx_dword_t magic; /* = SIENA_MC_STATIC_CONFIG_MAGIC */ member
161 efx_dword_t magic; /* = SIENA_MC_DYNAMIC_CONFIG_MAGIC */ member
177 efx_dword_t magic; /* = SIENA_MC_EXPROM_COMBO_MAGIC or SIENA_MC_EXPROM_COMBO_V2_MAGIC */ member
H A Drhead_pci.c62 uint32_t magic; in rhead_pci_nic_membar_lookup() local
122 magic = EFX_DWORD_FIELD(magic_ed, ERF_GZ_NIC_MAGIC); in rhead_pci_nic_membar_lookup()
123 if (magic != EFE_GZ_NIC_MAGIC_EXPECTED) { in rhead_pci_nic_membar_lookup()
H A Def10_signed_image_layout.h57 uint32_t magic; member
/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Drb.c20 uint32_t magic; member
29 assert_u32_eq(a->magic, NODE_MAGIC, "Bad magic"); in node_cmp()
30 assert_u32_eq(b->magic, NODE_MAGIC, "Bad magic"); in node_cmp()
58 key.magic = NODE_MAGIC; in TEST_BEGIN()
62 key.magic = NODE_MAGIC; in TEST_BEGIN()
66 key.magic = NODE_MAGIC; in TEST_BEGIN()
101 assert_u32_eq(node->magic, NODE_MAGIC, "Bad magic"); in tree_recurse()
125 assert_u32_eq(node->magic, NODE_MAGIC, "Bad magic"); in tree_iterate_cb()
188 node->magic = 0; in node_remove()
262 nodes[k].magic = NODE_MAGIC; in TEST_BEGIN()
H A Dph.c9 uint32_t magic; member
33 assert_u32_eq(a->magic, NODE_MAGIC, "Bad magic"); in node_cmp_magic()
34 assert_u32_eq(b->magic, NODE_MAGIC, "Bad magic"); in node_cmp_magic()
155 node->magic = 0; in node_remove()
161 node->magic = 0; in node_remove_first()
168 node->magic = 0; in node_remove_any()
209 nodes[k].magic = NODE_MAGIC; in TEST_BEGIN()
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Ddiv.h17 uint32_t magic; member
34 size_t i = ((uint64_t)n * (uint64_t)div_info->magic) >> 32; in div_compute()
/f-stack/freebsd/contrib/device-tree/Bindings/power/reset/
H A Dreboot-mode.txt4 interface to store the magic value in special register
10 as mode-xxx = <magic> (xxx is mode name, magic should be a none-zero value).
H A Dnvmem-reboot-mode.txt3 This driver gets reboot mode magic value from reboot-mode driver
5 can read it and take different action according to the magic
H A Dsyscon-reboot-mode.yaml13 This driver gets reboot mode magic value from reboot-mode driver
15 can read it and take different action according to the magic
/f-stack/dpdk/drivers/net/enic/base/
H A Dvnic_resource.h47 uint32_t magic; member
52 uint32_t magic; /* magic number */ member
/f-stack/app/redis-5.0.5/src/
H A Dchildinfo.c64 server.child_info_data.magic = CHILD_INFO_MAGIC; in sendChildInfo()
77 server.child_info_data.magic == CHILD_INFO_MAGIC) in receiveChildInfo()
/f-stack/freebsd/contrib/device-tree/Bindings/mtd/partitions/
H A Dbrcm,bcm947xx-cfe-partitions.txt10 header and/or magic signature at the beginning of each of them. They are also
13 Most of partitions use ASCII text based magic for determining a type. More
14 complex partitions (like TRX with its HDR0 magic) may include extra header
/f-stack/lib/
H A Dff_dpdk_pcap.c36 uint32_t magic; member
71 pcap_file_hdr.magic = 0xA1B2C3D4; in ff_enable_pcap()
/f-stack/freebsd/contrib/device-tree/Bindings/firmware/
H A Dcoreboot.txt13 parameters. It is identified by the magic string "LBIO" in its first
20 is identified by a root node descriptor with the magic number
/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_mcfg.c22 mcfg->magic = RTE_MAGIC; in eal_mcfg_complete()
33 while (mcfg->magic != RTE_MAGIC) in eal_mcfg_wait_complete()
H A Deal_memcfg.h21 volatile uint32_t magic; /**< Magic number - sanity check. */ member
/f-stack/dpdk/examples/ethtool/lib/
H A Drte_ethtool.c161 eeprom->magic = eeprom_info.magic; in rte_ethtool_get_eeprom()
184 eeprom->magic = eeprom_info.magic; in rte_ethtool_set_eeprom()
/f-stack/freebsd/i386/include/
H A Dminidump.h38 char magic[24]; member
/f-stack/freebsd/mips/include/
H A Dminidump.h38 char magic[24]; member
/f-stack/freebsd/amd64/include/
H A Dminidump.h38 char magic[24]; member
/f-stack/freebsd/arm64/include/
H A Dminidump.h37 char magic[24]; member
/f-stack/freebsd/arm/include/
H A Dminidump.h46 char magic[24]; member
/f-stack/dpdk/lib/librte_ethdev/
H A Drte_dev_info.h28 uint32_t magic; /**< Device-specific key, such as device-id */ member
/f-stack/dpdk/drivers/net/avp/
H A Drte_avp_common.h214 uint32_t magic; /**< Memory validation marker */ member
307 uint32_t magic; /**< Memory validation marker */ member

1234567