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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Dmakedis.c302 char *bitstype = "unsigned long"; variable
756 :bitstype unsigned int
757 in which case we will be called with name "bitstype" and
760 if (strcmp(name, "bitstype") == 0)
761 bitstype = xstrdup(value);
1591 fprintf(headerfile, commonpreamble, bitstype);
1594 printf(commonpreamble, bitstype);

Completed in 37 milliseconds