Home
last modified time | relevance | path

Searched refs:LIT_STRNEQL (Results 1 – 5 of 5) sorted by relevance

/xnu-8019.80.24/bsd/sys/
H A Ddtrace_glue.h487 #define LIT_STRNEQL(s1, lit_s2) (0 == strncmp( (s1), (lit_s2), sizeof((lit_s2)) )) macro
/xnu-8019.80.24/bsd/dev/i386/
H A Ddis_tables.c3301 if (LIT_STRNEQL(dp->it_name, "INVALID")) in dtrace_disx86()
3385 if (LIT_STRNEQL(dp->it_name, "INVALID")) in dtrace_disx86()
3674 if (LIT_STRNEQL(dp->it_name, "INVALID")) in dtrace_disx86()
3828 wbit = !LIT_STRNEQL(dp->it_name, "movd") ? MM_OPND : LONG_OPND; in dtrace_disx86()
4251 wbit = !LIT_STRNEQL(dp->it_name, "movd") ? MM_OPND : LONG_OPND; in dtrace_disx86()
4260 wbit = !LIT_STRNEQL(dp->it_name, "movd") ? MM_OPND : LONG_OPND; in dtrace_disx86()
4343 if (LIT_STRNEQL(dp->it_name, "movlps")) { in dtrace_disx86()
4363 if ((LIT_STRNEQL(dp->it_name, "movlps") || in dtrace_disx86()
4364 LIT_STRNEQL(dp->it_name, "movhps") || in dtrace_disx86()
4365 LIT_STRNEQL(dp->it_name, "movntps")) && in dtrace_disx86()
[all …]
/xnu-8019.80.24/bsd/dev/dtrace/
H A Dfbt.c432 if (LIT_STRNEQL(orig_sg->segname, SEG_LINKEDIT)) { in fbt_provide_module_kernel_syms()
H A Dsdt.c495 if (LIT_STRNEQL(orig_sg->segname, SEG_LINKEDIT)) { in sdt_find_symbol_table()
H A Ddtrace.c15887 if (!LIT_STRNEQL(desc->dtpd_provider, "dtrace")) in dtrace_helper_slurp()
15890 if (!LIT_STRNEQL(desc->dtpd_mod, "helper")) in dtrace_helper_slurp()
15893 if (!LIT_STRNEQL(desc->dtpd_func, "ustack")) in dtrace_helper_slurp()