Home
last modified time | relevance | path

Searched defs:key (Results 1 – 25 of 982) sorted by relevance

12345678910>>...40

/illumos-gate/usr/src/cmd/hal/hald/
H A Ddevice.c212 const char *key; in hal_device_merge_with_rewrite() local
287 const char *key; in hal_device_merge() local
360 const char *key; in hal_device_matches() local
915 const char *key, in hal_device_property_set_attribute()
983 char *key; member
1037 const char *key, in hal_device_async_wait_property()
1087 const char *key) in hal_device_property_get_strlist()
1187 const char *key, in hal_device_property_strlist_remove_elem()
1212 const char *key) in hal_device_property_strlist_clear()
1245 const char *key, in hal_device_property_strlist_add()
[all …]
/illumos-gate/usr/src/lib/libjedec/common/
H A Dlibjedec_spd_ddr5.c35 const char *key) in spd_parse_ddr5_nbytes()
69 const char *key) in spd_parse_ddr5_mod_type()
151 const char *key) in spd_parse_ddr5_denpkg_pri()
159 const char *key) in spd_parse_ddr5_denpkg_sec()
191 const char *key) in spd_parse_ddr5_addr_pri()
199 const char *key) in spd_parse_ddr5_addr_sec()
226 const char *key) in spd_parse_ddr5_width_pri()
233 const char *key) in spd_parse_ddr5_width_sec()
262 const char *key) in spd_parse_ddr5_banks_pri()
270 const char *key) in spd_parse_ddr5_banks_sec()
[all …]
H A Dlibjedec_spd.c48 spd_nvl_err(spd_info_t *si, const char *key, spd_error_kind_t err, in spd_nvl_err()
118 spd_nvl_insert_u32(spd_info_t *si, const char *key, uint32_t data) in spd_nvl_insert_u32()
134 spd_nvl_insert_u64(spd_info_t *si, const char *key, uint64_t data) in spd_nvl_insert_u64()
150 spd_nvl_insert_u32_array(spd_info_t *si, const char *key, in spd_nvl_insert_u32_array()
167 spd_nvl_insert_key(spd_info_t *si, const char *key) in spd_nvl_insert_key()
183 spd_insert_map(spd_info_t *si, const char *key, uint8_t spd_val, in spd_insert_map()
201 spd_insert_map64(spd_info_t *si, const char *key, uint8_t spd_val, in spd_insert_map64()
313 spd_upsert_flag(spd_info_t *si, const char *key, uint32_t flag) in spd_upsert_flag()
355 const char *key) in spd_parse_jedec_id_str()
420 const char *key) in spd_parse_hex_string()
[all …]
H A Dlibjedec_spd_ddr4.c41 const char *key) in spd_parse_ddr4_nbytes()
95 const char *key) in spd_parse_ddr4_mod_type()
146 const char *key) in spd_parse_ddr4_density()
201 const char *key) in spd_parse_ddr4_pri_pkg()
214 const char *key) in spd_parse_ddr4_sec_pkg()
259 const char *key) in spd_parse_ddr4_feat2()
316 const char *key) in spd_parse_ddr4_mod_org()
344 const char *key) in spd_parse_ddr4_bus_width()
360 const char *key) in spd_parse_ddr4_therm()
384 const char *key) in spd_parse_ddr4_ts()
[all …]
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dtsd.c161 thread_key_t key; in thr_keycreate_once() local
183 pthread_key_delete(pthread_key_t key) in pthread_key_delete()
212 pthread_getspecific(pthread_key_t key) in pthread_getspecific()
234 thr_getspecific(thread_key_t key, void **valuep) in thr_getspecific()
265 thr_setspecific_slow(thread_key_t key, void *value) in thr_setspecific_slow()
320 thr_setspecific(thread_key_t key, void *value) in thr_setspecific()
353 pthread_setspecific(pthread_key_t key, const void *value) in pthread_setspecific()
373 _thr_slot_offset(thread_key_t key) in _thr_slot_offset()
388 thread_key_t key; in tsd_exit() local
/illumos-gate/usr/src/lib/print/libprint/common/
H A Dns_cmn_kvp.c56 ns_kvp_create(const char *key, const char *value) in ns_kvp_create()
99 ns_kvp_match_key(const ns_kvp_t *kvp, char *key) in ns_kvp_match_key()
121 ns_r_get_value(const char *key, const ns_printer_t *printer, int level) in ns_r_get_value()
202 ns_get_value(const char *key, const ns_printer_t *printer) in ns_get_value()
213 ns_get_value_string(const char *key, const ns_printer_t *printer) in ns_get_value_string()
224 ns_set_value(const char *key, const void *value, ns_printer_t *printer) in ns_set_value()
236 ns_set_value_from_string(const char *key, const char *string, in ns_set_value_from_string()
/illumos-gate/usr/src/uts/common/os/
H A Dmodhash.c151 #define MH_KEY_DESTROY(hash, key) ((hash->mh_kdtor)(key)) argument
179 mod_hash_null_keydtor(mod_hash_key_t key) in mod_hash_null_keydtor()
205 mod_hash_bystr(void *hash_data, mod_hash_key_t key) in mod_hash_bystr()
229 mod_hash_strkey_dtor(mod_hash_key_t key) in mod_hash_strkey_dtor()
271 mod_hash_byptr(void *hash_data, mod_hash_key_t key) in mod_hash_byptr()
340 mod_hash_byid(void *hash_data, mod_hash_key_t key) in mod_hash_byid()
518 i_mod_hash(mod_hash_t *hash, mod_hash_key_t key) in i_mod_hash()
545 i_mod_hash_insert_nosync(mod_hash_t *hash, mod_hash_key_t key, in i_mod_hash_insert_nosync()
602 mod_hash_insert_reserve(mod_hash_t *hash, mod_hash_key_t key, in mod_hash_insert_reserve()
750 mod_hash_destroy(mod_hash_t *hash, mod_hash_key_t key) in mod_hash_destroy()
[all …]
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dconfig.c73 char *key; member
94 char *p, *key; local
249 const char *key, const char *def)
262 const char *sasl_config_getstring(const char *key,const char *def)
276 int sasl_config_getint(_sasl_global_context_t *gctx, const char *key,int def)
293 int sasl_config_getswitch(_sasl_global_context_t *gctx,const char *key,int def)
/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_pgr.c321 sbd_pgr_key_t *key, *last_key = NULL; in sbd_pgr_meta_load() local
453 sbd_pgr_key_t *key; in sbd_pgr_meta_write() local
545 sbd_pgr_key_t *key; in sbd_pgr_key_alloc() local
568 sbd_pgr_key_free(sbd_pgr_key_t *key) in sbd_pgr_key_free()
584 sbd_pgr_key_t *key; in sbd_pgr_keylist_dealloc() local
765 sbd_pgr_key_t *key; in sbd_pgr_key_registered() local
781 sbd_pgr_key_t *key; in sbd_pgr_initialize_it() local
990 sbd_pgr_key_t *key; in sbd_handle_pgr_out_data() local
1095 sbd_pgr_key_t *key; in sbd_pgr_in_read_keys() local
1201 sbd_pgr_key_t *key; in sbd_pgr_in_read_full_status() local
[all …]
/illumos-gate/usr/src/cmd/sendmail/db/dbm/
H A Ddbm.c102 __db_dbm_fetch(key) in __db_dbm_fetch() argument
129 __db_dbm_nextkey(key) in __db_dbm_nextkey() argument
145 __db_dbm_delete(key) in __db_dbm_delete() argument
156 __db_dbm_store(key, dat) in __db_dbm_store() argument
245 __db_ndbm_fetch(dbm, key) in __db_ndbm_fetch() argument
293 datum key; local
328 datum key; local
358 __db_ndbm_delete(dbm, key) in __db_ndbm_delete() argument
391 __db_ndbm_store(dbm, key, data, flags) in __db_ndbm_store() argument
/illumos-gate/usr/src/tools/smatch/src/cwchash/
H A Dtester.c15 struct key struct
25 DEFINE_HASHTABLE_INSERT(insert_some, struct key, struct value); argument
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A Dwpa_enc.c35 AES_KEY key; in aes_wrap() local
86 AES_KEY key; in aes_unwrap() local
134 hmac_sha1(unsigned char *key, unsigned int key_len, in hmac_sha1()
143 hmac_sha1_vector(unsigned char *key, unsigned int key_len, size_t num_elem, in hmac_sha1_vector()
168 sha1_prf(unsigned char *key, unsigned int key_len, in sha1_prf()
213 rc4_skip(uint8_t *key, size_t keylen, size_t skip, in rc4_skip()
232 rc4(uint8_t *buf, size_t len, uint8_t *key, size_t key_len) in rc4()
241 hmac_md5_vector(uint8_t *key, size_t key_len, size_t num_elem, in hmac_md5_vector()
265 hmac_md5(uint8_t *key, size_t key_len, uint8_t *data, in hmac_md5()
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Ddbm.c91 kdb2_fetch(key) in kdb2_fetch() argument
120 kdb2_nextkey(key) in kdb2_nextkey() argument
135 kdb2_delete(key) in kdb2_delete() argument
146 kdb2_store(key, dat) in kdb2_store() argument
205 kdb2_dbm_fetch(db, key) in kdb2_dbm_fetch() argument
292 kdb2_dbm_delete(db, key) in kdb2_dbm_delete() argument
320 kdb2_dbm_store(db, key, content, flags) in kdb2_dbm_store() argument
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/mech/
H A Dutil_set.c36 void *key; member
63 int g_set_entry_add(g_set_elt *s, void *key, void *value) in g_set_entry_add()
79 int g_set_entry_delete(g_set_elt *s, void *key) in g_set_entry_delete()
96 int g_set_entry_get(g_set_elt *s, void *key, void **value) in g_set_entry_get()
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/enc_provider/
H A Ddes.c38 k5_des_docrypt(krb5_context context, krb5_const krb5_keyblock *key, in k5_des_docrypt()
67 k5_des_encrypt(krb5_context context, krb5_const krb5_keyblock *key, in k5_des_encrypt()
75 k5_des_decrypt(krb5_context context, krb5_const krb5_keyblock *key, in k5_des_decrypt()
84 krb5_keyblock *key) in k5_des_make_key()
H A Ddes3.c38 krb5_const krb5_keyblock *key, krb5_const krb5_data *ivec, in k5_des3_docrypt()
69 krb5_const krb5_keyblock *key, krb5_const krb5_data *ivec, in k5_des3_encrypt()
77 krb5_const krb5_keyblock *key, krb5_const krb5_data *ivec, in k5_des3_decrypt()
85 krb5_keyblock *key) in k5_des3_make_key()
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/
H A Dencrypt.c38 update_key_template(krb5_keyblock *key) in update_key_template()
81 init_key_kef(crypto_mech_type_t mech_type, krb5_keyblock *key) in init_key_kef()
111 init_key_uef(CK_SESSION_HANDLE hSession, krb5_keyblock *key) in init_key_uef()
175 krb5_c_encrypt(krb5_context context, const krb5_keyblock *key, in krb5_c_encrypt()
/illumos-gate/usr/src/cmd/cron/
H A Delm.c93 struct key *key; member
108 struct key { time_t time; argument
111 struct key *left; argument
112 struct key *right; }; argument
122 struct index { struct key *key; member
/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dtrie.c214 t_insert(trie_id_t *tid, key_t id, uint32_t key, uint32_t mask) in t_insert()
328 t_insert6(trie_id_t *tid, key_t id, in6_addr_t key, in6_addr_t mask) in t_insert6()
397 t_traverse_delete(node_t **in_node, uint8_t pos, key_t id, uint32_t key, in t_traverse_delete()
600 t_remove(trie_id_t *tid, key_t id, uint32_t key, uint32_t mask) in t_remove()
625 t_remove6(trie_id_t *tid, key_t id, in6_addr_t key, in6_addr_t mask) in t_remove6()
700 t_retrieve(trie_id_t *tid, uint32_t key, ht_match_t *fid_table) in t_retrieve()
777 t_retrieve6(trie_id_t *tid, in6_addr_t key, ht_match_t *fid_table) in t_retrieve6()
H A Dtable.c56 ht_insert(table_id_t *taid, key_t id, int key) in ht_insert()
124 ht_search(hash_table table, int key) in ht_search()
153 ht_retrieve(table_id_t *taid, int key, ht_match_t *fid_table) in ht_retrieve()
196 ht_remove(table_id_t *taid, key_t id, int key) in ht_remove()
/illumos-gate/usr/src/lib/libresolv2/common/dst/
H A Dhmac_link.c95 HMAC_Key *key; in dst_hmac_md5_sign() local
164 HMAC_Key *key; in dst_hmac_md5_verify() local
223 dst_buffer_to_hmac_md5(DST_KEY *dkey, const u_char *key, const int keylen) in dst_buffer_to_hmac_md5()
283 u_char key[HMAC_LEN]; in dst_hmac_md5_key_to_file_format() local
345 u_char key[HMAC_LEN+1]; /* b64_pton needs more than 64 bytes do decode in dst_hmac_md5_key_from_file_format() local
431 dst_hmac_md5_free_key_structure(void *key) in dst_hmac_md5_free_key_structure()
447 dst_hmac_md5_generate_key(DST_KEY *key, const int nothing) in dst_hmac_md5_generate_key()
/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Dttl_utils.c67 has_entry_expired(map_ctrl *map, datum *key) in has_entry_expired()
163 datum key; in has_map_expired() local
188 update_entry_ttl(map_ctrl *map, datum *key, TTL_TYPE type) in update_entry_ttl()
238 datum key; in update_map_ttl() local
/illumos-gate/usr/src/cmd/sendmail/db/hash/
H A Dhash_func.c70 __ham_func2(key, len) in __ham_func2() argument
101 __ham_func3(key, len) in __ham_func3() argument
155 __ham_func4(key, len) in __ham_func4() argument
219 __ham_func5(key, len) in __ham_func5() argument
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dltable.c97 static Node *mainposition (const Table *t, const TValue *key) { in mainposition()
127 static int arrayindex (const TValue *key) { in arrayindex()
144 static int findindex (lua_State *L, Table *t, StkId key) { in findindex()
169 int luaH_next (lua_State *L, Table *t, StkId key) { in luaH_next()
218 static int countint (const TValue *key, int *nums) { in countint()
405 TValue *luaH_newkey (lua_State *L, Table *t, const TValue *key) { in luaH_newkey()
446 const TValue *luaH_getint (Table *t, int key) { in luaH_getint()
466 const TValue *luaH_getstr (Table *t, TString *key) { in luaH_getstr()
481 const TValue *luaH_get (Table *t, const TValue *key) { in luaH_get()
511 TValue *luaH_set (lua_State *L, Table *t, const TValue *key) { in luaH_set()
[all …]
/illumos-gate/usr/src/uts/common/io/kbtrans/
H A Dkbtrans_polled.c77 kbtrans_key_t key; in kbtrans_ischar() local
163 kbtrans_key_t key, in kbtrans_polled_pressed()
235 kbtrans_polled_released(struct kbtrans *upper, kbtrans_key_t key) in kbtrans_polled_released()
266 kbtrans_key_t key) in kbtrans_polled_setup_repeat()

12345678910>>...40