Searched refs:compat (Results 1 - 14 of 14) sorted by relevance

/seL4-refos-master/seL4_tools/elfloader-tool/src/drivers/
H A Ddriver.c16 static int table_has_match(const char *compat, const struct dtb_match_table *table) argument
19 if (!strcmp(table[i].compatible, compat)) {
33 int ret = table_has_match(dev->compat, drv->match_table);
/seL4-refos-master/tools/elfloader/src/drivers/
H A Ddriver.c16 static int table_has_match(const char *compat, const struct dtb_match_table *table) argument
19 if (!strcmp(table[i].compatible, compat)) {
33 int ret = table_has_match(dev->compat, drv->match_table);
/seL4-refos-master/seL4_tools/elfloader-tool/src/arch-arm/
H A Dsmp_boot.c73 for (i = 0; elfloader_cpus[i].compat != NULL; i++) {
102 if (elfloader_cpus[i].compat == NULL) {
/seL4-refos-master/tools/elfloader/src/arch-arm/
H A Dsmp_boot.c73 for (i = 0; elfloader_cpus[i].compat != NULL; i++) {
102 if (elfloader_cpus[i].compat == NULL) {
/seL4-refos-master/kernel/tools/hardware/utils/
H A Drule.py222 for compat in dev['compatible']:
223 self.rules[compat] = rule
231 for compat in device.get_prop('compatible').strings:
232 if compat in self.rules:
233 return self.rules[compat]
243 for compat in device.get_prop('compatible').strings:
244 if compat in self.rules:
245 return compat
/seL4-refos-master/kernel/tools/hardware/
H A Dirq.py195 for compat in node.get_prop('compatible').strings:
196 if compat in CONTROLLERS:
197 return CONTROLLERS[compat](node, tree)
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dmhitu.c45 int compat; local
49 if((compat = could_seduce(mtmp, &youmonst, mattk))
53 compat == 2 ? "engagingly" : "seductively");
155 int compat; local
163 compat = (mattk->adtyp == AD_SEDU || mattk->adtyp == AD_SSEX) &&
174 if (compat)
192 if (compat)
195 compat == 2 ? "engagingly" : "seductively",
210 if (compat)
H A Dmhitm.c387 int compat; local
396 if((compat = could_seduce(magr,mdef,mattk)) && !magr->mcan) {
400 compat == 2 ?
H A Doptions.c1090 boolean compat = (strlen(opts) <= 10); local
1092 op = string_for_opt(opts, (compat || !initial));
1094 if (compat || negated || initial) {
1653 boolean badopt = FALSE, compat = (strlen(opts) <= 6), use_menu; local
1657 op = string_for_opt(opts, (compat || !initial));
1659 if (compat || negated || initial) {
H A Duhitm.c1996 int compat; local
1999 (compat=could_seduce(&youmonst, mon, mattk))) {
2004 compat == 2 ? "engagingly":"seductively");
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dmhitu.c45 int compat; local
49 if((compat = could_seduce(mtmp, &youmonst, mattk))
53 compat == 2 ? "engagingly" : "seductively");
155 int compat; local
163 compat = (mattk->adtyp == AD_SEDU || mattk->adtyp == AD_SSEX) &&
174 if (compat)
192 if (compat)
195 compat == 2 ? "engagingly" : "seductively",
210 if (compat)
H A Dmhitm.c387 int compat; local
396 if((compat = could_seduce(magr,mdef,mattk)) && !magr->mcan) {
400 compat == 2 ?
H A Doptions.c1090 boolean compat = (strlen(opts) <= 10); local
1092 op = string_for_opt(opts, (compat || !initial));
1094 if (compat || negated || initial) {
1653 boolean badopt = FALSE, compat = (strlen(opts) <= 6), use_menu; local
1657 op = string_for_opt(opts, (compat || !initial));
1659 if (compat || negated || initial) {
H A Duhitm.c1996 int compat; local
1999 (compat=could_seduce(&youmonst, mon, mattk))) {
2004 compat == 2 ? "engagingly":"seductively");

Completed in 93 milliseconds