HelenOS sources

sif_node_first_child  139 uspace/app/contacts/contacts.c 		node = sif_node_first_child(sif_get_root(repo));
sif_node_first_child  185 uspace/app/contacts/contacts.c 	nentry = sif_node_first_child(nentries);
sif_node_first_child  157 uspace/app/sysinst/volume.c 		node = sif_node_first_child(sif_get_root(repo));
sif_node_first_child  540 uspace/app/sysinst/volume.c 	nvolume = sif_node_first_child(nvolumes);
sif_node_first_child   56 uspace/lib/sif/include/sif.h sif_node_t *sif_node_first_child(sif_node_t *);
sif_node_first_child  126 uspace/lib/sif/src/sif.c 	child = sif_node_first_child(node);
sif_node_first_child  130 uspace/lib/sif/src/sif.c 		child = sif_node_first_child(node);
sif_node_first_child  872 uspace/lib/sif/src/sif.c 	child = sif_node_first_child(node);
sif_node_first_child  164 uspace/lib/sif/test/sif.c 	c1 = sif_node_first_child(root);
sif_node_first_child  219 uspace/lib/sif/test/sif.c 	c1 = sif_node_first_child(root);
sif_node_first_child  279 uspace/lib/sif/test/sif.c 	c1 = sif_node_first_child(root);
sif_node_first_child  342 uspace/lib/sif/test/sif.c 	c1 = sif_node_first_child(root);
sif_node_first_child  412 uspace/lib/sif/test/sif.c 	c1 = sif_node_first_child(root);
sif_node_first_child  590 uspace/lib/sif/test/sif.c 	node = sif_node_first_child(root);
sif_node_first_child  138 uspace/lib/tbarcfg/src/tbarcfg.c 	tbcfg->nentries = sif_node_first_child(rnode);
sif_node_first_child  145 uspace/lib/tbarcfg/src/tbarcfg.c 	nentry = sif_node_first_child(tbcfg->nentries);
sif_node_first_child  157 uspace/srv/volsrv/volume.c 		node = sif_node_first_child(sif_get_root(repo));
sif_node_first_child  540 uspace/srv/volsrv/volume.c 	nvolume = sif_node_first_child(nvolumes);
HelenOS homepage, sources at GitHub