Home
last modified time | relevance | path

Searched refs:sda_native (Results 1 – 2 of 2) sorted by relevance

/xnu-8792.81.2/bsd/dev/dtrace/
H A Dsdt_subr.c1186 if (a->sda_native != NULL) { in sdt_getargdesc()
1187 (void) strlcpy(desc->dtargd_native, a->sda_native, DTRACE_ARGTYPELEN); in sdt_getargdesc()
/xnu-8792.81.2/bsd/sys/
H A Dsdt_impl.h110 const char *sda_native; /* native type of argument */ member