Searched refs:its_size (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/osfmk/ipc/
H A Dipc_table.h81 * The array must end with two elements with the same its_size value.
82 * Except for the terminating element, the its_size values must
83 * be strictly increasing. The largest (last) its_size value
96 * with an element with zero its_size, and except for this last
97 * element, the its_size values must be strictly increasing.
105 ipc_table_elems_t its_size; /* number of elements in table */ member in struct:ipc_table_size
131 ipc_table_alloc((its)->its_size * sizeof(struct ipc_entry)))
134 ipc_table_free((its)->its_size * sizeof(struct ipc_entry), \
140 ipc_table_alloc((its)->its_size * \
144 ipc_table_free((its)->its_size * \
[all...]
H A Dipc_table.c114 its[index].its_size = (ipc_table_elems_t)(size / elemsize);
128 its[index].its_size = (ipc_table_elems_t)(size / elemsize);
150 ipc_table_entries[ipc_table_entries_size - 1].its_size =
151 ipc_table_entries[ipc_table_entries_size - 2].its_size;
164 ipc_table_requests[ipc_table_requests_size - 1].its_size = 0;
H A Dipc_entry.c485 size = its->its_size;
492 osize = oits->its_size;
509 size = its->its_size;
523 nsize = nits->its_size;
H A Dipc_port.c231 (target_size <= otable->ipr_size->its_size)) {
235 while ((its->its_size) && (its->its_size < target_size)) {
238 if (its->its_size == 0) {
247 if ((its->its_size == 0) ||
272 osize = oits->its_size;
284 nsize = its->its_size;
716 size = requests->ipr_size->its_size;
760 ipc_table_elems_t size = its->its_size;
H A Dipc_space.c147 new_size = initial->its_size;
H A Dmach_debug.c227 infop->iis_table_next = space->is_table_next->its_size;
337 total = requests->ipr_size->its_size;
H A Dmach_port.c1696 *(int *)info = table->ipr_size->its_size;

Completed in 56 milliseconds