Searched refs:old_key (Results 1 - 7 of 7) sorted by relevance
| /illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/ |
| H A D | ncu_phys.c | 363 nwam_value_t old_key; local 369 NWAM_KNOWN_WLAN_PROP_KEYNAME, &old_key)) != NWAM_SUCCESS) { 374 if ((err = nwam_value_get_string_array(old_key, &old_keyname, 379 nwam_value_free(old_key); 382 nwam_value_free(old_key);
|
| /illumos-gate/usr/src/lib/udapl/libdat/common/ |
| H A D | dat_dictionary.c | 76 const DAT_PROVIDER_INFO *old_key, 429 const DAT_PROVIDER_INFO *old_key, 432 dat_os_assert(NULL != old_key); 435 (void) dat_os_strncpy(new_key->ia_name, old_key->ia_name, 437 new_key->dapl_version_major = old_key->dapl_version_major; 438 new_key->dapl_version_minor = old_key->dapl_version_minor; 439 new_key->is_thread_safe = old_key->is_thread_safe; 428 dat_dictionary_key_dup( const DAT_PROVIDER_INFO *old_key, DAT_PROVIDER_INFO *new_key) argument
|
| /illumos-gate/usr/src/uts/sun4u/lw8/io/ |
| H A D | sgenv.c | 1465 envresp_key_t old_key; local 1498 old_key = 0; 1512 old_key = env_cache[i][0].sd_value; 1522 if ((key == 0) && (old_key == 0)) { 1553 ASSERT(old_key != 0); 1568 if (key != old_key) { 1595 i, old_key, "Constant Data"); 1610 i, old_key, "Threshold Data"); 1625 i, old_key, "Volatile Data (fresh)"); 1650 * key == old_key [all...] |
| /systemd/src/basic/ |
| H A D | set.h | 65 int set_remove_and_put(Set *s, const void *old_key, const void *new_key);
|
| H A D | hashmap.c | 1374 int hashmap_remove_and_put(Hashmap *h, const void *old_key, const void *new_key, void *value) { argument 1382 old_hash = bucket_hash(h, old_key); 1383 idx = bucket_scan(h, old_hash, old_key); 1401 int set_remove_and_put(Set *s, const void *old_key, const void *new_key) { argument 1409 old_hash = bucket_hash(s, old_key); 1410 idx = bucket_scan(s, old_hash, old_key); 1427 int hashmap_remove_and_replace(Hashmap *h, const void *old_key, const void *new_key, void *value) { argument 1435 old_hash = bucket_hash(h, old_key); 1436 idx_old = bucket_scan(h, old_hash, old_key); 1440 old_key [all...] |
| H A D | hashmap.h | 195 int hashmap_remove_and_put(Hashmap *h, const void *old_key, const void *new_key, void *value); 196 static inline int ordered_hashmap_remove_and_put(OrderedHashmap *h, const void *old_key, const void *new_key, void *value) { argument 197 return hashmap_remove_and_put(PLAIN_HASHMAP(h), old_key, new_key, value); 200 int hashmap_remove_and_replace(Hashmap *h, const void *old_key, const void *new_key, void *value); 201 static inline int ordered_hashmap_remove_and_replace(OrderedHashmap *h, const void *old_key, const void *new_key, void *value) { argument 202 return hashmap_remove_and_replace(PLAIN_HASHMAP(h), old_key, new_key, value);
|
| /systemd/src/libsystemd/sd-device/ |
| H A D | sd-device.c | 108 _cleanup_free_ char *key = NULL, *value = NULL, *old_key = NULL, *old_value = NULL; local 123 old_value = ordered_hashmap_get2(*properties, key, (void**) &old_key);
|
Completed in 87 milliseconds