Searched defs:profile_get_value (Results 1 - 1 of 1) sorted by relevance

/external/e2fsprogs/e2fsck/
H A Dprofile.c211 static errcode_t profile_get_value(profile_t profile, const char *name,
1462 errcode_t profile_get_value(profile_t profile, const char *name, function
1503 retval = profile_get_value(profile, name, subname,
1535 retval = profile_get_value(profile, name, subname, subsubname, &value);
1577 retval = profile_get_value(profile, name, subname, subsubname, &value);
1617 retval = profile_get_value(profile, name, subname, subsubname, &value);
1688 retval = profile_get_value(profile, name, subname, subsubname, &value);
1780 retval = profile_get_value(profile, name, subname,

Completed in 68 milliseconds