Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/dt/
Ddt_prov_static.c63 DT_STATIC_PROBE4(uvm, malloc, "int", "void *", "size_t", "int");
73 DT_STATIC_PROBE4(vfs, cleaner, "long", "int", "long", "long");
81 DT_STATIC_PROBE4(vmm, inout, "void *", "uint16_t", "uint8_t", "uint32_t");
Ddtvar.h298 #define DT_STATIC_PROBE4(func, name, arg0, arg1, arg2, arg3) \ macro