Home
last modified time | relevance | path

Searched refs:FALSE (Results 1 – 16 of 16) sorted by relevance

/system/ulib/ftl/inc/
A Dconfig.h14 #ifndef FALSE
15 #define FALSE 0 macro
22 #define NVRAM_INC FALSE // TRUE to include NVRAM storage
23 #define INC_ERR_STRINGS FALSE // TRUE to include error strings
28 #define OS_PARM_CHECK FALSE // TRUE or FALSE
50 #define UTF_ENABLED FALSE
53 #define FS_CRYPT FALSE
56 #define INC_XFS FALSE // TargetXFS
60 #define INC_FTL_NDM_MLC FALSE // TargetFTL-NDM on NDM MLC
63 #define INC_RAM_DVRS FALSE // TRUE to include FS RAM drivers
[all …]
A Dtargetos.h44 #undef FALSE
45 #define FALSE 0 macro
A Dposix.h126 #define D_NAME_PTR FALSE // set to TRUE to use char * for d_name
/system/ulib/ftl/utils/
A Dfsys.c18 return (strcmp(s1, s2) == 0) ? TRUE : FALSE; in FNameEqu()
A Dftl_mc.c10 #define MC_DEBUG FALSE
229 *new_ptr = FALSE; in ftlmcGetPage()
/system/ulib/ftl/ndm/
A Dndmp.h23 #define NDM_DEBUG FALSE // TRUE for TargetNDM debug output
24 #define RDBACK_CHECK FALSE // TRUE for metadata read-back check
A Dndm_init.c120 if (status == FALSE) { in format_status()
139 return FALSE; in format_status()
1299 return FALSE; in ndmInitBadBlock()
A Dndm_intrnl.c12 #define BBL_INSERT_DEBUG FALSE
570 for (i = 0, found = FALSE;; ++i) { in mark_extra_bblock()
616 return FALSE; in run_bad_block()
1307 for (transfer_finished = FALSE;;) { in ndmMarkBadBlock()
/system/ulib/ftl/ftln/
A Dftln_util.c121 if ((ftl->bdata[b] & ERASED_BLK_FLAG) == FALSE) in FtlnReport()
179 if ((ftl->flags & FTLN_MOUNTED) == FALSE) in FtlnReport()
425 ftl->assert_no_recycle = FALSE; in FtlnReport()
664 if (IS_FREE(ftl->bdata[b]) == FALSE) in FtlnEraseBlk()
778 ftl->copy_end_found = FALSE; in FtlnStateRst()
792 ftl->assert_no_recycle = FALSE; in FtlnStateRst()
A Dftln_rd.c201 ftl->assert_no_recycle = FALSE; in read_sectors()
361 *unmapped = FALSE; in FtlnMapRd()
A Dftln_init.c9 #define DEBUG_RESUME FALSE
149 if (process == FALSE) in map_page_check()
298 status = map_page_check(ftl, pn, FALSE); in build_map()
455 if (ftl->copy_end_found == FALSE) { in build_map()
550 int rc, formatted = FALSE; in format_status()
714 rc = map_page_check(ftl, pn, FALSE); in format_status()
758 if (formatted == FALSE) in format_status()
759 return FALSE; in format_status()
947 if (formatted == FALSE) { in init_ftln()
A Dftlnp.h22 #define DEBUG_ELIST FALSE
27 #define FTLN_DEBUG_PTR FALSE
A Dftln_intrnl.c10 #define FTLN_DEBUG_RECYCLES FALSE
575 if (recycle_possible(ftl, b) == FALSE) in next_recycle_blk()
732 PfAssert(ftl->assert_no_recycle == FALSE); in recycle()
737 PfAssert(FALSE); //lint !e506, !e774 in recycle()
819 ftl->assert_no_recycle = FALSE; in partial_page_write()
/system/ulib/ftl/inc/kprivate/
A Dfsprivate.h19 #define FS_MEM_PROFILE FALSE // TRUE to enable FS heap profiling
56 #define DONT_ADJUST_FCBs FALSE
60 #define FS_NO_SEM FALSE
64 #define UNFORCED_SYNC FALSE
A Dfsdriver.h17 #define NV_NDM_CTRL_STORE FALSE
/system/dev/bus/acpi/
A Dinit.c117 status = AcpiInitializeTables(NULL, ACPI_MAX_INIT_TABLES, FALSE); in init()

Completed in 28 milliseconds