Searched refs:incore (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/sysdef/
H A Dsysdef.c49 * NOTE: when reading from /dev/kmem, the actual, incore
54 * (-i for incore, though this is now the default, the option
91 (incore ? memfile : sysfile))
96 int incore = 1; /* The default is "incore" */ variable
223 incore++; /* In case "-i and -n" passed */
227 incore--; /* Not incore, use specified file */
263 if (incore) {
312 if (!incore) {
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Durw.c119 char incore = 0; local
120 (void) SEGOP_INCORE(seg, addr, PAGESIZE, &incore);
121 if (incore == 0)
/opensolaris-onvv-gate/usr/src/uts/common/vm/
H A Dseg.h130 size_t (*incore)(struct seg *, caddr_t, size_t, char *); member in struct:seg_ops
225 #define SEGOP_INCORE(s, a, l, v) (*(s)->s_ops->incore)((s), (a), (l), (v))
H A Dvm_usage.c61 * - For incore pages not previously visited each of the
62 * proc's collectives, add incore pagesize to each.
68 * - For incore pages not previously visiting for
69 * each of the proc's collectives, add incore
73 * - For incore pages not previously visited for each of
74 * the proc's collectives, add incore pagesize to each
103 * - incore/not-incore page ranges for all vnodes.
107 * - incore/not-incore pag
896 vmu_amp_update_incore_bounds(avl_tree_t *tree, struct anon_map *amp, vmu_bound_t **first, vmu_bound_t **last, boolean_t incore) argument
1101 boolean_t incore = B_FALSE; local
1385 &last, incore); local
[all...]

Completed in 104 milliseconds