Searched refs:printc (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.1-release/sys/tools/
H A Dfw_stub.awk41 function printc(s) function
124 printc("/*\
128 printc("#include <sys/param.h>");
129 printc("#include <sys/errno.h>");
130 printc("#include <sys/kernel.h>");
131 printc("#include <sys/module.h>");
132 printc("#include <sys/linker.h>");
133 printc("#include <sys/firmware.h>");
134 printc("#include <sys/systm.h>\n");
137 printc("stati
[all...]
H A Dvnode_if.awk62 function printc(s) {print s > cfile;} function
74 printc(ind"ASSERT_VI_UNLOCKED("star"a->a_"arg", \""uname"\");");
77 printc(ind"ASSERT_VOP_LOCKED(" star "a->a_"arg", \""uname"\");");
79 printc(ind"ASSERT_VOP_UNLOCKED(" star "a->a_"arg", \""uname"\");");
81 printc(ind"ASSERT_VOP_ELOCKED(" star "a->a_"arg", \""uname"\");");
91 printc("\t"lockdata[name, "pre"]"(a);");
98 printc("\t"lockdata[name, "post"]"(a, rc);");
167 printc(common_head \
324 printc("static int " name "_vp_offsets[] = {");
330 printc("\tVOPARG_OFFSETO
[all...]
H A Dmakeobjops.awk77 function printc(s) {if (opt_c) print s > ctmpfilename;} function
153 printc("#include \"" intname "_if.h\"\n");
310 printc("struct kobjop_desc " mname "_desc = {");
311 printc("\t0, { &" mname "_desc, (kobjop_t)" default_function " }");
312 printc("};\n");
428 printc(common_head "\n" \
452 printc("#include " incld);
468 printc(handle_code());
/freebsd-10.1-release/contrib/ipfilter/
H A Dipf.h369 extern void printc __P((struct frentry *));
/freebsd-10.1-release/contrib/ipfilter/tools/
H A Dipf.c266 printc(ptr);
H A Dipfcomp.c65 void printc(fr) function

Completed in 203 milliseconds