kern_exec.c | 152 static void dump_vmcmds(const struct exec_package * const, size_t, int); 153 #define DUMPVMCMDS(p, x, e) do { dump_vmcmds((p), (x), (e)); } while (0) 2965 dump_vmcmds(const struct exec_package * const epp, size_t x, int error) function in typeref:typename:void
|