HelenOS sources

ddf_fun_add_match_id  123 uspace/drv/bus/adb/cuda_adb/cuda_adb.c 	rc = ddf_fun_add_match_id(fun, id, 10);
ddf_fun_add_match_id  579 uspace/drv/bus/isa/isa.c 	errno_t rc = ddf_fun_add_match_id(fun->fnode, id, score);
ddf_fun_add_match_id  393 uspace/drv/bus/pci/pciintel/pci.c 	rc = ddf_fun_add_match_id(fun->fnode, match_id_str, 90);
ddf_fun_add_match_id  406 uspace/drv/bus/pci/pciintel/pci.c 	rc = ddf_fun_add_match_id(fun->fnode, match_id_str, 70);
ddf_fun_add_match_id  419 uspace/drv/bus/pci/pciintel/pci.c 	rc = ddf_fun_add_match_id(fun->fnode, match_id_str, 60);
ddf_fun_add_match_id  432 uspace/drv/bus/pci/pciintel/pci.c 	rc = ddf_fun_add_match_id(fun->fnode, match_id_str, 50);
ddf_fun_add_match_id  444 uspace/drv/bus/pci/pciintel/pci.c 	rc = ddf_fun_add_match_id(fun->fnode, match_id_str, 40);
ddf_fun_add_match_id  148 uspace/drv/bus/usb/usbmid/usbmid.c 		rc = ddf_fun_add_match_id(child, match_id->id, match_id->score);
ddf_fun_add_match_id  211 uspace/drv/char/i8042/i8042.c 	rc = ddf_fun_add_match_id(dev->kbd->fun, "char/xtkbd", 90);
ddf_fun_add_match_id  236 uspace/drv/char/i8042/i8042.c 	rc = ddf_fun_add_match_id(dev->aux->fun, "char/ps2mouse", 90);
ddf_fun_add_match_id  343 uspace/drv/char/pl050/pl050.c 	rc = ddf_fun_add_match_id(fun_a, mname, 10);
ddf_fun_add_match_id  177 uspace/drv/platform/amdm37x/main.c 	errno_t ret = ddf_fun_add_match_id(fnode, fun->id, fun->score);
ddf_fun_add_match_id  197 uspace/drv/platform/arm64virt/arm64virt.c 	rc = ddf_fun_add_match_id(fnode, str_match_id, 100);
ddf_fun_add_match_id  197 uspace/drv/platform/hikey960/hikey960.c 	rc = ddf_fun_add_match_id(fnode, str_match_id, 100);
ddf_fun_add_match_id  252 uspace/drv/platform/icp/icp.c 	rc = ddf_fun_add_match_id(fnode, str_match_id, 100);
ddf_fun_add_match_id  144 uspace/drv/platform/mac/mac.c 	rc = ddf_fun_add_match_id(fnode, str_match_id, 100);
ddf_fun_add_match_id  189 uspace/drv/platform/malta/malta.c 	rc = ddf_fun_add_match_id(fnode, str_match_id, 100);
ddf_fun_add_match_id  201 uspace/drv/platform/msim/msim.c 	rc = ddf_fun_add_match_id(fnode, str_match_id, 100);
ddf_fun_add_match_id  172 uspace/drv/platform/pc/pc.c 	rc = ddf_fun_add_match_id(fnode, "intel_pci", 100);
ddf_fun_add_match_id  176 uspace/drv/platform/pc/pc.c 	rc = ddf_fun_add_match_id(fnode, "isa", 10);
ddf_fun_add_match_id   74 uspace/drv/platform/ski/ski.c 	rc = ddf_fun_add_match_id(fnode, str_match_id, 100);
ddf_fun_add_match_id  204 uspace/drv/platform/sun4u/sun4u.c 	rc = ddf_fun_add_match_id(fnode, str_match_id, 100);
ddf_fun_add_match_id  164 uspace/drv/platform/sun4v/sun4v.c 	rc = ddf_fun_add_match_id(fnode, str_match_id, 100);
ddf_fun_add_match_id  103 uspace/drv/root/root/root.c 	rc = ddf_fun_add_match_id(fun, VIRTUAL_FUN_MATCH_ID,
ddf_fun_add_match_id  176 uspace/drv/root/root/root.c 	rc = ddf_fun_add_match_id(fun, match_id, PLATFORM_FUN_MATCH_SCORE);
ddf_fun_add_match_id  127 uspace/drv/root/virt/virt.c 	rc = ddf_fun_add_match_id(fun, vfun->match_id, 10);
ddf_fun_add_match_id   92 uspace/drv/test/test1/test1.c 	rc = ddf_fun_add_match_id(fun, match_id, match_score);
ddf_fun_add_match_id   94 uspace/drv/test/test2/test2.c 	rc = ddf_fun_add_match_id(fun, match_id, match_score);
ddf_fun_add_match_id  131 uspace/lib/drv/include/ddf/driver.h extern errno_t ddf_fun_add_match_id(ddf_fun_t *, const char *, int);
ddf_fun_add_match_id  436 uspace/lib/usbhost/src/ddf_helpers.c 		ddf_fun_add_match_id(device->fun, mid->id, mid->score);
HelenOS homepage, sources at GitHub