1: struct map
   2: {
   3:     short   m_size;
   4:     unsigned short m_addr;
   5: };
   6: 
   7: struct map coremap[CMAPSIZ];    /* space for core allocation */
   8: struct map swapmap[SMAPSIZ];    /* space for swap allocation */

Defined variables

coremap defined in line 7; used 14 times
swapmap defined in line 8; used 10 times

Defined struct's

map defined in line 1; used 12 times

Usage of this include

Last modified: 1979-01-10
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 572
Valid CSS Valid XHTML 1.0 Strict