Home
last modified time | relevance | path

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

12345678910>>...40

/titanic_51/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; hal_device_matches() local
459 hal_device_has_property(HalDevice * device,const char * key) hal_device_has_property() argument
476 hal_device_property_find(HalDevice * device,const char * key) hal_device_property_find() argument
494 hal_device_property_to_string(HalDevice * device,const char * key) hal_device_property_to_string() argument
527 hal_device_property_get_type(HalDevice * device,const char * key) hal_device_property_get_type() argument
543 hal_device_property_get_string(HalDevice * device,const char * key) hal_device_property_get_string() argument
559 hal_device_property_get_as_string(HalDevice * device,const char * key,char * buf,size_t bufsize) hal_device_property_get_as_string() argument
623 hal_device_property_get_int(HalDevice * device,const char * key) hal_device_property_get_int() argument
639 hal_device_property_get_uint64(HalDevice * device,const char * key) hal_device_property_get_uint64() argument
655 hal_device_property_get_bool(HalDevice * device,const char * key) hal_device_property_get_bool() argument
671 hal_device_property_get_double(HalDevice * device,const char * key) hal_device_property_get_double() argument
687 hal_device_property_set_string(HalDevice * device,const char * key,const char * value) hal_device_property_set_string() argument
723 hal_device_property_set_int(HalDevice * device,const char * key,dbus_int32_t value) hal_device_property_set_int() argument
757 hal_device_property_set_uint64(HalDevice * device,const char * key,dbus_uint64_t value) hal_device_property_set_uint64() argument
791 hal_device_property_set_bool(HalDevice * device,const char * key,dbus_bool_t value) hal_device_property_set_bool() argument
825 hal_device_property_set_double(HalDevice * device,const char * key,double value) hal_device_property_set_double() argument
894 hal_device_property_remove(HalDevice * device,const char * key) hal_device_property_remove() argument
915 hal_device_property_set_attribute(HalDevice * device,const char * key,enum PropertyAttribute attr,gboolean val) hal_device_property_set_attribute() argument
939 const char *key; hal_device_print() local
983 char *key; global() member
1003 prop_changed_cb(HalDevice * device,const char * key,gboolean removed,gboolean added,gpointer user_data) prop_changed_cb() argument
1037 hal_device_async_wait_property(HalDevice * device,const char * key,HalDeviceAsyncCallback callback,gpointer user_data,int timeout) hal_device_async_wait_property() argument
1087 hal_device_property_get_strlist(HalDevice * device,const char * key) hal_device_property_get_strlist() argument
1104 hal_device_property_get_strlist_elem(HalDevice * device,const char * key,guint index) hal_device_property_get_strlist_elem() argument
1123 hal_device_property_strlist_append(HalDevice * device,const char * key,const char * value) hal_device_property_strlist_append() argument
1155 hal_device_property_strlist_prepend(HalDevice * device,const char * key,const char * value) hal_device_property_strlist_prepend() argument
1187 hal_device_property_strlist_remove_elem(HalDevice * device,const char * key,guint index) hal_device_property_strlist_remove_elem() argument
1212 hal_device_property_strlist_clear(HalDevice * device,const char * key) hal_device_property_strlist_clear() argument
1245 hal_device_property_strlist_add(HalDevice * device,const char * key,const char * value) hal_device_property_strlist_add() argument
1284 hal_device_property_strlist_remove(HalDevice * device,const char * key,const char * value) hal_device_property_strlist_remove() argument
1308 hal_device_property_strlist_is_empty(HalDevice * device,const char * key) hal_device_property_strlist_is_empty() argument
[all...]
/titanic_51/usr/src/lib/print/libprint/common/
H A Dns_cmn_kvp.c58 ns_kvp_create(const char *key, const char *value) in ns_kvp_create() argument
98 ns_kvp_match_key(const ns_kvp_t * kvp,char * key) ns_kvp_match_key() argument
120 ns_r_get_value(const char * key,const ns_printer_t * printer,int level) ns_r_get_value() argument
201 ns_get_value(const char * key,const ns_printer_t * printer) ns_get_value() argument
212 ns_get_value_string(const char * key,const ns_printer_t * printer) ns_get_value_string() argument
223 ns_set_value(const char * key,const void * value,ns_printer_t * printer) ns_set_value() argument
235 ns_set_value_from_string(const char * key,const char * string,ns_printer_t * printer) ns_set_value_from_string() argument
[all...]
/titanic_51/usr/src/lib/libc/port/threads/
H A Dtsd.c163 thread_key_t key; thr_keycreate_once() local
185 pthread_key_delete(pthread_key_t key) pthread_key_delete() argument
214 pthread_getspecific(pthread_key_t key) pthread_getspecific() argument
236 thr_getspecific(thread_key_t key,void ** valuep) thr_getspecific() argument
267 thr_setspecific_slow(thread_key_t key,void * value) thr_setspecific_slow() argument
322 thr_setspecific(thread_key_t key,void * value) thr_setspecific() argument
355 pthread_setspecific(pthread_key_t key,const void * value) pthread_setspecific() argument
375 _thr_slot_offset(thread_key_t key) _thr_slot_offset() argument
390 thread_key_t key; tsd_exit() local
[all...]
/titanic_51/usr/src/uts/common/os/
H A Dmodhash.c151 MH_KEY_DESTROY(hash,key) global() argument
179 mod_hash_null_keydtor(mod_hash_key_t key) mod_hash_null_keydtor() argument
205 mod_hash_bystr(void * hash_data,mod_hash_key_t key) mod_hash_bystr() argument
229 mod_hash_strkey_dtor(mod_hash_key_t key) mod_hash_strkey_dtor() argument
271 mod_hash_byptr(void * hash_data,mod_hash_key_t key) mod_hash_byptr() argument
340 mod_hash_byid(void * hash_data,mod_hash_key_t key) mod_hash_byid() argument
518 i_mod_hash(mod_hash_t * hash,mod_hash_key_t key) i_mod_hash() argument
545 i_mod_hash_insert_nosync(mod_hash_t * hash,mod_hash_key_t key,mod_hash_val_t val,mod_hash_hndl_t handle) i_mod_hash_insert_nosync() argument
579 mod_hash_insert(mod_hash_t * hash,mod_hash_key_t key,mod_hash_val_t val) mod_hash_insert() argument
602 mod_hash_insert_reserve(mod_hash_t * hash,mod_hash_key_t key,mod_hash_val_t val,mod_hash_hndl_t handle) mod_hash_insert_reserve() argument
670 i_mod_hash_remove_nosync(mod_hash_t * hash,mod_hash_key_t key,mod_hash_val_t * val) i_mod_hash_remove_nosync() argument
707 mod_hash_remove(mod_hash_t * hash,mod_hash_key_t key,mod_hash_val_t * val) mod_hash_remove() argument
725 mod_hash_replace(mod_hash_t * hash,mod_hash_key_t key,mod_hash_val_t val) mod_hash_replace() argument
750 mod_hash_destroy(mod_hash_t * hash,mod_hash_key_t key) mod_hash_destroy() argument
774 i_mod_hash_find_nosync(mod_hash_t * hash,mod_hash_key_t key,mod_hash_val_t * val) i_mod_hash_find_nosync() argument
794 mod_hash_find(mod_hash_t * hash,mod_hash_key_t key,mod_hash_val_t * val) mod_hash_find() argument
806 mod_hash_find_cb(mod_hash_t * hash,mod_hash_key_t key,mod_hash_val_t * val,void (* find_cb)(mod_hash_key_t,mod_hash_val_t)) mod_hash_find_cb() argument
822 mod_hash_find_cb_rval(mod_hash_t * hash,mod_hash_key_t key,mod_hash_val_t * val,int (* find_cb)(mod_hash_key_t,mod_hash_val_t),int * cb_rval) mod_hash_find_cb_rval() argument
[all...]
/titanic_51/usr/src/lib/libsasl/lib/
H A Dconfig.c74 char *key; member
95 char *p, *key; local
250 sasl_config_getstring(_sasl_global_context_t * gctx,const char * key,const char * def) global() argument
263 sasl_config_getstring(const char * key,const char * def) global() argument
277 sasl_config_getint(_sasl_global_context_t * gctx,const char * key,int def) global() argument
294 sasl_config_getswitch(_sasl_global_context_t * gctx,const char * key,int def) global() argument
[all...]
/titanic_51/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, da argument
245 __db_ndbm_fetch(dbm,key) __db_ndbm_fetch() argument
293 datum key; global() local
328 datum key; global() local
358 __db_ndbm_delete(dbm,key) __db_ndbm_delete() argument
391 __db_ndbm_store(dbm,key,data,flags) __db_ndbm_store() argument
[all...]
/titanic_51/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_pgr.c239 #define PGR_RESERVATION_HOLDER(pgr, key, it) ( \ argument
272 sbd_swap_pgrkey_info(sbd_pgr_key_info_t *key) in sbd_swap_pgrkey_info() argument
303 sbd_pgr_key_t *key, *last_key = NULL; sbd_pgr_meta_load() local
430 sbd_pgr_key_t *key; sbd_pgr_meta_write() local
518 sbd_pgr_key_t *key; sbd_pgr_key_alloc() local
541 sbd_pgr_key_free(sbd_pgr_key_t * key) sbd_pgr_key_free() argument
557 sbd_pgr_key_t *key; sbd_pgr_keylist_dealloc() local
592 sbd_pgr_remove_key(sbd_lu_t * slu,sbd_pgr_key_t * key) sbd_pgr_remove_key() argument
637 sbd_pgr_key_t *nextkey, *key = pgr->pgr_keylist; sbd_pgr_remove_keys() local
710 sbd_pgr_key_compare(sbd_pgr_key_t * key,scsi_devid_desc_t * lpt,stmf_remote_port_t * rpt) sbd_pgr_key_compare() argument
737 sbd_pgr_key_t *key; sbd_pgr_key_registered() local
753 sbd_pgr_key_t *key; sbd_pgr_initialize_it() local
963 sbd_pgr_key_t *key; sbd_handle_pgr_out_data() local
1068 sbd_pgr_key_t *key; sbd_pgr_in_read_keys() local
1174 sbd_pgr_key_t *key; sbd_pgr_in_read_full_status() local
1238 sbd_pgr_key_t *key = it->pgr_key_ptr; sbd_pgr_out_register() local
1411 sbd_pgr_key_t *key; sbd_pgr_do_register() local
1447 sbd_pgr_do_unregister(sbd_lu_t * slu,sbd_it_data_t * it,sbd_pgr_key_t * key) sbd_pgr_do_unregister() argument
1467 sbd_pgr_key_t *key = it->pgr_key_ptr; sbd_pgr_out_reserve() local
1507 sbd_pgr_do_reserve(sbd_pgr_t * pgr,sbd_pgr_key_t * key,sbd_it_data_t * it,stmf_scsi_session_t * ses,scsi_cdb_prout_t * pr_out) sbd_pgr_do_reserve() argument
1547 sbd_pgr_key_t *key = it->pgr_key_ptr; sbd_pgr_out_release() local
1624 sbd_pgr_key_t *key = it->pgr_key_ptr; sbd_pgr_out_preempt() local
1743 sbd_pgr_key_t *key = it->pgr_key_ptr; sbd_pgr_out_register_and_move() local
1861 sbd_pgr_key_t *key = it->pgr_key_ptr; sbd_pgr_remove_it_handle() local
[all...]
/titanic_51/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A Dwpa_enc.c35 AES_KEY key; in aes_wrap() local
86 AES_KEY key; aes_unwrap() local
134 hmac_sha1(unsigned char * key,unsigned int key_len,unsigned char * data,unsigned int data_len,unsigned char * mac) hmac_sha1() argument
143 hmac_sha1_vector(unsigned char * key,unsigned int key_len,size_t num_elem,unsigned char * addr[],unsigned int * len,unsigned char * mac) hmac_sha1_vector() argument
168 sha1_prf(unsigned char * key,unsigned int key_len,char * label,unsigned char * data,unsigned int data_len,unsigned char * buf,size_t buf_len) sha1_prf() argument
213 rc4_skip(uint8_t * key,size_t keylen,size_t skip,uint8_t * data,size_t data_len) rc4_skip() argument
232 rc4(uint8_t * buf,size_t len,uint8_t * key,size_t key_len) rc4() argument
241 hmac_md5_vector(uint8_t * key,size_t key_len,size_t num_elem,uint8_t * addr[],size_t * len,uint8_t * mac) hmac_md5_vector() argument
265 hmac_md5(uint8_t * key,size_t key_len,uint8_t * data,size_t data_len,uint8_t * mac) hmac_md5() argument
[all...]
/titanic_51/usr/src/uts/common/gssapi/mechs/krb5/mech/
H A Dutil_set.c38 void *key; member
65 int g_set_entry_add(g_set_elt *s, void *key, void *value) in g_set_entry_add() argument
81 int g_set_entry_delete(g_set_elt *s, void *key) in g_set_entry_delete() argument
98 int g_set_entry_get(g_set_elt *s, void *key, void **value) in g_set_entry_get() argument
[all...]
/titanic_51/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() argument
67 k5_des_encrypt(krb5_context context, krb5_const krb5_keyblock *key, in k5_des_encrypt() argument
75 k5_des_decrypt(krb5_context context, krb5_const krb5_keyblock *key, in k5_des_decrypt() argument
84 krb5_keyblock *key) in k5_des_make_key() argument
[all...]
H A Ddes3.c38 krb5_const krb5_keyblock *key, krb5_const krb5_data *ivec, in k5_des3_docrypt() argument
69 krb5_const krb5_keyblock *key, krb5_const krb5_data *ivec, in k5_des3_encrypt() argument
77 krb5_const krb5_keyblock *key, krb5_const krb5_data *ivec, in k5_des3_decrypt() argument
85 krb5_keyblock *key) in k5_des3_make_key() argument
[all...]
H A Darcfour_provider.c23 const krb5_keyblock *key, in setup_arcfour_crypto() argument
74 const krb5_keyblock *key, const krb5_data *state, in k5_arcfour_decrypt() argument
191 k5_arcfour_encrypt(krb5_context context,const krb5_keyblock * key,const krb5_data * state,const krb5_data * input,krb5_data * output) k5_arcfour_encrypt() argument
298 k5_arcfour_make_key(krb5_context context,const krb5_data * randombits,krb5_keyblock * key) k5_arcfour_make_key() argument
329 k5_arcfour_init_state(krb5_context context,const krb5_keyblock * key,krb5_keyusage keyusage,krb5_data * new_state) k5_arcfour_init_state() argument
[all...]
/titanic_51/usr/src/uts/common/gssapi/mechs/krb5/crypto/
H A Dencrypt.c38 update_key_template(krb5_keyblock *key) in update_key_template() argument
81 init_key_kef(crypto_mech_type_t mech_type, krb5_keyblock *key) in init_key_kef() argument
111 init_key_uef(CK_SESSION_HANDLE hSession,krb5_keyblock * key) init_key_uef() argument
175 krb5_c_encrypt(krb5_context context,const krb5_keyblock * key,krb5_keyusage usage,const krb5_data * ivec,const krb5_data * input,krb5_enc_data * output) krb5_c_encrypt() argument
[all...]
/titanic_51/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) kdb2_dbm_fetch() argument
292 kdb2_dbm_delete(db,key) kdb2_dbm_delete() argument
320 kdb2_dbm_store(db,key,content,flags) kdb2_dbm_store() argument
[all...]
/titanic_51/usr/src/cmd/cron/
H A Delm.c93 struct key *key; member
108 struct key { time_t time; argument
111 struct key *lef argument
112 rightkey global() argument
122 struct index { struct key *key; global() member
[all...]
/titanic_51/usr/src/uts/common/ipp/ipgpc/
H A Dtable.c58 ht_insert(table_id_t *taid, key_t id, int key) in ht_insert() argument
126 ht_search(hash_table table,int key) ht_search() argument
155 ht_retrieve(table_id_t * taid,int key,ht_match_t * fid_table) ht_retrieve() argument
198 ht_remove(table_id_t * taid,key_t id,int key) ht_remove() argument
[all...]
H A Dtrie.c216 t_insert(trie_id_t * tid,key_t id,uint32_t key,uint32_t mask) t_insert() argument
330 t_insert6(trie_id_t * tid,key_t id,in6_addr_t key,in6_addr_t mask) t_insert6() argument
399 t_traverse_delete(node_t ** in_node,uint8_t pos,key_t id,uint32_t key,uint32_t mask,trie_id_t ** tid) t_traverse_delete() argument
602 t_remove(trie_id_t * tid,key_t id,uint32_t key,uint32_t mask) t_remove() argument
627 t_remove6(trie_id_t * tid,key_t id,in6_addr_t key,in6_addr_t mask) t_remove6() argument
702 t_retrieve(trie_id_t * tid,uint32_t key,ht_match_t * fid_table) t_retrieve() argument
779 t_retrieve6(trie_id_t * tid,in6_addr_t key,ht_match_t * fid_table) t_retrieve6() argument
[all...]
/titanic_51/usr/src/lib/libnisdb/yptol/
H A Dttl_utils.c67 has_entry_expired(map_ctrl *map, datum *key) in has_entry_expired() argument
163 datum key; has_map_expired() local
188 update_entry_ttl(map_ctrl * map,datum * key,TTL_TYPE type) update_entry_ttl() argument
238 datum key; update_map_ttl() local
[all...]
/titanic_51/usr/src/lib/libnsctl/common/
H A Dhash.c44 nsc_insert_node(hash_node_t **hash, void *data, const char *key) in nsc_insert_node() argument
78 nsc_lookup(hash_node_t **hash, const char *key) in nsc_lookup() argument
94 nsc_remove_node(hash_node_t **hash, char *key) in nsc_remove_node() argument
158 calc_hash(const char * key) calc_hash() argument
[all...]
/titanic_51/usr/src/lib/libresolv2/common/dst/
H A Dhmac_link.c98 HMAC_Key *key; in dst_hmac_md5_sign() local
167 HMAC_Key *key; in dst_hmac_md5_verify() local
226 dst_buffer_to_hmac_md5(DST_KEY * dkey,const u_char * key,const int keylen) dst_buffer_to_hmac_md5() argument
286 u_char key[HMAC_LEN]; dst_hmac_md5_key_to_file_format() local
348 u_char key[HMAC_LEN+1]; /* b64_pton needs more than 64 bytes do decode dst_hmac_md5_key_from_file_format() local
434 dst_hmac_md5_free_key_structure(void * key) dst_hmac_md5_free_key_structure() argument
450 dst_hmac_md5_generate_key(DST_KEY * key,const int nothing) dst_hmac_md5_generate_key() argument
[all...]
/titanic_51/usr/src/uts/common/io/kbtrans/
H A Dkbtrans_polled.c79 kbtrans_key_t key; in kbtrans_ischar() local
165 kbtrans_key_t key, in kbtrans_polled_pressed() argument
237 kbtrans_polled_released(struct kbtrans *upper, kbtrans_key_t key) in kbtrans_polled_released() argument
268 kbtrans_polled_setup_repeat(struct kbtrans * upper,uint_t entrytype,kbtrans_key_t key) kbtrans_polled_setup_repeat() argument
[all...]
/titanic_51/usr/src/cmd/sendmail/db/hash/
H A Dhash_func.c77 __ham_func2(key, len) in __ham_func2() argument
108 __ham_func3(key, len) in __ham_func3() argument
155 __ham_func4(key, len) in __ham_func4() argument
212 __ham_func5(key, le argument
[all...]
/titanic_51/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_hash.c57 DAPL_HASH_KEY key; member
97 #define DAPL_DOHASH(key, hashsize) ((uint64_t)((key) % (hashsize))) argument
140 DAPL_HASH_KEY key, in dapli_hash_rehash() argument
180 dapli_hash_add(DAPL_HASH_TABLEP p_table,DAPL_HASH_KEY key,void * datum,DAT_BOOLEAN allow_dup,DAT_BOOLEAN * report_dup) dapli_hash_add() argument
289 dapl_hash_delete_element(DAPL_HASH_ELEM * element,DAPL_HASH_KEY key,DAPL_HASH_DATA * p_datum) dapl_hash_delete_element() argument
442 dapls_hash_insert(IN DAPL_HASH_TABLE * p_table,IN DAPL_HASH_KEY key,IN DAPL_HASH_DATA data) dapls_hash_insert() argument
476 dapls_hash_search(IN DAPL_HASH_TABLE * p_table,IN DAPL_HASH_KEY key,OUT DAPL_HASH_DATA * p_data) dapls_hash_search() argument
508 dapls_hash_remove(IN DAPL_HASH_TABLE * p_table,IN DAPL_HASH_KEY key,OUT DAPL_HASH_DATA * p_data) dapls_hash_remove() argument
[all...]
/titanic_51/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Derror_map.h26 OM_uint32 key; member
56 gsserrmap__find_node (struct gsserrmap__head *head, OM_uint32 key) in gsserrmap__find_node() argument
66 gsserrmap_find (struct gsserrmap__head *head, OM_uint32 key) in gsserrmap_find() argument
87 gsserrmap_replace_or_insert(struct gsserrmap__head * head,OM_uint32 key,char * new_value) gsserrmap_replace_or_insert() argument
[all...]
/titanic_51/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmUtility.java54 public static String getCopyrightResource(String key) { in getCopyrightResource() argument
76 public static String getResource(String key) { in getResource() argument
98 public static int getIntResource(String key) { in getIntResource() argument
[all...]

12345678910>>...40