Searched refs:table_put (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.1.9/osfmk/kern/ |
| H A D | exclaves_resource.c | 203 table_put(table_t *table, const void *key, size_t key_len, table_item_t *item) in table_put() function 402 table_put(&root_table, scope, strlen(scope), item); in exclaves_resource_domain_alloc() 420 table_put(domain->d_table_name, name, strlen(name), name_item); in exclaves_resource_insert_name_table() 441 table_put(kernel_domain->d_table_id, &id, sizeof(id), id_item); in exclaves_resource_insert_id_table() 628 table_put(&aoe_service_table, &resource->r_id, in populate_aoeservice_to_conclave()
|