Searched refs:dtfd_length (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/bsd/sys/
H A Ddtrace.h1089 int dtfd_length; /* length of format string */ member in struct:dtrace_fmtdesc
/xnu-2422.115.4/bsd/dev/dtrace/
H A Ddtrace.c18099 if (len > fmt.dtfd_length) {
18100 fmt.dtfd_length = len;
19009 if (len > fmt.dtfd_length) {
19010 fmt.dtfd_length = len;

Completed in 54 milliseconds