Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_fail.c221 bool return_val; in fail_point_is_off() local
225 return_val = true; in fail_point_is_off()
232 return_val = false; in fail_point_is_off()
239 return (return_val); in fail_point_is_off()
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_drop_mgr.c338 boolean_t return_val = FALSE; in drop_mgr_process_node() local
368 return_val = TRUE; in drop_mgr_process_node()
386 return return_val; in drop_mgr_process_node()
/freebsd/contrib/byacc/test/
H A Dgrammar.y337 static int return_val; /* nonzero on BRACES iff return-expression found */ variable
342 return (lintLibrary() && !return_val) ? "void" : "int"; in dft_decl_spec()
/freebsd/contrib/byacc/test/yacc/
H A Dgrammar.tab.c367 static int return_val; /* nonzero on BRACES iff return-expression found */ variable
372 return (lintLibrary() && !return_val) ? "void" : "int"; in dft_decl_spec()
/freebsd/contrib/ee/
H A Dee.c3076 int return_val; in sh_command() local
3223 return_val = wait((int *) 0); in sh_command()
3225 while ((return_val != parent) && (return_val != -1)); in sh_command()
/freebsd/contrib/byacc/test/btyacc/
H A Dgrammar.tab.c387 static int return_val; /* nonzero on BRACES iff return-expression found */ variable
392 return (lintLibrary() && !return_val) ? "void" : "int"; in dft_decl_spec()