Lines Matching refs:table
505 sbus_opath_hash_add_iface(hash_table_t *table,
537 /* first lookup existing list in hash table */
546 hret = hash_lookup(table, &key, &value);
578 hret = hash_enter(table, &key, &value);
584 talloc_steal(table, key.str);
590 talloc_steal(table, item);
599 sbus_opath_hash_has_path(hash_table_t *table,
607 return hash_has_key(table, &key);
611 * First @object_path is looked up in @table, if it is not found it steps up
616 sbus_opath_hash_lookup_iface(hash_table_t *table,
642 hret = hash_lookup(table, &key, &value);
651 "Unable to search hash table: hret=%d\n", hret);
671 hash_table_t *table,
706 hret = hash_lookup(table, &key, &value);
716 "Unable to search hash table: hret=%d\n", hret);
750 sbus_nodes_hash_add(hash_table_t *table,
774 has_key = hash_has_key(table, &key);
792 hret = hash_enter(table, &key, &value);
798 talloc_steal(table, key.str);
799 talloc_steal(table, data);
810 hash_table_t *table,
821 hret = hash_lookup(table, &key, &value);
826 "Unable to search hash table: hret=%d\n", hret);
949 /* if ret != EOK we will still leave iface in the table, since