HelenOS sources

sif_get_root      121 uspace/app/contacts/contacts.c 		rc = sif_node_append_child(trans, sif_get_root(repo), "entries",
sif_get_root      139 uspace/app/contacts/contacts.c 		node = sif_node_first_child(sif_get_root(repo));
sif_get_root      142 uspace/app/sysinst/volume.c 		rc = sif_node_append_child(trans, sif_get_root(repo),
sif_get_root      157 uspace/app/sysinst/volume.c 		node = sif_node_first_child(sif_get_root(repo));
sif_get_root       54 uspace/lib/sif/include/sif.h sif_node_t *sif_get_root(sif_sess_t *);
sif_get_root       96 uspace/lib/sif/test/sif.c PCUT_TEST(sif_get_root)
sif_get_root      114 uspace/lib/sif/test/sif.c 	root = sif_get_root(sess);
sif_get_root      150 uspace/lib/sif/test/sif.c 	root = sif_get_root(sess);
sif_get_root      205 uspace/lib/sif/test/sif.c 	root = sif_get_root(sess);
sif_get_root      262 uspace/lib/sif/test/sif.c 	root = sif_get_root(sess);
sif_get_root      325 uspace/lib/sif/test/sif.c 	root = sif_get_root(sess);
sif_get_root      387 uspace/lib/sif/test/sif.c 	root = sif_get_root(sess);
sif_get_root      450 uspace/lib/sif/test/sif.c 	root = sif_get_root(sess);
sif_get_root      508 uspace/lib/sif/test/sif.c 	root = sif_get_root(sess);
sif_get_root      566 uspace/lib/sif/test/sif.c 	root = sif_get_root(sess);
sif_get_root      588 uspace/lib/sif/test/sif.c 	root = sif_get_root(sess);
sif_get_root       78 uspace/lib/tbarcfg/src/tbarcfg.c 	rnode = sif_get_root(repo);
sif_get_root      137 uspace/lib/tbarcfg/src/tbarcfg.c 	rnode = sif_get_root(repo);
sif_get_root      142 uspace/srv/volsrv/volume.c 		rc = sif_node_append_child(trans, sif_get_root(repo),
sif_get_root      157 uspace/srv/volsrv/volume.c 		node = sif_node_first_child(sif_get_root(repo));
HelenOS homepage, sources at GitHub