Searched refs:streq (Results 1 - 7 of 7) sorted by relevance
/scripts/dtc/ |
H A D | dtc.c | 153 if (streq(optarg, "legacy")) 155 else if (streq(optarg, "epapr")) 157 else if (streq(optarg, "both")) 191 if (streq(inform, "dts")) 193 else if (streq(inform, "fs")) 195 else if(streq(inform, "dtb")) 209 if (streq(outname, "-")) { 218 if (streq(outform, "dts")) { 220 } else if (streq(outform, "dtb")) { 222 } else if (streq(outfor [all...] |
H A D | fstree.c | 42 if (streq(de->d_name, ".") 43 || streq(de->d_name, ".."))
|
H A D | livetree.c | 33 if (streq(new->label, label)) 123 if (streq(old_prop->name, new_prop->name)) { 151 if (streq(old_child->name, new_child->name)) { 274 if (streq(prop->name, propname)) 298 if (streq(l->label, label)) 325 if (streq(m->ref, label)) 345 if (streq(child->name, nodename)) 367 else if (!p && streq(path, child->name)) 382 if (streq(l->label, label))
|
H A D | checks.c | 226 if (streq(child->name, child2->name)) 239 if (streq(prop->name, prop2->name)) 344 if (!streq(prop->name, "phandle") 345 && !streq(prop->name, "linux,phandle")) 402 if (streq((*pp)->name, "name")) {
|
H A D | srcpos.c | 54 if (streq(fname, "-")) {
|
H A D | dtc.h | 64 #define streq(a, b) (strcmp((a), (b)) == 0) macro
|
H A D | flattree.c | 250 if (streq(str, d->val + i)) 278 if (streq(prop->name, "name")) 736 if (!streq(ppath, "/"))
|
Completed in 334 milliseconds