HelenOS sources
match_id 147 uspace/drv/bus/usb/usbmid/usbmid.c list_foreach(match_ids.ids, link, match_id_t, match_id) {
match_id 148 uspace/drv/bus/usb/usbmid/usbmid.c rc = ddf_fun_add_match_id(child, match_id->id, match_id->score);
match_id 130 uspace/drv/root/root/root.c char *match_id;
match_id 156 uspace/drv/root/root/root.c if (asprintf(&match_id, PLATFORM_FUN_MATCH_ID_FMT, platform) == -1) {
match_id 167 uspace/drv/root/root/root.c match_id);
match_id 172 uspace/drv/root/root/root.c free(match_id);
match_id 176 uspace/drv/root/root/root.c rc = ddf_fun_add_match_id(fun, match_id, PLATFORM_FUN_MATCH_SCORE);
match_id 180 uspace/drv/root/root/root.c free(match_id);
match_id 185 uspace/drv/root/root/root.c free(match_id);
match_id 51 uspace/drv/root/virt/virt.c const char *match_id;
match_id 60 uspace/drv/root/virt/virt.c .match_id = NULL
match_id 109 uspace/drv/root/virt/virt.c vfun->name, vfun->match_id);
match_id 127 uspace/drv/root/virt/virt.c rc = ddf_fun_add_match_id(fun, vfun->match_id, 10);
match_id 77 uspace/drv/test/test1/test1.c const char *name, const char *match_id, int match_score,
match_id 92 uspace/drv/test/test1/test1.c rc = ddf_fun_add_match_id(fun, match_id, match_score);
match_id 81 uspace/drv/test/test2/test2.c const char *name, const char *match_id, int match_score, ddf_fun_t **pfun)
match_id 94 uspace/drv/test/test2/test2.c rc = ddf_fun_add_match_id(fun, match_id, match_score);
match_id 231 uspace/lib/device/src/devman.c list_foreach(match_ids->ids, link, match_id_t, match_id) {
match_id 234 uspace/lib/device/src/devman.c match_id->score, &answer2);
match_id 235 uspace/lib/device/src/devman.c retval = async_data_write_start(exch, match_id->id,
match_id 236 uspace/lib/device/src/devman.c str_size(match_id->id));
match_id 924 uspace/lib/drv/generic/driver.c match_id_t *match_id = create_match_id();
match_id 925 uspace/lib/drv/generic/driver.c if (match_id == NULL)
match_id 928 uspace/lib/drv/generic/driver.c match_id->id = str_dup(match_id_str);
match_id 929 uspace/lib/drv/generic/driver.c match_id->score = match_score;
match_id 931 uspace/lib/drv/generic/driver.c add_match_id(&fun->match_ids, match_id);
match_id 67 uspace/lib/usbdev/src/recognise.c match_id_t *match_id = create_match_id();
match_id 68 uspace/lib/usbdev/src/recognise.c if (match_id == NULL) {
match_id 72 uspace/lib/usbdev/src/recognise.c match_id->id = match_str;
match_id 73 uspace/lib/usbdev/src/recognise.c match_id->score = score;
match_id 74 uspace/lib/usbdev/src/recognise.c add_match_id(matches, match_id);
match_id 167 uspace/srv/devman/drv_conn.c match_id_t *match_id = create_match_id();
match_id 176 uspace/srv/devman/drv_conn.c delete_match_id(match_id);
match_id 180 uspace/srv/devman/drv_conn.c if (match_id == NULL) {
match_id 188 uspace/srv/devman/drv_conn.c match_id->score = ipc_get_arg1(&call);
match_id 192 uspace/srv/devman/drv_conn.c match_id->id = match_id_str;
match_id 194 uspace/srv/devman/drv_conn.c delete_match_id(match_id);
match_id 200 uspace/srv/devman/drv_conn.c list_append(&match_id->link, &match_ids->ids);
match_id 203 uspace/srv/devman/drv_conn.c match_id->id, match_id->score);
HelenOS homepage, sources at GitHub