Symbol: registry
usr/src/cmd/isns/isnsd/scn.c
1374
scn_registry_t *registry, *p;
usr/src/cmd/isns/isnsd/scn.c
1381
registry = scn_registry;
usr/src/cmd/isns/isnsd/scn.c
1393
p = registry;
usr/src/lib/libslp/javalib/com/sun/slp/SLPTemplateRegistry.java
95
private static TemplateRegistry registry = null;
usr/src/lib/smbsrv/libmlsvc/common/winreg_svc.c
973
} registry[] = {
usr/src/lib/smbsrv/libmlsvc/common/winreg_svc.c
983
for (i = 0; i < sizeof (registry)/sizeof (registry[0]); ++i) {
usr/src/lib/smbsrv/libmlsvc/common/winreg_svc.c
984
if (strcasecmp(registry[i].name, name) == 0)
usr/src/lib/smbsrv/libmlsvc/common/winreg_svc.c
985
return (registry[i].value);
usr/src/uts/common/fs/zfs/lua/lstate.c
166
Table *registry = luaH_new(L);
usr/src/uts/common/fs/zfs/lua/lstate.c
167
sethvalue(L, &g->l_registry, registry);
usr/src/uts/common/fs/zfs/lua/lstate.c
168
luaH_resize(L, registry, LUA_RIDX_LAST, 0);
usr/src/uts/common/fs/zfs/lua/lstate.c
171
luaH_setint(L, registry, LUA_RIDX_MAINTHREAD, &mt);
usr/src/uts/common/fs/zfs/lua/lstate.c
174
luaH_setint(L, registry, LUA_RIDX_GLOBALS, &mt);
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
3028
if (o->registry.aprox_match.vec[i])
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
3031
if (BIT_VEC64_TEST_BIT(o->registry.aprox_match.
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
3055
BIT_VEC64_CLEAR_BIT(o->registry.aprox_match.vec, cur_bit);
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
3097
BIT_VEC64_SET_BIT(o->registry.aprox_match.vec, bin);
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
3475
elem = o->registry.aprox_match.vec[i];
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
3610
BIT_VEC64_SET_BIT(o->registry.aprox_match.vec,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
3660
mm_memset(o->registry.aprox_match.vec, 0,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
3661
sizeof(o->registry.aprox_match.vec));
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
3678
mm_memset(o->registry.aprox_match.vec, 0,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
3679
sizeof(o->registry.aprox_match.vec));
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
3834
ECORE_LIST_FOR_EACH_ENTRY(elem, &o->registry.exact_match.macs, link,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
3947
if (!ECORE_LIST_IS_EMPTY(&o->registry.exact_match.macs))
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
3965
&o->registry.exact_match.macs);
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
3968
elem = ECORE_LIST_FIRST_ENTRY(&o->registry.exact_match.macs,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
3973
ECORE_LIST_INIT(&o->registry.exact_match.macs);
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
4061
return o->registry.exact_match.num_macs_set;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
4066
return o->registry.aprox_match.num_bins_set;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
4072
o->registry.exact_match.num_macs_set = n;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
4078
o->registry.aprox_match.num_bins_set = n;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
4230
ECORE_LIST_INIT(&mcast_obj->registry.exact_match.macs);
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
617
} registry;