HomeSort by relevance Sort by last modified time
    Searched refs:crt_dep (Results 1 - 2 of 2) sorted by null

  /external/syslinux/com32/lib/sys/module/
common.c 262 struct module_dep *crt_dep; local
265 list_for_each_entry(crt_dep, &req->dependants, list) {
266 if (crt_dep->module == dep) {
282 struct module_dep *crt_dep = NULL; local
285 list_for_each_entry(crt_dep, &req->dependants, list) {
286 if (crt_dep->module == dep) {
293 list_del(&crt_dep->list);
294 free(crt_dep);
299 list_for_each_entry(crt_dep, &dep->required, list) {
300 if (crt_dep->module == req)
394 struct module_dep *crt_dep, *tmp; local
    [all...]
  /external/syslinux/com32/elflink/
test_com32.c 129 struct module_dep *crt_dep; local
136 list_for_each_entry(crt_dep, &module->required, list) {
137 printf("%s ", crt_dep->module->name);

Completed in 2883 milliseconds