Searched refs:printh (Results 1 – 2 of 2) sorted by relevance
63 function printh(s) {print s > hfile;} function161 printh(common_head "extern struct vnodeop_desc vop_default_desc;");162 printh("#include \"vnode_if_typedef.h\"")163 printh("#include \"vnode_if_newproto.h\"")288 printh("struct "name"_args {\n\tstruct vop_generic_args a_gen;");290 printh("\t" t_spc(types[i]) "a_" args[i] ";");291 printh("};");292 printh("");295 printh("extern struct vnodeop_desc " name "_desc;");296 printh("");[all …]
78 function printh(s) {if (opt_h) print s > htmpfilename;} function151 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("\t" join(";\n\t", arguments, num_arguments) ";");[all …]