Home
last modified time | relevance | path

Searched +defs:key +defs:value (Results 1 – 25 of 197) sorted by relevance

12345678

/titanic_50/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()
98 ns_kvp_match_key(const ns_kvp_t *kvp, char *key) in ns_kvp_match_key()
120 ns_r_get_value(const char *key, const ns_printer_t *printer, int level) in ns_r_get_value()
134 void *value = string_to_value(key, kvp->value); in ns_r_get_value() local
149 void *value = NULL; in ns_r_get_value() local
201 ns_get_value(const char *key, const ns_printer_t *printer) in ns_get_value()
212 ns_get_value_string(const char *key, const ns_printer_t *printer) in ns_get_value_string()
223 ns_set_value(const char *key, const void *value, ns_printer_t *printer) in ns_set_value()
235 ns_set_value_from_string(const char *key, const char *string, in ns_set_value_from_string()
/titanic_50/usr/src/cmd/hal/hald/
H A Dproperty.c38 char *key; member
74 hal_property_new_string (const char *key, const char *value) in hal_property_new_string()
101 hal_property_new_int (const char *key, dbus_int32_t value) in hal_property_new_int()
115 hal_property_new_uint64 (const char *key, dbus_uint64_t value) in hal_property_new_uint64()
129 hal_property_new_bool (const char *key, dbus_bool_t value) in hal_property_new_bool()
143 hal_property_new_double (const char *key, double value) in hal_property_new_double()
267 hal_property_set_string (HalProperty *prop, const char *value) in hal_property_set_string()
294 hal_property_set_int (HalProperty *prop, dbus_int32_t value) in hal_property_set_int()
305 hal_property_set_uint64 (HalProperty *prop, dbus_uint64_t value) in hal_property_set_uint64()
316 hal_property_set_bool (HalProperty *prop, dbus_bool_t value) in hal_property_set_bool()
[all …]
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
459 hal_device_has_property (HalDevice *device, const char *key) in hal_device_has_property()
476 hal_device_property_find (HalDevice *device, const char *key) in hal_device_property_find()
494 hal_device_property_to_string (HalDevice *device, const char *key) in hal_device_property_to_string()
527 hal_device_property_get_type (HalDevice *device, const char *key) in hal_device_property_get_type()
543 hal_device_property_get_string (HalDevice *device, const char *key) in hal_device_property_get_string()
559 hal_device_property_get_as_string (HalDevice *device, const char *key, char *buf, size_t bufsize) in hal_device_property_get_as_string()
623 hal_device_property_get_int (HalDevice *device, const char *key) in hal_device_property_get_int()
[all …]
H A Ddevice_store.c150 const char *key, in emit_device_property_changed()
281 const char *key, in hal_device_store_match_key_value_string()
282 const char *value) in hal_device_store_match_key_value_string()
311 const char *key, in hal_device_store_match_key_value_int()
312 int value) in hal_device_store_match_key_value_int()
339 const char *key, in hal_device_store_match_multiple_key_value_string()
340 const char *value) in hal_device_store_match_multiple_key_value_string()
370 char *key; member
371 char *value; member
397 const char *key, gboolean removed, gboolean added, in match_device_async()
[all …]
/titanic_50/usr/src/uts/common/gssapi/mechs/krb5/mech/
H A Dutil_set.c38 void *key; member
39 void *value; member
65 int g_set_entry_add(g_set_elt *s, void *key, void *value) in g_set_entry_add()
81 int g_set_entry_delete(g_set_elt *s, void *key) in g_set_entry_delete()
98 int g_set_entry_get(g_set_elt *s, void *key, void **value) in g_set_entry_get()
/titanic_50/usr/src/lib/libc/port/threads/
H A Dtsd.c163 thread_key_t key; in thr_keycreate_once() local
185 pthread_key_delete(pthread_key_t key) in pthread_key_delete()
214 pthread_getspecific(pthread_key_t key) in pthread_getspecific()
236 thr_getspecific(thread_key_t key, void **valuep) in thr_getspecific()
267 thr_setspecific_slow(thread_key_t key, void *value) in thr_setspecific_slow()
322 thr_setspecific(thread_key_t key, void *value) in thr_setspecific()
355 pthread_setspecific(pthread_key_t key, const void *value) in pthread_setspecific()
375 _thr_slot_offset(thread_key_t key) in _thr_slot_offset()
390 thread_key_t key; in tsd_exit() local
/titanic_50/usr/src/lib/hal/libhal/common/
H A Dlibhal.c152 const char *value; in libhal_get_string_array_from_iter() local
231 char *key; /**< ASCII string */ member
500 const char *key; in libhal_device_get_all_properties() local
604 property_set_lookup (const LibHalPropertySet *set, const char *key) in property_set_lookup()
629 libhal_ps_get_type (const LibHalPropertySet *set, const char *key) in libhal_ps_get_type()
653 libhal_ps_get_string (const LibHalPropertySet *set, const char *key) in libhal_ps_get_string()
676 libhal_ps_get_int32 (const LibHalPropertySet *set, const char *key) in libhal_ps_get_int32()
699 libhal_ps_get_uint64 (const LibHalPropertySet *set, const char *key) in libhal_ps_get_uint64()
722 libhal_ps_get_double (const LibHalPropertySet *set, const char *key) in libhal_ps_get_double()
745 libhal_ps_get_bool (const LibHalPropertySet *set, const char *key) in libhal_ps_get_bool()
[all …]
/titanic_50/usr/src/lib/libdns_sd/java/com/apple/dnssd/
H A DTXTRecord.java61 public void set( String key, String value) in set()
74 public void set( String key, byte[] value) in set()
100 protected void insert( byte[] keyBytes, byte[] value, int index) in insert()
129 public int remove( String key) in remove()
165 public boolean contains( String key) in contains()
/titanic_50/usr/src/cmd/lp/lib/papi/
H A Dppd.c41 process_line(char *line, char **key, char **value, char **comment) in process_line()
102 char *key = NULL, *value = NULL, *text = NULL; in PPDFileToAttributesList() local
H A Dlpsched-misc.c39 char *value) in papiAttributeListAddLPString()
68 papiAttributeListGetLPString(papi_attribute_t **attributes, char *key, in papiAttributeListGetLPString()
71 char *value = NULL; in papiAttributeListGetLPString() local
82 papiAttributeListGetLPStrings(papi_attribute_t **attributes, char *key, in papiAttributeListGetLPStrings()
87 char *value = NULL; in papiAttributeListGetLPStrings() local
/titanic_50/usr/src/cmd/isns/isnsd/
H A Dfunc.c142 isns_tlv_t *key; in packet_get_key() local
319 isns_tlv_t *key, in setup_key_lcp()
325 uint8_t *value = &key->attr_value[0]; in setup_key_lcp() local
478 isns_tlv_t *key = conn->in_packet.key; in rsp_add_key() local
543 void *value, in rsp_add_tlv()
586 void *value; in rsp_add_tlvs() local
622 isns_tlv_t *key = conn->in_packet.key; local
839 isns_tlv_t *key = conn->in_packet.key; local
1010 isns_tlv_t *key = conn->in_packet.key; local
1156 uint8_t *value; local
[all …]
/titanic_50/usr/src/cmd/abi/spectrans/parser/
H A Dextends.c46 do_extends(const Meta_info parentM, const Translator_info *T_info, char *value) in do_extends()
50 buf[BUFSIZ], key[20]; in do_extends() local
275 find_fun(char *key, char *value, char *parentfun) in find_fun()
315 char key[20], buf[BUFSIZ], *buf2 = NULL, *localvalue = NULL, *p; in arch_match() local
H A Dfrontend.c160 char key[BUFSIZ], *value = NULL, *p = NULL; in read_spec() local
333 interesting_keyword(xlator_keyword_t *keywordlist, const char *key) in interesting_keyword()
428 split(const char *line, char *key, char *value) in split()
464 check4extends(const char *filename, const char *value, int arch, FILE *fp) in check4extends()
/titanic_50/usr/src/cmd/fm/fminject/common/
H A Dinj_hash.c56 inj_var_alloc(void *key, uintmax_t value, inj_var_t *next) in inj_var_alloc()
93 inj_hash_insert(inj_hash_t *h, void *key, uintmax_t value) in inj_hash_insert()
112 inj_hash_lookup(inj_hash_t *h, void *key) in inj_hash_lookup()
/titanic_50/usr/src/lib/libsasl/lib/
H A Dconfig.c74 char *key; member
75 char *value; member
95 char *p, *key; local
250 const char *key, const char *def)
263 const char *sasl_config_getstring(const char *key,const char *def)
277 int sasl_config_getint(_sasl_global_context_t *gctx, const char *key,int def)
294 int sasl_config_getswitch(_sasl_global_context_t *gctx,const char *key,int def)
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Derror_map.h26 OM_uint32 key; member
27 char * value; member
56 gsserrmap__find_node (struct gsserrmap__head *head, OM_uint32 key) in gsserrmap__find_node()
66 gsserrmap_find (struct gsserrmap__head *head, OM_uint32 key) in gsserrmap_find()
87 OM_uint32 key, char * new_value) in gsserrmap_replace_or_insert()
/titanic_50/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_umap.c137 uint64_t key, value; in hermon_devmap() local
464 uint64_t key; in hermon_devmap_umem_map() local
667 uint64_t key, value; in hermon_devmap_umem_unmap() local
869 uint64_t key; in hermon_devmap_dbrecmem_map() local
1066 uint64_t key, value; in hermon_devmap_dbrecmem_unmap() local
1837 hermon_umap_db_alloc(uint_t instance, uint64_t key, uint_t type, uint64_t value) in hermon_umap_db_alloc()
1925 hermon_umap_db_find(uint_t instance, uint64_t key, uint_t type, in hermon_umap_db_find()
1926 uint64_t *value, uint_t flag, hermon_umap_db_entry_t **umapdb) in hermon_umap_db_find()
1944 hermon_umap_db_find_nolock(uint_t instance, uint64_t key, uint_t type, in hermon_umap_db_find_nolock()
1945 uint64_t *value, uint_t flags, hermon_umap_db_entry_t **umapdb) in hermon_umap_db_find_nolock()
[all …]
/titanic_50/usr/src/lib/iconv_modules/inc/
H A Dpublic_struc.h31 unsigned int key; member
32 unsigned int value; member
/titanic_50/usr/src/uts/common/io/idm/
H A Didm_text.c254 char *tbscan, *key, *value; in idm_textbuf_to_nvlist() local
301 char **key, int *keylen, char **value) in idm_keyvalue_get_next()
352 idm_lookup_kv_xlate(const char *key, int keylen) in idm_lookup_kv_xlate()
389 idm_nvlist_add_kv(nvlist_t *nvl, const idm_kv_xlate_t *ikvx, char *value) in idm_nvlist_add_kv()
438 const idm_kv_xlate_t *ikvx, char *value) in idm_nvlist_add_string()
445 const idm_kv_xlate_t *ikvx, char *value) in idm_nvlist_add_boolean()
464 kv_is_hex(char *value) in kv_is_hex()
471 kv_is_base64(char *value) in kv_is_base64()
480 const idm_kv_xlate_t *ikvx, char *value) in idm_nvlist_add_binary()
560 const idm_kv_xlate_t *ikvx, char *value) in idm_nvlist_add_large_numerical()
[all …]
/titanic_50/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-mgmtaux.c29 #define __hal_aux_snprintf(retbuf, bufsize, fmt, key, value, retsize) \ argument
35 #define __hal_aux_snprintf(retbuf, bufsize, fmt, key, value, retsize) \ argument
47 #define __HAL_AUX_ENTRY(key, value, fmt) \ argument
161 unsigned int offset, u64 value) in xge_hal_aux_bar0_write()
891 char key[XGE_OS_SPRINTF_STRLEN]; in xge_hal_aux_stats_hal_read() local
1171 char key[XGE_OS_SPRINTF_STRLEN]; in xge_hal_aux_pci_config_read() local
1269 char key[XGE_OS_SPRINTF_STRLEN]; in xge_hal_aux_channel_read() local
1569 char key[XGE_OS_SPRINTF_STRLEN]; in xge_hal_aux_device_config_read() local
/titanic_50/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_umap.c122 uint64_t key, value; in tavor_devmap() local
423 uint64_t key; in tavor_devmap_umem_map() local
631 uint64_t key, value; in tavor_devmap_umem_unmap() local
1476 tavor_umap_db_alloc(uint_t instance, uint64_t key, uint_t type, uint64_t value) in tavor_umap_db_alloc()
1581 tavor_umap_db_find(uint_t instance, uint64_t key, uint_t type, in tavor_umap_db_find()
1582 uint64_t *value, uint_t flag, tavor_umap_db_entry_t **umapdb) in tavor_umap_db_find()
1603 tavor_umap_db_find_nolock(uint_t instance, uint64_t key, uint_t type, in tavor_umap_db_find_nolock()
1604 uint64_t *value, uint_t flags, tavor_umap_db_entry_t **umapdb) in tavor_umap_db_find_nolock()
1683 uint64_t value; in tavor_umap_umemlock_cb() local
1850 uint64_t value; in tavor_umap_db_set_onclose_cb() local
[all …]
/titanic_50/usr/src/lib/libsmbfs/smb/
H A Drcfile.c279 rc_sect_addkey(struct rcsection *rsp, const char *name, const char *value) in rc_sect_addkey()
496 rc_getstringptr(struct rcfile *rcp, const char *section, const char *key, in rc_getstringptr()
525 rc_getstring(struct rcfile *rcp, const char *section, const char *key, in rc_getstring()
528 char *value; in rc_getstring() local
545 rc_getint(struct rcfile *rcp, const char *section, const char *key, int *value) in rc_getint()
581 rc_getbool(struct rcfile *rcp, const char *section, const char *key, int *value) in rc_getbool()
/titanic_50/usr/src/lib/libdns_sd/common/
H A Ddnssd_clientlib.c75 const char *key, in InternalTXTRecordSearch()
204 const char *key, in TXTRecordSetValue()
206 const void *value in TXTRecordSetValue()
249 const char *key in TXTRecordRemoveValue()
276 const char *key in TXTRecordContainsKey()
287 const char *key, in TXTRecordGetValuePtr()
317 char *key, in TXTRecordGetItemAtIndex()
319 const void **value in TXTRecordGetItemAtIndex()
/titanic_50/usr/src/lib/libpool/common/
H A Ddict.c184 hash_addr(const void *key) in hash_addr()
293 dict_get(dict_hdl_t *hdl, const void *key) in dict_get()
311 dict_put(dict_hdl_t *hdl, const void *key, void *value) in dict_put()
341 dict_remove(dict_hdl_t *hdl, const void *key) in dict_remove()
353 void *value = bucket->db_value; in dict_remove() local
/titanic_50/usr/src/cmd/hal/addons/network-devices/
H A Dcache.c37 device_remove_if_stale(gpointer key, gpointer value, gpointer user_data) in device_remove_if_stale()
89 char *key; in device_seen() local

12345678