/src/sys/uvm/ |
uvm_page_status.c | 158 bool modified; local in function:uvm_pagecheckdirty 168 * CLEAN -> CLEAN , modified = false 169 * UNKNOWN -> UNKNOWN, modified = true 170 * UNKNOWN -> UNKNOWN, modified = false 171 * UNKNOWN -> CLEAN , modified = true 172 * UNKNOWN -> CLEAN , modified = false 173 * DIRTY -> UNKNOWN, modified = true 174 * DIRTY -> CLEAN , modified = true 181 modified = false; 187 modified = true [all...] |
/src/usr.sbin/memswitch/ |
methods.c | 145 if (!prop->modified) 159 if (!prop->modified) 174 if (!prop->modified) 232 prop->modified = 1; 258 prop->modified = 1; 284 prop->modified = 1; 310 prop->modified = 1; 353 prop->modified = 1; 415 prop->modified = 1; 510 prop->modified = 1 [all...] |
memswitch.h | 65 int modified; member in struct:property
|
/src/sbin/fsck_v7fs/ |
inode.c | 68 sb->modified = 1; 86 sb->modified = 1; 150 sb->modified = true;
|
freeblock.c | 150 sb->modified = 1; 175 sb->modified = 1; 192 sb->modified = 1; 286 sb->modified = 1;
|
/src/usr.bin/make/unit-tests/ |
depsrc-optional.exp | 12 Examining important...nonexistent...modified before source "optional-cohort"...out-of-date. 15 Examining all...nonexistent...modified before source "important"...out-of-date.
|
varmod-to-abs.mk | 23 # The output of the following line is modified by the global _SED_CMDS in
|
varmod-l-name-to-value.mk | 16 # The value of the expression can be modified afterwards.
|
varmod-loop-delete.mk | 30 # variables get modified from the outside.
|
/src/bin/ksh/ |
vi.c | 177 static int modified; /* buffer has been "modified" */ variable in typeref:typename:int 543 modified = 1; 773 modified = 1; hnum = hlast; 780 modified = 1; hnum = hlast; 789 modified = 1; hnum = hlast; 832 modified = 1; hnum = hlast; 838 modified = 1; hnum = hlast; 850 modified = 1; hnum = hlast; 861 modified = 1; hnum = hlast [all...] |
/src/sys/arch/hpcmips/vr/ |
vrkiu.c | 257 int modified = 0; local in function:eliminate_phantom_keys 271 modified = 1; 286 prevmod = modified; 293 int i, j, modified, mask; local in function:vrkiu_scan 305 modified = scandata[i] ^ chip->kc_scandata[i]; 313 if (modified & mask) {
|
/src/sys/fs/v7fs/ |
v7fs_superblock_util.c | 92 print(modified);
|
v7fs.h | 108 int8_t modified; member in struct:v7fs_superblock
|
v7fs_superblock.c | 99 if (!memsb->modified) 110 memsb->modified = 0; 165 sb->modified = true;
|
v7fs_inode.c | 122 sb->modified = 1; 156 sb->modified = true;
|
/src/bin/ed/ |
main.c | 92 int modified; /* if set, buffer modified since last write */ variable in typeref:typename:int 204 if (modified && !scripted) { 206 seterrmsg("warning: file modified"); 216 modified = 0; 242 modified = 0; 244 seterrmsg("warning: file modified"); 507 if (modified && !scripted) 538 modified = 0; 673 gflag = (modified && !scripted && c == 'q') ? EMOD : EOF [all...] |
undo.c | 93 modified = 1;
|
ed.h | 243 extern int modified;
|
/src/sys/netinet6/ |
scope6.c | 282 * in the in6_addr structure, in6 will be modified. 370 * is intact; return non 0 if the address is modified. 375 int modified = 0; local in function:in6_clearscope 379 modified = 1; 383 return modified;
|
/src/sys/external/isc/libsodium/dist/m4/ |
ax_check_compile_flag.m4 | 55 # modified version of the Autoconf Macro, you may extend this special 56 # exception to the GPL to apply to your modified version as well.
|
ax_check_define.m4 | 44 # modified version of the Autoconf Macro, you may extend this special 45 # exception to the GPL to apply to your modified version as well.
|
ax_check_link_flag.m4 | 55 # modified version of the Autoconf Macro, you may extend this special 56 # exception to the GPL to apply to your modified version as well.
|
ax_tls.m4 | 44 # modified version of the Autoconf Macro, you may extend this special 45 # exception to the GPL to apply to your modified version as well.
|
/src/sbin/newfs_v7fs/ |
main.c | 87 sb->modified = 1; 247 sb->modified = 1;
|
/src/sbin/fsck_ffs/ |
dir.c | 317 int size, spaceleft, modified, unused, i; local in function:dircheck 319 modified = 0; 352 modified = 1; 356 modified = 1; 360 modified = 1; 398 modified = 1; 402 if (modified)
|