Home
last modified time | relevance | path

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

/freebsd/sys/tools/
H A Dvnode_if.awk61 function printh(s) {print s > hfile;} function
187 printh(common_head "extern struct vnodeop_desc vop_default_desc;");
188 printh("#include \"vnode_if_typedef.h\"")
189 printh("#include \"vnode_if_newproto.h\"")
316 printh("struct "name"_args {\n\tstruct vop_generic_args a_gen;");
318 printh("\t" t_spc(types[i]) "a_" args[i] ";");
319 printh("};");
320 printh("");
323 printh("extern struct vnodeop_desc " name "_desc;");
324 printh("");
[all …]
H A Dmakeobjops.awk75 function printh(s) {if (opt_h) print s > htmpfilename;} function
148 printh("#ifndef _" intname "_if_h_");
149 printh("#define _" intname "_if_h_\n");
298 printh("/** @brief Unique descriptor for the " umname "() method */");
299 printh("extern struct kobjop_desc " mname "_desc;");
301 printh("/** @brief A function implementing the " umname "() method */");
303 printh(format_line(prototype argument_list ");",
312 printh(doc);
314 printh("static __inline " ret " " umname "(" varname_list ")");
315 printh("\t" join(";\n\t", arguments, num_arguments) ";");
[all …]