HelenOS sources
p2i_entry_t 109 uspace/srv/ns/task.c p2i_entry_t *entry = hash_table_get_inst(item, p2i_entry_t, link);
p2i_entry_t 116 uspace/srv/ns/task.c p2i_entry_t *entry = hash_table_get_inst(item, p2i_entry_t, link);
p2i_entry_t 129 uspace/srv/ns/task.c free(hash_table_get_inst(item, p2i_entry_t, link));
p2i_entry_t 235 uspace/srv/ns/task.c p2i_entry_t *entry = (p2i_entry_t *) malloc(sizeof(p2i_entry_t));
p2i_entry_t 274 uspace/srv/ns/task.c p2i_entry_t *entry = hash_table_get_inst(link, p2i_entry_t, link);
HelenOS homepage, sources at GitHub