Lines Matching refs:fputs
88 fputs("#include <sys/param.h>\n"
118 fputs("\tNULL", fp);
131 fputs("\n/* device switch table for block device */\n", fp);
136 fputs("\nconst struct bdevsw *bdevsw0[] = {\n", fp);
141 fputs("};\n\nconst struct bdevsw **bdevsw = bdevsw0;\n", fp);
143 fputs("const int sys_bdevsws = __arraycount(bdevsw0);\n"
146 fputs("\n/* device switch table for character device */\n", fp);
151 fputs("\nconst struct cdevsw *cdevsw0[] = {\n", fp);
156 fputs("};\n\nconst struct cdevsw **cdevsw = cdevsw0;\n", fp);
158 fputs("const int sys_cdevsws = __arraycount(cdevsw0);\n"
170 fputs("\n/* device conversion table */\n"
210 fputs("};\n\n"
225 fputs("\n", fp);
239 fputs("\n/* mem_no is only used in iskmemdev() */\n", fp);