Home
last modified time | relevance | path

Searched defs:_fcb (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/fs/fcb/
Dfcb_elem_info.c20 fcb_elem_crc8(struct fcb *_fcb, struct fcb_entry *loc, uint8_t *c8p) in fcb_elem_crc8()
74 fcb_elem_endmarker_fixed(struct fcb *_fcb, struct fcb_entry *loc, uint8_t *em) in fcb_elem_endmarker_fixed()
106 fcb_elem_endmarker(struct fcb *_fcb, struct fcb_entry *loc, uint8_t *em) in fcb_elem_endmarker()
120 int fcb_elem_info(struct fcb *_fcb, struct fcb_entry *loc) in fcb_elem_info()
/Zephyr-latest/tests/subsys/fs/fcb/src/
Dfcb_test_append.c10 static void test_fcb_append(struct fcb *_fcb) in test_fcb_append()
Dmain.c115 void fcb_tc_pretest(int sectors, struct fcb *_fcb) in fcb_tc_pretest()