Home
last modified time | relevance | path

Searched refs:PROF_NO_RELATION (Results 1 – 4 of 4) sorted by relevance

/external/e2fsprogs/e2fsck/
Dprof_err.h11 #define PROF_NO_RELATION (-1429577725L) macro
Dprofile.c1232 return section_flag ? PROF_NO_SECTION : PROF_NO_RELATION; in profile_find_node()
1482 retval = PROF_NO_RELATION; in profile_get_value()
1500 if (retval == PROF_NO_SECTION || retval == PROF_NO_RELATION) in profile_get_string()
1531 if (retval == PROF_NO_SECTION || retval == PROF_NO_RELATION) { in profile_get_integer()
1573 if (retval == PROF_NO_SECTION || retval == PROF_NO_RELATION) { in profile_get_uint()
1647 if (retval == PROF_NO_SECTION || retval == PROF_NO_RELATION) { in profile_get_boolean()
Dprof_err.et10 error_code PROF_NO_RELATION, "Profile relation not found"
Dprofile_helpers.c165 retval = PROF_NO_RELATION; in profile_get_values()