HomeSort by: relevance | last modified time | path
    Searched defs:ncbd (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/atari/atari/
machdep.c 596 static int ncbd; /* number of callback blocks dynamically allocated */ variable in typeref:typename:int
626 ++ncbd; /* count # dynamically allocated */
724 if (ncbd) {
726 printf("call_sicallback: %d more dynamic structures\n", ncbd);
728 ncbd = 0;
machdep.c 596 static int ncbd; /* number of callback blocks dynamically allocated */ variable in typeref:typename:int
626 ++ncbd; /* count # dynamically allocated */
724 if (ncbd) {
726 printf("call_sicallback: %d more dynamic structures\n", ncbd);
728 ncbd = 0;

Completed in 22 milliseconds