Home
last modified time | relevance | path

Searched refs:incore (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sysdef/
H A Dsysdef.c89 (incore ? memfile : sysfile))
94 int incore = 1; /* The default is "incore" */ variable
221 incore++; /* In case "-i and -n" passed */ in main()
225 incore--; /* Not incore, use specified file */ in main()
261 if (incore) { in main()
310 if (!incore) { in main()
386 (incore || nlptr->n_scnum != bss)) { in main()
741 if (incore) { in memseek()
785 if (!incore) { in getnlist()
/illumos-gate/usr/src/uts/common/os/
H A Durw.c117 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()
/illumos-gate/usr/src/uts/common/vm/
H A Dseg.h130 size_t (*incore)(struct seg *, caddr_t, size_t, char *); member
226 #define SEGOP_INCORE(s, a, l, v) (*(s)->s_ops->incore)((s), (a), (l), (v))
H A Dvm_usage.c897 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
1162 incore = B_TRUE; in vmu_calculate_seg()
1176 incore = B_TRUE; in vmu_calculate_seg()
1387 &last, incore); in vmu_calculate_seg()
/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dseg_vmm.c92 .incore = segvmm_incore,