HomeSort by: relevance | last modified time | path
    Searched refs:NUMMAP (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl2/mkhybrid/dist/
apple.h 27 #define NUMMAP 512 /* initial number of maps */
apple.c 1526 int count = NUMMAP; /* max number of entries */
1609 if((map = (afpmap **)malloc(NUMMAP * sizeof(afpmap *))) == NULL)
1622 count += NUMMAP;
  /src/sys/dev/isa/
ym.c 432 #define NUMMAP (sizeof(mappings) / sizeof(mappings[0]))
678 error = ad1848_mixer_set_port(ac, mappings, NUMMAP, cp);
780 error = ad1848_mixer_get_port(ac, mappings, NUMMAP, cp);

Completed in 26 milliseconds