Home
last modified time | relevance | path

Searched refs:profile_t (Results 1 – 7 of 7) sorted by relevance

/external/e2fsprogs/e2fsck/
Dprofile.h42 typedef struct _profile_t *profile_t; typedef
59 (const char * *files, profile_t *ret_profile);
62 (profile_t profile);
65 (profile_t profile, const char *def_string);
68 (profile_t profile, const char *name, const char *subname,
72 (profile_t profile, const char *name, const char *subname,
77 (profile_t profile, const char *name, const char *subname,
82 (profile_t profile, const char *name, const char *subname,
87 (profile_t profile, const char *const *names,
Dprofile_helpers.h13 (profile_t profile, const char *const *names, char ***ret_values);
19 (profile_t profile, const char **names, char ***ret_names);
22 (profile_t profile, const char **names, char ***ret_names);
27 (const char * filelist, profile_t *ret_profile);
Dprofile_helpers.c141 profile_get_values(profile_t profile, const char *const *names, in profile_get_values()
182 profile_get_subsection_names(profile_t profile, const char **names, in profile_get_subsection_names()
218 profile_get_relation_names(profile_t profile, const char **names, in profile_get_relation_names()
262 profile_t *ret_profile) in profile_init_path()
Dprofile.c211 static errcode_t profile_get_value(profile_t profile, const char *name,
299 profile_init(const char **files, profile_t *ret_profile) in profile_init()
302 profile_t profile; in profile_init()
363 profile_release(profile_t profile) in profile_release()
384 errcode_t profile_set_default(profile_t profile, const char *def_string) in profile_set_default()
1267 profile_t profile;
1279 profile_iterator_create(profile_t profile, const char *const *names, int flags, in profile_iterator_create()
1460 errcode_t profile_get_value(profile_t profile, const char *name, in profile_get_value()
1493 profile_get_string(profile_t profile, const char *name, const char *subname, in profile_get_string()
1521 profile_get_integer(profile_t profile, const char *name, const char *subname, in profile_get_integer()
[all …]
Dprof_err.et37 error_code PROF_MAGIC_PROFILE, "Bad magic value in profile_t"
De2fsck.h334 profile_t profile;
/external/e2fsprogs/misc/
Dmke2fs.c90 profile_t profile;