/titanic_51/usr/src/lib/print/libprint/common/ |
H A D | ns_cmn_kvp.c | 58 ns_kvp_create(const char * key,const char * value) 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 134 void *value = string_to_value(key, kvp->value); ns_r_get_value() local 149 void *value = NULL; ns_r_get_value() local 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/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() argument 101 hal_property_new_int (const char *key, dbus_int32_ argument 115 hal_property_new_uint64(const char * key,dbus_uint64_t value) hal_property_new_uint64() argument 129 hal_property_new_bool(const char * key,dbus_bool_t value) hal_property_new_bool() argument 143 hal_property_new_double(const char * key,double value) hal_property_new_double() argument 267 hal_property_set_string(HalProperty * prop,const char * value) hal_property_set_string() argument 294 hal_property_set_int(HalProperty * prop,dbus_int32_t value) hal_property_set_int() argument 305 hal_property_set_uint64(HalProperty * prop,dbus_uint64_t value) hal_property_set_uint64() argument 316 hal_property_set_bool(HalProperty * prop,dbus_bool_t value) hal_property_set_bool() argument 327 hal_property_set_double(HalProperty * prop,double value) hal_property_set_double() argument 376 hal_property_new_strlist(const char * key) hal_property_new_strlist() argument 399 hal_property_strlist_append(HalProperty * prop,const char * value) hal_property_strlist_append() argument 410 hal_property_strlist_prepend(HalProperty * prop,const char * value) hal_property_strlist_prepend() argument 442 hal_property_strlist_add(HalProperty * prop,const char * value) hal_property_strlist_add() argument 459 hal_property_strlist_remove(HalProperty * prop,const char * value) hal_property_strlist_remove() argument [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; 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 688 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 724 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 758 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 792 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 826 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 1124 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 1156 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 1246 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 1285 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...] |
H A D | device_store.c | 150 const char *key, in emit_device_property_changed() argument 281 const char *key, in hal_device_store_match_key_value_string() argument 282 const char *value) in hal_device_store_match_key_value_string() argument 311 hal_device_store_match_key_value_int(HalDeviceStore * store,const char * key,int value) hal_device_store_match_key_value_int() argument 312 hal_device_store_match_key_value_int(HalDeviceStore * store,const char * key,int value) hal_device_store_match_key_value_int() argument 339 hal_device_store_match_multiple_key_value_string(HalDeviceStore * store,const char * key,const char * value) hal_device_store_match_multiple_key_value_string() argument 340 hal_device_store_match_multiple_key_value_string(HalDeviceStore * store,const char * key,const char * value) hal_device_store_match_multiple_key_value_string() argument 370 char *key; global() member 371 char *value; global() member 397 match_device_async(HalDeviceStore * store,HalDevice * device,const char * key,gboolean removed,gboolean added,gpointer user_data) match_device_async() argument 455 hal_device_store_match_key_value_string_async(HalDeviceStore * store,const char * key,const char * value,HalDeviceStoreAsyncCallback callback,gpointer user_data,int timeout) hal_device_store_match_key_value_string_async() argument 456 hal_device_store_match_key_value_string_async(HalDeviceStore * store,const char * key,const char * value,HalDeviceStoreAsyncCallback callback,gpointer user_data,int timeout) hal_device_store_match_key_value_string_async() argument [all...] |
/titanic_51/usr/src/uts/common/gssapi/mechs/krb5/mech/ |
H A D | util_set.c | 38 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() argument 81 int g_set_entry_delete(g_set_elt *s, void *key) in g_set_entry_delete() argument 98 g_set_entry_get(g_set_elt * s,void * key,void ** value) g_set_entry_get() argument [all...] |
/titanic_51/usr/src/lib/libc/port/threads/ |
H A D | tsd.c | 163 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/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; libhal_device_get_all_properties() local 604 property_set_lookup(const LibHalPropertySet * set,const char * key) property_set_lookup() argument 629 libhal_ps_get_type(const LibHalPropertySet * set,const char * key) libhal_ps_get_type() argument 653 libhal_ps_get_string(const LibHalPropertySet * set,const char * key) libhal_ps_get_string() argument 676 libhal_ps_get_int32(const LibHalPropertySet * set,const char * key) libhal_ps_get_int32() argument 699 libhal_ps_get_uint64(const LibHalPropertySet * set,const char * key) libhal_ps_get_uint64() argument 722 libhal_ps_get_double(const LibHalPropertySet * set,const char * key) libhal_ps_get_double() argument 745 libhal_ps_get_bool(const LibHalPropertySet * set,const char * key) libhal_ps_get_bool() argument 768 libhal_ps_get_strlist(const LibHalPropertySet * set,const char * key) libhal_ps_get_strlist() argument 1024 char *key; filter_func() local 1144 libhal_device_get_property_type(LibHalContext * ctx,const char * udi,const char * key,DBusError * error) libhal_device_get_property_type() argument 1204 libhal_device_get_property_strlist(LibHalContext * ctx,const char * udi,const char * key,DBusError * error) libhal_device_get_property_strlist() argument 1275 libhal_device_get_property_string(LibHalContext * ctx,const char * udi,const char * key,DBusError * error) libhal_device_get_property_string() argument 1280 char *value; libhal_device_get_property_string() local 1350 libhal_device_get_property_int(LibHalContext * ctx,const char * udi,const char * key,DBusError * error) libhal_device_get_property_int() argument 1355 dbus_int32_t value; libhal_device_get_property_int() local 1421 libhal_device_get_property_uint64(LibHalContext * ctx,const char * udi,const char * key,DBusError * error) libhal_device_get_property_uint64() argument 1426 dbus_uint64_t value; libhal_device_get_property_uint64() local 1491 libhal_device_get_property_double(LibHalContext * ctx,const char * udi,const char * key,DBusError * error) libhal_device_get_property_double() argument 1496 double value; libhal_device_get_property_double() local 1561 libhal_device_get_property_bool(LibHalContext * ctx,const char * udi,const char * key,DBusError * error) libhal_device_get_property_bool() argument 1566 dbus_bool_t value; libhal_device_get_property_bool() local 1623 libhal_device_set_property_helper(LibHalContext * ctx,const char * udi,const char * key,int type,const char * str_value,dbus_int32_t int_value,dbus_uint64_t uint64_value,double double_value,dbus_bool_t bool_value,DBusError * error) libhal_device_set_property_helper() argument 1730 libhal_device_set_property_string(LibHalContext * ctx,const char * udi,const char * key,const char * value,DBusError * error) libhal_device_set_property_string() argument 1731 libhal_device_set_property_string(LibHalContext * ctx,const char * udi,const char * key,const char * value,DBusError * error) libhal_device_set_property_string() argument 1759 libhal_device_set_property_int(LibHalContext * ctx,const char * udi,const char * key,dbus_int32_t value,DBusError * error) libhal_device_set_property_int() argument 1785 libhal_device_set_property_uint64(LibHalContext * ctx,const char * udi,const char * key,dbus_uint64_t value,DBusError * error) libhal_device_set_property_uint64() argument 1811 libhal_device_set_property_double(LibHalContext * ctx,const char * udi,const char * key,double value,DBusError * error) libhal_device_set_property_double() argument 1837 libhal_device_set_property_bool(LibHalContext * ctx,const char * udi,const char * key,dbus_bool_t value,DBusError * error) libhal_device_set_property_bool() argument 1863 libhal_device_remove_property(LibHalContext * ctx,const char * udi,const char * key,DBusError * error) libhal_device_remove_property() argument 1890 libhal_device_property_strlist_append(LibHalContext * ctx,const char * udi,const char * key,const char * value,DBusError * error) libhal_device_property_strlist_append() argument 1891 libhal_device_property_strlist_append(LibHalContext * ctx,const char * udi,const char * key,const char * value,DBusError * error) libhal_device_property_strlist_append() argument 1949 libhal_device_property_strlist_prepend(LibHalContext * ctx,const char * udi,const char * key,const char * value,DBusError * error) libhal_device_property_strlist_prepend() argument 1950 libhal_device_property_strlist_prepend(LibHalContext * ctx,const char * udi,const char * key,const char * value,DBusError * error) libhal_device_property_strlist_prepend() argument 2008 libhal_device_property_strlist_remove_index(LibHalContext * ctx,const char * udi,const char * key,unsigned int idx,DBusError * error) libhal_device_property_strlist_remove_index() argument 2066 libhal_device_property_strlist_remove(LibHalContext * ctx,const char * udi,const char * key,const char * value,DBusError * error) libhal_device_property_strlist_remove() argument 2067 libhal_device_property_strlist_remove(LibHalContext * ctx,const char * udi,const char * key,const char * value,DBusError * error) libhal_device_property_strlist_remove() argument 2252 char *value; libhal_new_device() local 2443 dbus_bool_t value; libhal_device_exists() local 2508 libhal_device_property_exists(LibHalContext * ctx,const char * udi,const char * key,DBusError * error) libhal_device_property_exists() argument 2513 dbus_bool_t value; libhal_device_property_exists() local 2649 dbus_bool_t value; libhal_device_matches() local 2718 char *key; libhal_device_print() local 2801 libhal_manager_find_device_string_match(LibHalContext * ctx,const char * key,const char * value,int * num_devices,DBusError * error) libhal_manager_find_device_string_match() argument 2802 libhal_manager_find_device_string_match(LibHalContext * ctx,const char * key,const char * value,int * num_devices,DBusError * error) libhal_manager_find_device_string_match() argument 3824 char *key; global() member 3833 } value; global() member 3909 libhal_changeset_set_property_string(LibHalChangeSet * changeset,const char * key,const char * value) libhal_changeset_set_property_string() argument 3952 libhal_changeset_set_property_int(LibHalChangeSet * changeset,const char * key,dbus_int32_t value) libhal_changeset_set_property_int() argument 3988 libhal_changeset_set_property_uint64(LibHalChangeSet * changeset,const char * key,dbus_uint64_t value) libhal_changeset_set_property_uint64() argument 4024 libhal_changeset_set_property_double(LibHalChangeSet * changeset,const char * key,double value) libhal_changeset_set_property_double() argument 4060 libhal_changeset_set_property_bool(LibHalChangeSet * changeset,const char * key,dbus_bool_t value) libhal_changeset_set_property_bool() argument 4096 libhal_changeset_set_property_strlist(LibHalChangeSet * changeset,const char * key,const char ** value) libhal_changeset_set_property_strlist() argument [all...] |
/titanic_51/usr/src/lib/libdns_sd/java/com/apple/dnssd/ |
H A D | TXTRecord.java | 61 public void set( String key, String value) in set() argument 74 set( String key, byte[] value) set() argument 100 insert( byte[] keyBytes, byte[] value, int index) insert() argument 129 remove( String key) remove() argument 165 contains( String key) contains() argument [all...] |
/titanic_51/usr/src/cmd/lp/lib/papi/ |
H A D | ppd.c | 41 process_line(char *line, char **key, char **value, char **comment) in process_line() argument 102 char *key = NULL, *value = NULL, *text = NULL; PPDFileToAttributesList() local [all...] |
H A D | lpsched-misc.c | 39 char *value) in papiAttributeListAddLPString() argument 68 papiAttributeListGetLPString(papi_attribute_t **attributes, char *key, in papiAttributeListGetLPString() argument 71 char *value = NULL; in papiAttributeListGetLPString() local 82 papiAttributeListGetLPStrings(papi_attribute_t ** attributes,char * key,char *** strings) papiAttributeListGetLPStrings() argument 87 char *value = NULL; papiAttributeListGetLPStrings() local [all...] |
/titanic_51/usr/src/cmd/isns/isnsd/ |
H A D | func.c | 142 isns_tlv_t *key; in packet_get_key() local 319 isns_tlv_t *key, in setup_key_lcp() argument 325 uint8_t *value = &key->attr_value[0]; setup_key_lcp() local 478 isns_tlv_t *key = conn->in_packet.key; rsp_add_key() local 543 rsp_add_tlv(conn_arg_t * conn,uint32_t tag,uint32_t len,void * value,int pflag) rsp_add_tlv() argument 586 void *value; rsp_add_tlvs() local 622 isns_tlv_t *key = conn->in_packet.key; global() local 839 isns_tlv_t *key = conn->in_packet.key; global() local 1010 isns_tlv_t *key = conn->in_packet.key; global() local 1156 uint8_t *value; global() local 1268 isns_tlv_t *key = conn->in_packet.key; global() local 1326 isns_tlv_t *key = conn->in_packet.key; global() local 1436 isns_tlv_t *key = conn->in_packet.key; global() local 1442 uint8_t *value; global() local 1674 isns_tlv_t *key = conn->in_packet.key; global() local 1680 uint8_t *value; global() local 1875 isns_tlv_t *key = conn->in_packet.key; global() local 1881 uint8_t *value; global() local 1994 isns_tlv_t *key = conn->in_packet.key; global() local 2001 uint8_t *value; global() local [all...] |
/titanic_51/usr/src/cmd/abi/spectrans/parser/ |
H A D | extends.c | 46 do_extends(const Meta_info parentM, const Translator_info *T_info, char *value) in do_extends() argument 50 buf[BUFSIZ], key[20]; in do_extends() local 275 find_fun(char * key,char * value,char * parentfun) find_fun() argument 315 char key[20], buf[BUFSIZ], *buf2 = NULL, *localvalue = NULL, *p; arch_match() local [all...] |
H A D | frontend.c | 160 char key[BUFSIZ], *value = NULL, *p = NULL; in read_spec() local 333 interesting_keyword(xlator_keyword_t * keywordlist,const char * key) interesting_keyword() argument 428 split(const char * line,char * key,char * value) split() argument 464 check4extends(const char * filename,const char * value,int arch,FILE * fp) check4extends() argument [all...] |
/titanic_51/usr/src/cmd/fm/fminject/common/ |
H A D | inj_hash.c | 56 inj_var_alloc(void *key, uintmax_t value, inj_var_t *next) in inj_var_alloc() argument 93 inj_hash_insert(inj_hash_t *h, void *key, uintmax_t value) in inj_hash_insert() argument 112 inj_hash_lookup(inj_hash_t * h,void * key) inj_hash_lookup() argument [all...] |
/titanic_51/usr/src/lib/libsasl/lib/ |
H A D | config.c | 74 char *key; member 75 char *value; 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/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() argument 66 gsserrmap_find(struct gsserrmap__head * head,OM_uint32 key) 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/lib/iconv_modules/inc/ |
H A D | public_struc.h | 31 unsigned int key; member 32 unsigned int value; member
|
/titanic_51/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; hermon_devmap_umem_map() local 667 uint64_t key, value; hermon_devmap_umem_unmap() local 869 uint64_t key; hermon_devmap_dbrecmem_map() local 1066 uint64_t key, value; hermon_devmap_dbrecmem_unmap() local 1837 hermon_umap_db_alloc(uint_t instance,uint64_t key,uint_t type,uint64_t value) hermon_umap_db_alloc() argument 1925 hermon_umap_db_find(uint_t instance,uint64_t key,uint_t type,uint64_t * value,uint_t flag,hermon_umap_db_entry_t ** umapdb) hermon_umap_db_find() argument 1926 hermon_umap_db_find(uint_t instance,uint64_t key,uint_t type,uint64_t * value,uint_t flag,hermon_umap_db_entry_t ** umapdb) hermon_umap_db_find() argument 1944 hermon_umap_db_find_nolock(uint_t instance,uint64_t key,uint_t type,uint64_t * value,uint_t flags,hermon_umap_db_entry_t ** umapdb) hermon_umap_db_find_nolock() argument 1945 hermon_umap_db_find_nolock(uint_t instance,uint64_t key,uint_t type,uint64_t * value,uint_t flags,hermon_umap_db_entry_t ** umapdb) hermon_umap_db_find_nolock() argument 2020 uint64_t value; hermon_umap_umemlock_cb() local 2167 uint64_t value; hermon_umap_db_set_onclose_cb() local 2228 uint64_t value; hermon_umap_db_clear_onclose_cb() local [all...] |
/titanic_51/usr/src/uts/common/io/idm/ |
H A D | idm_text.c | 254 char *tbscan, *key, *value; idm_textbuf_to_nvlist() local 301 idm_keyvalue_get_next(char ** tb_scan,int * tb_len,char ** key,int * keylen,char ** value) idm_keyvalue_get_next() argument 352 idm_lookup_kv_xlate(const char * key,int keylen) idm_lookup_kv_xlate() argument 389 idm_nvlist_add_kv(nvlist_t * nvl,const idm_kv_xlate_t * ikvx,char * value) idm_nvlist_add_kv() argument 438 idm_nvlist_add_string(nvlist_t * nvl,const idm_kv_xlate_t * ikvx,char * value) idm_nvlist_add_string() argument 445 idm_nvlist_add_boolean(nvlist_t * nvl,const idm_kv_xlate_t * ikvx,char * value) idm_nvlist_add_boolean() argument 464 kv_is_hex(char * value) kv_is_hex() argument 471 kv_is_base64(char * value) kv_is_base64() argument 480 idm_nvlist_add_binary(nvlist_t * nvl,const idm_kv_xlate_t * ikvx,char * value) idm_nvlist_add_binary() argument 560 idm_nvlist_add_large_numerical(nvlist_t * nvl,const idm_kv_xlate_t * ikvx,char * value) idm_nvlist_add_large_numerical() argument 574 idm_nvlist_add_numerical(nvlist_t * nvl,const idm_kv_xlate_t * ikvx,char * value) idm_nvlist_add_numerical() argument 772 char *key; idm_itextbuf_add_nvpair() local 833 char *value; idm_itextbuf_add_string() local 861 boolean_t value; idm_itextbuf_add_boolean() local 888 unsigned char *value; idm_itextbuf_add_binary() local 935 uint64_t value; idm_itextbuf_add_numerical() local 1266 idm_nvlist_add_keyvalue(nvlist_t * nvl,char * key,int keylen,char * value) idm_nvlist_add_keyvalue() argument 1292 idm_nvlist_add_id(nvlist_t * nvl,iscsikey_id_t kv_id,char * value) idm_nvlist_add_id() argument [all...] |
/titanic_51/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, fm argument 161 xge_hal_aux_bar0_write(xge_hal_device_h devh,unsigned int offset,u64 value) xge_hal_aux_bar0_write() argument 891 char key[XGE_OS_SPRINTF_STRLEN]; xge_hal_aux_stats_hal_read() local 1171 char key[XGE_OS_SPRINTF_STRLEN]; xge_hal_aux_pci_config_read() local 1269 char key[XGE_OS_SPRINTF_STRLEN]; xge_hal_aux_channel_read() local 1569 char key[XGE_OS_SPRINTF_STRLEN]; xge_hal_aux_device_config_read() local [all...] |
/titanic_51/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor_umap.c | 122 uint64_t key, value; in tavor_devmap() local 423 uint64_t key; tavor_devmap_umem_map() local 631 uint64_t key, value; tavor_devmap_umem_unmap() local 1476 tavor_umap_db_alloc(uint_t instance,uint64_t key,uint_t type,uint64_t value) tavor_umap_db_alloc() argument 1581 tavor_umap_db_find(uint_t instance,uint64_t key,uint_t type,uint64_t * value,uint_t flag,tavor_umap_db_entry_t ** umapdb) tavor_umap_db_find() argument 1582 tavor_umap_db_find(uint_t instance,uint64_t key,uint_t type,uint64_t * value,uint_t flag,tavor_umap_db_entry_t ** umapdb) tavor_umap_db_find() argument 1603 tavor_umap_db_find_nolock(uint_t instance,uint64_t key,uint_t type,uint64_t * value,uint_t flags,tavor_umap_db_entry_t ** umapdb) tavor_umap_db_find_nolock() argument 1604 tavor_umap_db_find_nolock(uint_t instance,uint64_t key,uint_t type,uint64_t * value,uint_t flags,tavor_umap_db_entry_t ** umapdb) tavor_umap_db_find_nolock() argument 1683 uint64_t value; tavor_umap_umemlock_cb() local 1850 uint64_t value; tavor_umap_db_set_onclose_cb() local 1926 uint64_t value; tavor_umap_db_clear_onclose_cb() local [all...] |
/titanic_51/usr/src/lib/libsmbfs/smb/ |
H A D | rcfile.c | 279 rc_sect_addkey(struct rcsection *rsp, const char *name, const char *value) in rc_sect_addkey() argument 496 rc_getstringptr(struct rcfile *rcp, const char *section, const char *key, in rc_getstringptr() argument 525 rc_getstring(struct rcfile *rcp, const char *section, const char *key, in rc_getstring() argument 528 char *value; in rc_getstring() local 545 rc_getint(struct rcfile * rcp,const char * section,const char * key,int * value) rc_getint() argument 581 rc_getbool(struct rcfile * rcp,const char * section,const char * key,int * value) rc_getbool() argument [all...] |
/titanic_51/usr/src/lib/libdns_sd/common/ |
H A D | dnssd_clientlib.c | 75 const char *key, in InternalTXTRecordSearch() argument 204 const char *key, in TXTRecordSetValue() argument 206 const void *value in TXTRecordSetValue() argument 249 TXTRecordRemoveValue(TXTRecordRef * txtRecord,const char * key) TXTRecordRemoveValue() argument 276 TXTRecordContainsKey(uint16_t txtLen,const void * txtRecord,const char * key) TXTRecordContainsKey() argument 287 TXTRecordGetValuePtr(uint16_t txtLen,const void * txtRecord,const char * key,uint8_t * valueLen) TXTRecordGetValuePtr() argument 317 TXTRecordGetItemAtIndex(uint16_t txtLen,const void * txtRecord,uint16_t itemIndex,uint16_t keyBufLen,char * key,uint8_t * valueLen,const void ** value) TXTRecordGetItemAtIndex() argument 319 TXTRecordGetItemAtIndex(uint16_t txtLen,const void * txtRecord,uint16_t itemIndex,uint16_t keyBufLen,char * key,uint8_t * valueLen,const void ** value) TXTRecordGetItemAtIndex() argument [all...] |
/titanic_51/usr/src/lib/libpool/common/ |
H A D | dict.c | 184 hash_addr(const void * key) hash_addr() argument 293 dict_get(dict_hdl_t * hdl,const void * key) dict_get() argument 311 dict_put(dict_hdl_t * hdl,const void * key,void * value) dict_put() argument 341 dict_remove(dict_hdl_t * hdl,const void * key) dict_remove() argument 353 void *value = bucket->db_value; dict_remove() local [all...] |
/titanic_51/usr/src/cmd/hal/addons/network-devices/ |
H A D | cache.c | 37 device_remove_if_stale(gpointer key, gpointer value, gpointer user_data) in device_remove_if_stale() argument 89 char *key; in device_seen() local
|