/illumos-gate/usr/src/lib/print/libprint/common/ |
H A D | ns_cmn_kvp.c | 56 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() 135 void *value = string_to_value(key, kvp->value); in ns_r_get_value() local 150 void *value = NULL; in ns_r_get_value() local 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/cmd/hal/hald/ |
H A D | property.c | 38 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 D | device.c | 212 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 D | device_store.c | 150 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 …]
|
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/mech/ |
H A D | util_set.c | 36 void *key; member 37 void *value; 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/lib/libc/port/threads/ |
H A D | tsd.c | 161 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/hal/libhal/common/ |
H A D | libhal.c | 152 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 …]
|
/illumos-gate/usr/src/tools/smatch/src/cwchash/ |
H A D | tester.c | 15 struct key struct 20 struct value struct 25 DEFINE_HASHTABLE_INSERT(insert_some, struct key, struct value); argument
|
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | check_nospec.c | 62 static void set_param_nospec(const char *name, struct symbol *sym, char *key, char *value) in set_param_nospec() 144 static void db_returns_nospec(struct expression *expr, int param, char *key, char *value) in db_returns_nospec() 238 static void db_returns_barrier(struct expression *expr, int param, char *key, char *value) in db_returns_barrier() 243 static void select_return_stmt_cnt(struct expression *expr, int param, char *key, char *value) in select_return_stmt_cnt()
|
H A D | smatch_untracked_param.c | 83 static void assume_tracked(struct expression *call_expr, int param, char *key, char *value) in assume_tracked() 88 static char *get_array_from_key(struct expression *expr, int param, const char *key, struct symbol … in get_array_from_key() 105 static void mark_untracked_lost(struct expression *expr, int param, const char *key, int type) in mark_untracked_lost() 131 void mark_untracked(struct expression *expr, int param, char *key, char *value) in mark_untracked() 136 void mark_lost(struct expression *expr, int param, char *key, char *value) in mark_lost()
|
H A D | check_capable.c | 87 static void set_db_capable(const char *name, struct symbol *sym, char *key, char *value) in set_db_capable() 95 static void set_db_ns_capable(const char *name, struct symbol *sym, char *key, char *value) in set_db_ns_capable()
|
H A D | smatch_kernel_user_data.c | 1110 static void db_param_set(struct expression *expr, int param, char *key, char *value) in db_param_set() 1138 static bool param_data_capped(const char *value) in param_data_capped() 1145 static bool param_data_treat_untagged(const char *value) in param_data_treat_untagged() 1152 static void set_param_user_data(const char *name, struct symbol *sym, char *key, char *value) in set_param_user_data() 1204 static void set_called(const char *name, struct symbol *sym, char *key, char *value) in set_called() 1239 static void store_user_data_return(struct expression *expr, char *key, char *value) in store_user_data_return() 1255 static void set_to_user_data(struct expression *expr, char *key, char *value) in set_to_user_data() 1280 static void returns_param_user_data(struct expression *expr, int param, char *key, char *value) in returns_param_user_data() 1309 static void returns_param_user_data_set(struct expression *expr, int param, char *key, char *value) in returns_param_user_data_set() 1439 static void returns_param_capped(struct expression *expr, int param, char *key, char *value) in returns_param_capped()
|
/illumos-gate/usr/src/cmd/lp/lib/papi/ |
H A D | ppd.c | 40 process_line(char *line, char **key, char **value, char **comment) in process_line() 100 char *key = NULL, *value = NULL, *text = NULL; in PPDFileToAttributesList() local
|
H A D | lpsched-misc.c | 37 char *value) in papiAttributeListAddLPString() 66 papiAttributeListGetLPString(papi_attribute_t **attributes, char *key, in papiAttributeListGetLPString() 69 char *value = NULL; in papiAttributeListGetLPString() local 80 papiAttributeListGetLPStrings(papi_attribute_t **attributes, char *key, in papiAttributeListGetLPStrings() 85 char *value = NULL; in papiAttributeListGetLPStrings() local
|
/illumos-gate/usr/src/cmd/isns/isnsd/ |
H A D | func.c | 138 isns_tlv_t *key; in packet_get_key() local 309 setup_key_lcp(lookup_ctrl_t *lcp, isns_tlv_t *key, uint16_t key_len) in setup_key_lcp() 313 uint8_t *value = &key->attr_value[0]; in setup_key_lcp() local 460 isns_tlv_t *key = conn->in_packet.key; in rsp_add_key() local 521 rsp_add_tlv(conn_arg_t *conn, uint32_t tag, uint32_t len, void *value, in rsp_add_tlv() 559 void *value; in rsp_add_tlvs() local 593 isns_tlv_t *key = conn->in_packet.key; local 808 isns_tlv_t *key = conn->in_packet.key; local 977 isns_tlv_t *key = conn->in_packet.key; local 1121 uint8_t *value; local [all …]
|
/illumos-gate/usr/src/cmd/abi/spectrans/parser/ |
H A D | extends.c | 44 do_extends(const Meta_info parentM, const Translator_info *T_info, char *value) in do_extends() 48 buf[BUFSIZ], key[20]; in do_extends() local 273 find_fun(char *key, char *value, char *parentfun) in find_fun() 313 char key[20], buf[BUFSIZ], *buf2 = NULL, *localvalue = NULL, *p; in arch_match() local
|
H A D | frontend.c | 158 char key[BUFSIZ], *value = NULL, *p = NULL; in read_spec() local 331 interesting_keyword(xlator_keyword_t *keywordlist, const char *key) in interesting_keyword() 426 split(const char *line, char *key, char *value) in split() 462 check4extends(const char *filename, const char *value, int arch, FILE *fp) in check4extends()
|
/illumos-gate/usr/src/cmd/fm/fminject/common/ |
H A D | inj_hash.c | 54 inj_var_alloc(void *key, uintmax_t value, inj_var_t *next) in inj_var_alloc() 91 inj_hash_insert(inj_hash_t *h, void *key, uintmax_t value) in inj_hash_insert() 110 inj_hash_lookup(inj_hash_t *h, void *key) in inj_hash_lookup()
|
/illumos-gate/usr/src/lib/libsasl/lib/ |
H A D | config.c | 73 char *key; member 74 char *value; 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/ib/adapters/hermon/ |
H A D | hermon_umap.c | 137 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 …]
|
/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/ |
H A D | xgehal-mgmtaux.c | 29 #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
|
/illumos-gate/usr/src/uts/common/io/idm/ |
H A D | idm_text.c | 254 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 …]
|
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor_umap.c | 122 uint64_t key, value; in tavor_devmap() local 375 uint64_t key; in tavor_devmap_umem_map() local 572 uint64_t key, value; in tavor_devmap_umem_unmap() local 1304 tavor_umap_db_alloc(uint_t instance, uint64_t key, uint_t type, uint64_t value) in tavor_umap_db_alloc() 1392 tavor_umap_db_find(uint_t instance, uint64_t key, uint_t type, in tavor_umap_db_find() 1393 uint64_t *value, uint_t flag, tavor_umap_db_entry_t **umapdb) in tavor_umap_db_find() 1411 tavor_umap_db_find_nolock(uint_t instance, uint64_t key, uint_t type, in tavor_umap_db_find_nolock() 1412 uint64_t *value, uint_t flags, tavor_umap_db_entry_t **umapdb) in tavor_umap_db_find_nolock() 1487 uint64_t value; in tavor_umap_umemlock_cb() local 1634 uint64_t value; in tavor_umap_db_set_onclose_cb() local [all …]
|
/illumos-gate/usr/src/lib/libzfsbootenv/common/ |
H A D | lzbe_pair.c | 28 lzbe_nvlist_get(const char *pool, const char *key, void **ptr) in lzbe_nvlist_get() 75 lzbe_nvlist_set(const char *pool, const char *key, void *ptr) in lzbe_nvlist_set() 183 lzbe_add_pair(void *ptr, const char *key, const char *type, void *value, in lzbe_add_pair() 344 lzbe_remove_pair(void *ptr, const char *key) in lzbe_remove_pair()
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/ |
H A D | error_map.h | 26 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()
|