Searched refs:ie_index (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dipc_hash.c369 * just uses a field (ie_index) in the table itself.
428 * Ideally, table[hindex].ie_index is the name we want.
434 while ((index = table[hindex].ie_index) != 0) {
487 while (table[hindex].ie_index != 0) {
492 table[hindex].ie_index = index;
531 while (table[hindex].ie_index != index) {
537 * Now we want to set table[hindex].ie_index = 0.
566 index = table[dindex].ie_index;
582 table[hindex].ie_index = index;
H A Dipc_entry.h87 * The ie_index field of entries in the table implements
115 #define ie_index hash.table macro
H A Dmach_debug.c334 iin->iin_hash = entry->ie_index;
357 iin->iin_hash = entry->ie_index;
H A Dipc_entry.c777 table[i].ie_index = 0;

Completed in 49 milliseconds