HelenOS sources

fun_unbind        278 uspace/drv/test/test1/test1.c 		rc = fun_unbind(test1->fun_a, "a");
fun_unbind        284 uspace/drv/test/test1/test1.c 		rc = fun_unbind(test1->clone, "clone");
fun_unbind        290 uspace/drv/test/test1/test1.c 		rc = fun_unbind(test1->child, "child");
fun_unbind        278 uspace/drv/test/test2/test2.c 		rc = fun_unbind(test2->fun_a, "a");
fun_unbind        284 uspace/drv/test/test2/test2.c 		rc = fun_unbind(test2->fun_err, "ERROR");
fun_unbind        290 uspace/drv/test/test2/test2.c 		rc = fun_unbind(test2->child, "child");
fun_unbind        296 uspace/drv/test/test2/test2.c 		rc = fun_unbind(test2->test1, "test1");
HelenOS homepage, sources at GitHub