HomeSort by relevance Sort by last modified time
    Searched defs:errcode_t (Results 1 - 3 of 3) sorted by null

  /external/e2fsprogs/lib/et/
com_err.h 22 typedef long errcode_t; typedef
34 extern void com_err_va (const char *whoami, errcode_t code, const char *fmt,
49 extern errcode_t add_error_table(const struct error_table * et);
50 extern errcode_t remove_error_table(const struct error_table * et);
  /external/f2fs-tools/fsck/
quotaio.h 36 typedef int errcode_t; typedef
193 errcode_t quota_file_open(struct f2fs_sb_info *sbi, struct quota_handle *h,
197 errcode_t quota_file_create(struct f2fs_sb_info *sbi, struct quota_handle *h,
201 errcode_t quota_file_close(struct f2fs_sb_info *sbi, struct quota_handle *h,
210 errcode_t quota_init_context(struct f2fs_sb_info *sbi);
214 errcode_t quota_write_inode(struct f2fs_sb_info *sbi, enum quota_type qtype);
218 errcode_t quota_compare_and_update(struct f2fs_sb_info *sbi,
222 static inline errcode_t quota_get_mem(unsigned long size, void *ptr)
233 static inline errcode_t quota_get_memzero(unsigned long size, void *ptr)
245 static inline errcode_t quota_free_mem(void *ptr
    [all...]
  /external/mdnsresponder/mDNSPosix/
nss_mdns.c 344 typedef int errcode_t; typedef
376 errcode_t
    [all...]

Completed in 115 milliseconds