Home
last modified time | relevance | path

Searched refs:def_val (Results 1 – 8 of 8) sorted by relevance

/external/e2fsprogs/lib/support/
Dprofile.h69 const char *subsubname, const char *def_val,
73 const char *subsubname, int def_val,
78 const char *subsubname, unsigned int def_val,
83 const char *subsubname, double def_val,
88 const char *subsubname, int def_val,
Dprofile.c1503 const char *subsubname, const char *def_val, in profile_get_string() argument
1513 value = def_val; in profile_get_string()
1517 value = def_val; in profile_get_string()
1531 const char *subsubname, int def_val, int *ret_int) in profile_get_integer() argument
1538 *ret_int = def_val; in profile_get_integer()
1544 *ret_int = def_val; in profile_get_integer()
1572 const char *subsubname, unsigned int def_val, in profile_get_uint() argument
1580 *ret_int = def_val; in profile_get_uint()
1586 *ret_int = def_val; in profile_get_uint()
1613 const char *subsubname, double def_val, double *ret_double) in profile_get_double() argument
[all …]
/external/e2fsprogs/misc/
Dmke2fs.h21 const char *def_val);
22 extern int get_int_from_profile(char **types, const char *opt, int def_val);
23 extern int get_bool_from_profile(char **types, const char *opt, int def_val);
Dmke2fs.c1362 const char *def_val) in get_string_from_profile() argument
1374 profile_get_string(profile, "defaults", opt, 0, def_val, &ret); in get_string_from_profile()
1378 int get_int_from_profile(char **types, const char *opt, int def_val) in get_int_from_profile() argument
1383 profile_get_integer(profile, "defaults", opt, 0, def_val, &ret); in get_int_from_profile()
1390 unsigned int def_val) in get_uint_from_profile() argument
1395 profile_get_uint(profile, "defaults", opt, 0, def_val, &ret); in get_uint_from_profile()
1402 double def_val) in get_double_from_profile() argument
1407 profile_get_double(profile, "defaults", opt, 0, def_val, &ret); in get_double_from_profile()
1413 int get_bool_from_profile(char **types, const char *opt, int def_val) in get_bool_from_profile() argument
1418 profile_get_boolean(profile, "defaults", opt, 0, def_val, &ret); in get_bool_from_profile()
/external/ltp/testcases/kernel/syscalls/clone/
Dclone09.c70 int def_val; in do_test() local
85 SAFE_FILE_SCANF(sysctl_path_def, "%d", &def_val); in do_test()
87 if (sysctl_net_new != def_val) { in do_test()
/external/libbrillo/brillo/
Dany.h152 T TryGet(typename std::decay<T>::type const& def_val) const { in TryGet() argument
154 return def_val; in TryGet()
/external/e2fsprogs/e2fsck/
Dproblem.c2358 const char *subsubname, int def_val, int *ret_boolean) in profile_get_boolean() argument
2365 const char *subsubname, int def_val, int *ret_int) in profile_get_integer() argument
2389 const char *subsubname, const char *def_val, in profile_get_string() argument
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c8008 bool def_val = true, write_zero = false; in load_index_src() local
8026 def_val = false; in load_index_src()
8042 } else if (def_val) { in load_index_src()