Home
last modified time | relevance | path

Searched refs:registry (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlstate.c165 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 Dlstate.c75 sethvalue(L, registry(L), luaH_new(L, 0, 2)); /* registry */ in f_luaopen()
166 setnilvalue(registry(L)); in lua_newstate()
H A Dlstate.h25 #define registry(L) (&G(L)->l_registry) macro
H A Dlgc.c509 markvalue(g, registry(L)); in markroot()
H A Dlapi.c61 case LUA_REGISTRYINDEX: return registry(L); in index2adr()
/f-stack/dpdk/drivers/net/bnx2x/
H A Decore_sp.c2355 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 Decore_sp.h983 } registry; member
/f-stack/freebsd/contrib/zlib/doc/
H A Drfc1952.txt443 <[email protected]> is maintaining a registry of subfield
/f-stack/freebsd/contrib/dev/acpica/
H A Dchanges.txt2730 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.