Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/dt/
Ddtvar.h29 #define DTNAMESIZE 16 macro
88 char dtpi_prov[DTNAMESIZE];
89 char dtpi_func[DTNAMESIZE];
90 char dtpi_name[DTNAMESIZE];
101 char dtai_argtype[DTNAMESIZE];
/openbsd/src/usr.sbin/btrace/
Dbtrace.c328 if (strncmp(dtpi->dtpi_prov, "tracepoint", DTNAMESIZE) == 0) { in dtpi_print_list()
346 char *sysnb, func[DTNAMESIZE]; in dtpi_func()
350 if (strncmp(dtpi->dtpi_prov, "syscall", DTNAMESIZE)) in dtpi_func()
375 if (strncmp(prov, dtpi->dtpi_prov, DTNAMESIZE)) in dtpi_get_by_value()
379 if (strncmp(func, dtpi_func(dtpi), DTNAMESIZE)) in dtpi_get_by_value()
381 if (strncmp(name, dtpi->dtpi_name, DTNAMESIZE)) in dtpi_get_by_value()
871 if (strncmp(argtype, "int", DTNAMESIZE) == 0) { in builtin_arg()