Lines Matching refs:boolean_t
31 typedef boolean_t (*argsep_func_t) (char c);
33 static boolean_t isargsep( char c);
34 static boolean_t israngesep( char c);
40 static int getval(char *s, long long *val, argsep_func_t issep, boolean_t skip_equal_sign);
41 boolean_t get_range_bounds(char * c, int64_t * lower, int64_t * upper);
54 static boolean_t
59 boolean_t force_string) in PE_parse_boot_argn_internal()
65 boolean_t arg_boolean; in PE_parse_boot_argn_internal()
66 boolean_t arg_found; in PE_parse_boot_argn_internal()
177 boolean_t
186 boolean_t
195 static boolean_t
205 static boolean_t
285 boolean_t skip_equal_sign ) in getval()
290 boolean_t has_value = FALSE; in getval()
376 boolean_t
382 boolean_t
431 boolean_t