Searched refs:incore (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/cmd/sysdef/ |
H A D | sysdef.c | 91 (incore ? memfile : sysfile)) 96 int incore = 1; /* The default is "incore" */ variable 223 incore++; /* In case "-i and -n" passed */ in main() 227 incore--; /* Not incore, use specified file */ in main() 263 if (incore) { in main() 312 if (!incore) { in main() 388 (incore || nlptr->n_scnum != bss)) { in main() 743 if (incore) { in memseek() 787 if (!incore) { in getnlist()
|
/titanic_44/usr/src/uts/common/os/ |
H A D | urw.c | 117 char incore = 0; in page_valid() local 118 (void) SEGOP_INCORE(seg, addr, PAGESIZE, &incore); in page_valid() 119 if (incore == 0) in page_valid()
|
/titanic_44/usr/src/uts/common/vm/ |
H A D | seg.h | 129 size_t (*incore)(struct seg *, caddr_t, size_t, char *); member 225 #define SEGOP_INCORE(s, a, l, v) (*(s)->s_ops->incore)((s), (a), (l), (v))
|
H A D | vm_usage.c | 897 vmu_bound_t **first, vmu_bound_t **last, boolean_t incore) in vmu_amp_update_incore_bounds() argument 912 if (incore == B_TRUE) in vmu_amp_update_incore_bounds() 1101 boolean_t incore = B_FALSE; in vmu_calculate_seg() local 1160 incore = B_TRUE; in vmu_calculate_seg() 1174 incore = B_TRUE; in vmu_calculate_seg() 1385 &last, incore); in vmu_calculate_seg()
|