Searched refs:table_put (Results 1 – 1 of 1) sorted by relevance
| /xnu-11417.121.6/osfmk/kern/ |
| H A D | exclaves_resource.c | 200 table_put(table_t *table, const void *key, size_t key_len, table_item_t *item) in table_put() function 398 table_put(&root_table, scope, strlen(scope), item); in exclaves_resource_domain_alloc() 438 table_put(domain->d_table_name, name, strlen(name), name_item); in exclaves_resource_alloc() 454 table_put(domain->d_table_id, &id, sizeof(id), id_item); in exclaves_resource_alloc()
|