Searched refs:is_valid (Results 1 - 5 of 5) sorted by relevance

/barrelfish-master/kernel/include/
H A Dkcb.h38 bool is_valid; ///< kcb has been initialized by a kernel before member in struct:kcb
/barrelfish-master/lib/openssl-1.0.0d/util/
H A Dmkdef.pl1100 sub is_valid subroutine
1190 print STDERR "DEBUG: [",$#keywords,",",$#keywords < 0,"] is_valid($keywords_txt) => (\!$falsesum) && $truesum = ",(!$falsesum) && $truesum,"\n" if $debug;
1213 } elsif (is_valid($p,1) && is_valid($a,0)) {
1314 if (is_valid($p,1) && is_valid($a,0)) {
/barrelfish-master/kernel/
H A Dstartup.c142 kcb_current->is_valid = true;
/barrelfish-master/kernel/arch/x86/
H A Dstartup_x86.c508 if (kcb_current && kcb_current->is_valid) {
/barrelfish-master/lib/mdb/
H A Dmdb_tree.c141 if (!my_kcb->is_valid) {

Completed in 48 milliseconds