Home
last modified time | relevance | path

Searched refs:VALID (Results 1 – 6 of 6) sorted by relevance

/minix/minix/servers/vm/
H A Dpagefaults.c48 #define VALID 0xc0ff1 macro
177 assert(state->valid == VALID); in handle_memory_continue()
187 assert(state->valid == VALID); in handle_memory_continue()
193 assert(state->valid == VALID); in handle_memory_continue()
203 assert(state->valid == VALID); in handle_memory_final()
230 assert(state->valid == VALID); in handle_memory_final()
276 state.valid = VALID; in handle_memory_start()
344 assert(hmstate->valid == VALID); in handle_memory_step()
/minix/lib/libc/gen/
H A Dpwcache.c278 if (!noname || (ptr->valid == VALID)) in user_from_uid()
315 ptr->valid = VALID; in user_from_uid()
347 if (!noname || (ptr->valid == VALID)) in group_from_gid()
384 ptr->valid = VALID; in group_from_gid()
448 ptr->valid = VALID; in uid_from_user()
513 ptr->valid = VALID; in gid_from_group()
H A Dpwcache.h55 #define VALID 1 /* entry and name are valid */ macro
/minix/external/bsd/llvm/dist/llvm/test/FileCheck/
H A Dvalidate-check-prefix.txt4 // RUN: not FileCheck -check-prefix=VALID -check-prefix=A! -input-file %s %s 2>&1 | FileCheck -chec…
/minix/minix/usr.bin/mined/
H A Dmined2.c935 yank_status = VALID; in yank()
1074 change("Global replace:", VALID); in GR()
1136 } while (line != tail && file == VALID && quit == FALSE); in change()
H A Dmined.h48 #define VALID 3 macro