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

/freebsd-10.1-release/sys/tools/
H A Dvnode_if.awk63 function printh(s) {print s > hfile;} function
161 printh(common_head "extern struct vnodeop_desc vop_default_desc;");
162 printh("#include \"vnode_if_typedef.h\"")
163 printh("#include \"vnode_if_newproto.h\"")
290 printh("struct "name"_args {\n\tstruct vop_generic_args a_gen;");
292 printh("\t" t_spc(types[i]) "a_" args[i] ";");
293 printh("};");
294 printh("");
297 printh("extern struct vnodeop_desc " name "_desc;");
298 printh("");
[all...]
H A Dmakeobjops.awk78 function printh(s) {if (opt_h) print s > htmpfilename;} function
151 printh("#ifndef _" intname "_if_h_");
152 printh("#define _" intname "_if_h_\n");
301 printh("/** @brief Unique descriptor for the " umname "() method */");
302 printh("extern struct kobjop_desc " mname "_desc;");
304 printh("/** @brief A function implementing the " umname "() method */");
306 printh(format_line(prototype argument_list ");",
315 printh(doc);
317 printh("static __inline " ret " " umname "(" varname_list ")");
318 printh("\
[all...]

Completed in 99 milliseconds