Home
last modified time | relevance | path

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

1234567891011

/titanic_41/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_41/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_41/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_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/type/
H A DGBConstraintsConverter.java207 private int getIntegerFromTable(Hashtable table, String key) { in getIntegerFromTable()
208 String value = (String) table.get(key); in getIntegerFromTable() local
215 private boolean getBooleanFromTable(Hashtable table, String key) { in getBooleanFromTable()
216 String value = (String) table.get(key); in getBooleanFromTable() local
223 private double getDoubleFromTable(Hashtable table, String key) { in getDoubleFromTable()
224 String value = (String) table.get(key); in getDoubleFromTable() local
231 private int getConstantFromTable(Hashtable table, String key) { in getConstantFromTable()
232 String value = (String) table.get(key); in getConstantFromTable() local
H A DBaseEnumHelper.java78 public void setDefaultChoice(int value) { in setDefaultChoice()
93 public void add(int value, String name) { in add()
117 public Integer getInteger(String key) { in getInteger()
124 public String getString(Integer key) { in getString()
/titanic_41/usr/src/cmd/fs.d/cachefs/common/
H A Dstats_dbm.c118 datum key, value; in stats_dbm_fetch_byfid() local
150 datum key, value; in stats_dbm_store_byfid() local
176 datum key, value; in stats_dbm_fetch_byvfsp() local
212 datum key, value; in stats_dbm_store_byvfsp() local
240 datum key; in stats_dbm_delete_byvfsp() local
279 datum key, value; in stats_dbm_attrcache_addsize() local
/titanic_41/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_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/shadow/java/awt/
H A DDialogShadow.java96 protected Object getOnBody(String key) { in getOnBody()
103 private Object getOnDialogBody(String key) { in getOnDialogBody()
119 private Object getOnFrameBody(String key) { in getOnFrameBody()
135 protected void setOnBody(String key, Object value) { in setOnBody()
142 private void setOnDialogBody(String key, Object value) { in setOnDialogBody()
155 private void setOnFrameBody(String key, Object value) { in setOnFrameBody()
H A DChoiceShadow.java95 protected Object getOnBody(String key) { in getOnBody()
99 String value[] = new String[count]; in getOnBody() local
116 private void equalizeChoices(Object value) { in equalizeChoices()
135 protected void setOnBody(String key, Object value) { in setOnBody()
H A DMenuComponentShadow.java66 protected Object getOnBody(String key) { in getOnBody()
73 protected void setOnBody(String key, Object value) { in setOnBody()
H A DCheckboxShadow.java71 protected Object getOnBody(String key) { in getOnBody()
80 protected void setOnBody(String key, Object value) { in setOnBody()
H A DMenuItemShadow.java84 protected Object getOnBody(String key) { in getOnBody()
93 protected void setOnBody(String key, Object value) { in setOnBody()
H A DComponentShadow.java138 protected Object getOnBody(String key) { in getOnBody()
155 public void set(String key, Object value) { in set()
187 protected void setOnBody(String key, Object value) { in setOnBody()
/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/shadow/
H A DGBPanelShadow.java80 protected Object getOnBody(String key) { in getOnBody()
95 protected void setOnBody(String key, Object value) { in setOnBody()
111 String key, Object value) { in updateContainerAttribute()
H A DBorderPanelShadow.java84 protected Object getOnBody(String key) { in getOnBody()
98 protected void setOnBody(String key, Object value) { in setOnBody()
158 String key, Object value) { in updateContainerAttribute()
H A DLabelBarShadow.java87 protected Object getOnBody(String key) { in getOnBody()
100 protected void setOnBody(String key, Object value) { in setOnBody()
H A DVJCanvasShadow.java69 protected Object getOnBody(String key) { in getOnBody()
78 protected void setOnBody(String key, Object value) { in setOnBody()
H A DImageButtonShadow.java73 protected Object getOnBody(String key) { in getOnBody()
84 protected void setOnBody(String key, Object value) { in setOnBody()
H A DMultiLineLabelShadow.java83 protected Object getOnBody(String key) { in getOnBody()
96 protected void setOnBody(String key, Object value) { in setOnBody()
/titanic_41/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_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/base/
H A DShadow.java151 protected Object getOnBody(String key) { in getOnBody()
161 public Object get(String key) { in get()
184 protected void setOnBody(String key, Object value) { in setOnBody()
197 public void set(String key, Object value) { in set()
/titanic_41/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
/titanic_41/usr/src/lib/libdns_sd/java/com/apple/dnssd/
H A DTXTRecord.java84 public void set( String key, String value) in set()
97 public void set( String key, byte[] value) in set()
123 protected void insert( byte[] keyBytes, byte[] value, int index) in insert()
152 public int remove( String key) in remove()
188 public boolean contains( String key) in contains()

1234567891011