Lines Matching refs:def_val
1503 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
1620 *ret_double = def_val; in profile_get_double()
1626 *ret_double = def_val; in profile_get_double()
1685 const char *subsubname, int def_val, int *ret_boolean) in profile_get_boolean() argument
1691 *ret_boolean = def_val; in profile_get_boolean()
1697 *ret_boolean = def_val; in profile_get_boolean()