Home | History | Annotate | Download | only in e2fsck

Lines Matching refs:errcode_t

136 	errcode_t	magic;
164 static errcode_t parse_line(char *line, struct parse_state *state);
167 static errcode_t profile_write_tree_file
170 static errcode_t profile_write_tree_to_buffer
178 static errcode_t profile_create_node
183 static errcode_t profile_verify_node
187 static errcode_t profile_add_node
192 static errcode_t profile_find_node
198 static errcode_t profile_node_iterator
202 static errcode_t profile_open_file
205 static errcode_t profile_update_file
211 static errcode_t profile_get_value(profile_t profile, const char *name,
241 static errcode_t get_dirlist(const char *dirname, char***ret_array)
246 errcode_t retval;
298 errcode_t
304 errcode_t retval = 0;
384 errcode_t profile_set_default(profile_t profile, const char *def_string)
388 errcode_t retval;
455 errcode_t profile_open_file(const char * filespec,
459 errcode_t retval;
520 errcode_t profile_update_file(prf_file_t prf)
522 errcode_t retval;
680 static errcode_t parse_line(char *line, struct parse_state *state)
684 errcode_t retval;
964 errcode_t profile_write_tree_file(struct profile_node *root, FILE *dstfile)
1002 errcode_t profile_write_tree_to_buffer(struct profile_node *root,
1079 errcode_t profile_create_node(const char *name, const char *value,
1112 errcode_t profile_verify_node(struct profile_node *node)
1115 errcode_t retval;
1143 errcode_t profile_add_node(struct profile_node *section, const char *name,
1146 errcode_t retval;
1198 errcode_t profile_find_node(struct profile_node *section, const char *name,
1275 errcode_t
1329 errcode_t profile_node_iterator(void **iter_p, struct profile_node **ret_node,
1335 errcode_t retval;
1457 errcode_t profile_get_value(profile_t profile, const char *name,
1461 errcode_t retval;
1489 errcode_t
1495 errcode_t retval;
1517 errcode_t
1522 errcode_t retval;
1558 errcode_t
1564 errcode_t retval;
1609 static errcode_t
1634 errcode_t
1639 errcode_t retval;
1656 errcode_t
1660 errcode_t retval;
1708 errcode_t retval;