Home
last modified time | relevance | path

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

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