Searched refs:subkeys (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/registry/
H A Dreg_db.c38 REGSUBKEY_CTR subkeys; local
40 ZERO_STRUCTP( &subkeys );
44 regsubkey_ctr_init( &subkeys );
46 regsubkey_ctr_addkey( &subkeys, "SYSTEM" );
47 if ( !regdb_store_reg_keys( keyname, &subkeys ))
49 regsubkey_ctr_destroy( &subkeys );
51 regsubkey_ctr_init( &subkeys );
54 regsubkey_ctr_addkey( &subkeys, "CurrentControlSet" );
55 if ( !regdb_store_reg_keys( keyname, &subkeys ))
57 regsubkey_ctr_destroy( &subkeys );
[all...]
H A Dreg_printing.c82 handle enumeration of subkeys below KEY_PRINTING\Environments
85 static int print_subpath_environments( char *key, REGSUBKEY_CTR *subkeys )
113 regsubkey_ctr_addkey( subkeys, environments[0] );
121 regsubkey_ctr_addkey( subkeys, environments[1] );
128 regsubkey_ctr_addkey( subkeys, environments[i] );
133 num_subkeys = regsubkey_ctr_numkeys( subkeys );
161 regsubkey_ctr_addkey( subkeys, "0" );
167 regsubkey_ctr_addkey( subkeys, "2" );
171 regsubkey_ctr_addkey( subkeys, "3" );
177 regsubkey_ctr_addkey( subkeys, "
672 handle_printing_subpath( char *key, REGSUBKEY_CTR *subkeys, REGVAL_CTR *val ) argument
[all...]
H A Dreg_objects.c54 if ( ctr->subkeys == 0 )
55 ctr->subkeys = TALLOC_P( ctr->ctx, char *);
57 pp = TALLOC_REALLOC_ARRAY( ctr->ctx, ctr->subkeys, char *, ctr->num_subkeys+1);
59 ctr->subkeys = pp;
64 ctr->subkeys[ctr->num_subkeys] = TALLOC( ctr->ctx, len+1 );
65 strncpy( ctr->subkeys[ctr->num_subkeys], keyname, len+1 );
90 return ctr->subkeys[key_index];
H A Dreg_frontend.c72 High level wrapper function for storing registry subkeys
75 BOOL store_reg_keys( REGISTRY_KEY *key, REGSUBKEY_CTR *subkeys )
78 return key->hook->ops->store_subkeys_fn( key->name, subkeys );
98 High level wrapper function for enumerating registry subkeys
129 DEBUG(8,("fetch_reg_keys_specific: Initializing cache of subkeys for [%s]\n", key->name));
143 DEBUG(8,("fetch_reg_keys_specific: Updating cache of subkeys for [%s]\n", key->name));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/rpc_server/
H A Dsrv_reg_nt.c87 REGSUBKEY_CTR subkeys; local
135 ZERO_STRUCTP( &subkeys );
137 regsubkey_ctr_init( &subkeys );
139 if ( fetch_reg_keys( regkey, &subkeys ) == -1 ) {
156 regsubkey_ctr_destroy( &subkeys );
189 retrieve information about the subkeys
196 REGSUBKEY_CTR subkeys; local
202 ZERO_STRUCTP( &subkeys );
204 regsubkey_ctr_init( &subkeys );
206 if ( fetch_reg_keys( key, &subkeys )
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/include/
H A Drpc_reg.h110 char **subkeys; member in struct:__anon1651
120 /* functions for enumerating subkeys and values */
121 int (*subkey_fn)( char *key, REGSUBKEY_CTR *subkeys);
123 BOOL (*store_subkeys_fn)( char *key, REGSUBKEY_CTR *subkeys );
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dserpent.c35 /* Magic number, used during generating of the subkeys. */
45 /* The key schedule consists of 33 128 bit subkeys. */
51 serpent_subkeys_t keys; /* Generated subkeys. */
530 subkeys contained in SUBKEYS. Use BLOCK_TMP as temporary storage.
532 #define ROUND(which, subkeys, block, block_tmp) \
534 BLOCK_XOR (block, subkeys[round]); \
542 and the subkeys contained in SUBKEYS. Use BLOCK_TMP as temporary
545 #define ROUND_LAST(which, subkeys, block, block_tmp) \
547 BLOCK_XOR (block, subkeys[round]); \
550 BLOCK_XOR (block_tmp, subkeys[roun
610 serpent_subkeys_generate(serpent_key_t key, serpent_subkeys_t subkeys) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dlockdep.h71 struct lockdep_subclass_key subkeys[MAX_LOCKDEP_SUBCLASSES]; member in struct:lock_class_key
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/kernel/
H A Dlockdep.c399 name = __get_key_name(lock->key->subkeys, str);
1182 key = lock->key->subkeys + subclass;
1227 key = lock->key->subkeys + subclass;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/printing/
H A Dnt_printing.c2468 uint32 get_printer_subkeys( NT_PRINTER_DATA *data, const char* key, fstring **subkeys )
2512 SAFE_FREE( subkeys );
2528 *subkeys = subkeys_ptr;
2990 /* remove a specific key (and all subkeys) */

Completed in 198 milliseconds