Lines Matching defs:present
30 unsigned char present;
41 present = 0;
46 present = 0;
48 present = 1;
52 *vec = present;
65 unsigned char present = 0;
95 present = folio_test_uptodate(folio);
99 return present;
110 unsigned char present = 0;
116 * any other file mapping (ie. marked !present and faulted in with
128 present = folio_test_uptodate(folio);
132 return present;