HelenOS sources

list_nth          312 uspace/app/tester/mm/common.c 	link_t *entry = list_nth(&mem_blocks, idx);
list_nth          436 uspace/srv/audio/hound/hound.c 		link_t *slink = list_nth(&hound->sources, i);
list_nth          478 uspace/srv/audio/hound/hound.c 		link_t *slink = list_nth(&hound->sinks, i);
list_nth          136 uspace/srv/devman/client_conn.c 	link_t *link = list_nth(&fun->match_ids.ids, index);
list_nth          630 uspace/srv/devman/client_conn.c 	link_t *link = list_nth(&drv->match_ids.ids, index);
list_nth         1309 uspace/srv/fs/cdfs/cdfs_ops.c 		link_t *link = list_nth(&node->cs_list, pos);
list_nth          508 uspace/srv/fs/tmpfs/tmpfs_ops.c 		lnk = list_nth(&nodep->cs_list, pos);
HelenOS homepage, sources at GitHub