Home | History | Annotate | Download | only in mca

Lines Matching refs:printf

48 	printf("/*\t$NetBSD" "$\t*/\n\n") > dfile
49 printf("/*\n") > dfile
50 printf(" * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.\n") \
52 printf(" *\n") > dfile
53 printf(" * generated from:\n") > dfile
54 printf(" *\t%s\n", VERSION) > dfile
55 printf(" */\n") > dfile
57 printf("/*\t$NetBSD" "$\t*/\n\n") > hfile
58 printf("/*\n") > hfile
59 printf(" * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.\n") \
61 printf(" *\n") > hfile
62 printf(" * generated from:\n") > hfile
63 printf(" *\t%s\n", VERSION) > hfile
64 printf(" */\n") > hfile
85 printf("#define\tMCA_PRODUCT_%s\t%s\t/* %s */\n", alias, id,\
98 printf("\n/*\n * List of known MCA devices\n */\n\n") > dfile
99 printf("\n/*\n * Supported MCA devices\n */\n\n") > hfile
107 printf("const struct mca_knowndev mca_knowndevs[] = {\n") > dfile
109 printf(" { %s,\t\"%s\" },\n", products[i, 1],
112 printf(" { 0, NULL, }\n") > dfile
113 printf("};\n") > dfile