Searched refs:registry (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lstate.c | 165 Table *registry = luaH_new(L); in init_registry() local 166 sethvalue(L, &g->l_registry, registry); in init_registry() 167 luaH_resize(L, registry, LUA_RIDX_LAST, 0); in init_registry() 170 luaH_setint(L, registry, LUA_RIDX_MAINTHREAD, &mt); in init_registry() 173 luaH_setint(L, registry, LUA_RIDX_GLOBALS, &mt); in init_registry()
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lstate.c | 75 sethvalue(L, registry(L), luaH_new(L, 0, 2)); /* registry */ in f_luaopen() 166 setnilvalue(registry(L)); in lua_newstate()
|
| H A D | lstate.h | 25 #define registry(L) (&G(L)->l_registry) macro
|
| H A D | lgc.c | 509 markvalue(g, registry(L)); in markroot()
|
| H A D | lapi.c | 61 case LUA_REGISTRYINDEX: return registry(L); in index2adr()
|
| /f-stack/dpdk/drivers/net/bnx2x/ |
| H A D | ecore_sp.c | 2355 if (o->registry.aprox_match.vec[i]) in ecore_mcast_get_next_bin() 2359 (o->registry.aprox_match.vec, cur_bit)) { in ecore_mcast_get_next_bin() 2424 BIT_VEC64_SET_BIT(o->registry.aprox_match.vec, bin); in ecore_mcast_set_one_rule_e2() 2815 elem = o->registry.aprox_match.vec[i]; in ecore_mcast_refresh_registry_e2() 2953 BIT_VEC64_SET_BIT(o->registry.aprox_match.vec, bit); in ecore_mcast_hdl_add_e1h() 3001 ECORE_MEMSET(o->registry.aprox_match.vec, 0, in ecore_mcast_setup_e1h() 3002 sizeof(o->registry.aprox_match.vec)); in ecore_mcast_setup_e1h() 3019 ECORE_MEMSET(o->registry.aprox_match.vec, 0, in ecore_mcast_setup_e1h() 3020 sizeof(o->registry.aprox_match.vec)); in ecore_mcast_setup_e1h() 3030 return o->registry.aprox_match.num_bins_set; in ecore_mcast_get_registry_size_aprox() [all …]
|
| H A D | ecore_sp.h | 983 } registry; member
|
| /f-stack/freebsd/contrib/zlib/doc/ |
| H A D | rfc1952.txt | 443 <[email protected]> is maintaining a registry of subfield
|
| /f-stack/freebsd/contrib/dev/acpica/ |
| H A D | changes.txt | 2730 through the registry on older versions. 4562 Windows registry. This feature has been superseded by the acpidump 8280 reducing the requested registry access rights. ACPICA BZ 842. 11548 Fixed a fault when using -g option (get tables from registry) on Windows 14702 of Windows place the FADT in the registry under the name "FADT" and not 15902 Implemented support to obtain SSDTs from the Windows registry if 16365 from the registry and save them to files (Windows version of the 16727 Implemented support to obtain the DSDT from the Windows registry 16821 to obtain the BIOS DSDT from the registry under Windows.
|