Searched refs:strstr (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/bsd/dev/i386/
H A Dfbt_x86.c281 if (strstr(ctl->mod_modname, "CHUD") != NULL)
297 if (strstr(ctl->mod_modname, "AppleACPIEC") != NULL)
300 if (strstr(ctl->mod_modname, "AppleACPIPlatform") != NULL)
303 if (strstr(ctl->mod_modname, "AppleRTC") != NULL)
306 if (strstr(ctl->mod_modname, "IOACPIFamily") != NULL)
309 if (strstr(ctl->mod_modname, "AppleIntelCPUPowerManagement") != NULL)
312 if (strstr(ctl->mod_modname, "AppleProfile") != NULL)
315 if (strstr(ctl->mod_modname, "AppleIntelProfile") != NULL)
487 if (NULL != strstr(name, "panic_") ||
/darwin-on-arm/xnu/bsd/sys/
H A Ddtrace_glue.h539 __private_extern__ const char * strstr(const char *, const char *);
/darwin-on-arm/xnu/tools/lockstat/
H A Dlockstat.c100 gDebug = (NULL != strstr(argv[0], "debug"));
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dsdt.c107 if ((prefpart = strstr(name, prefix))) {
H A Ddtrace_glue.c1506 * 2002-01-24 gvdl Initial implementation of strstr
1510 strstr(const char *in, const char *str) function
/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_util.c762 * until the kernel has a supported strstr().
785 return strstr(s, find);

Completed in 86 milliseconds