/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/src/ |
H A D | build.c | 24 first_inode_chain(int *i, struct jffs2_sb_info *c) in first_inode_chain() 34 next_inode(int *i, struct jffs2_inode_cache *ic, struct jffs2_sb_info *c) in next_inode() 43 #define for_each_inode(i, c, ic) \ argument 49 static inline void jffs2_build_inode_pass1(struct jffs2_sb_info *c, struct jffs2_inode_cache *ic) in jffs2_build_inode_pass1() 89 static int jffs2_build_filesystem(struct jffs2_sb_info *c) in jffs2_build_filesystem() 192 static void jffs2_build_remove_unlinked_inode(struct jffs2_sb_info *c, struct jffs2_inode_cache *ic… in jffs2_build_remove_unlinked_inode() 262 static void jffs2_calc_trigger_levels(struct jffs2_sb_info *c) in jffs2_calc_trigger_levels() 314 int jffs2_do_mount_fs(struct jffs2_sb_info *c) in jffs2_do_mount_fs()
|
H A D | nodelist.c | 24 void jffs2_add_fd_to_list(struct jffs2_sb_info *c, struct jffs2_full_dirent *new, struct jffs2_full… in jffs2_add_fd_to_list() 54 void jffs2_obsolete_node_frag(struct jffs2_sb_info *c, struct jffs2_node_frag *this) in jffs2_obsolete_node_frag() 100 static int jffs2_add_frag_to_fragtree(struct jffs2_sb_info *c, struct rb_root *list, struct jffs2_n… in jffs2_add_frag_to_fragtree() 278 int jffs2_add_full_dnode_to_inode(struct jffs2_sb_info *c, struct jffs2_inode_info *f, struct jffs2… in jffs2_add_full_dnode_to_inode() 328 void jffs2_set_inocache_state(struct jffs2_sb_info *c, struct jffs2_inode_cache *ic, int state) in jffs2_set_inocache_state() 341 struct jffs2_inode_cache *jffs2_get_ino_cache(struct jffs2_sb_info *c, uint32_t ino) in jffs2_get_ino_cache() 356 void jffs2_add_ino_cache (struct jffs2_sb_info *c, struct jffs2_inode_cache *new) in jffs2_add_ino_cache() 377 void jffs2_del_ino_cache(struct jffs2_sb_info *c, struct jffs2_inode_cache *old) in jffs2_del_ino_cache() 404 void jffs2_free_ino_caches(struct jffs2_sb_info *c) in jffs2_free_ino_caches() 420 void jffs2_free_raw_node_refs(struct jffs2_sb_info *c) in jffs2_free_raw_node_refs() [all …]
|
H A D | erase.c | 25 struct jffs2_sb_info *c; member 36 static void jffs2_erase_block(struct jffs2_sb_info *c, in jffs2_erase_block() 107 void jffs2_erase_pending_blocks(struct jffs2_sb_info *c, int count) in jffs2_erase_pending_blocks() 161 static void jffs2_erase_succeeded(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb) in jffs2_erase_succeeded() 172 static void jffs2_erase_failed(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, uint32_t bad_… in jffs2_erase_failed() 219 static inline void jffs2_remove_node_refs_from_ino_list(struct jffs2_sb_info *c, in jffs2_remove_node_refs_from_ino_list() 286 static void jffs2_free_all_node_refs(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb) in jffs2_free_all_node_refs() 304 static int jffs2_block_check_erase(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, uint32_t … in jffs2_block_check_erase() 352 static void jffs2_mark_erased_block(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb) in jffs2_mark_erased_block()
|
H A D | os-ecos.h | 95 #define jffs2_is_readonly(c) (0) argument 97 #define jffs2_is_readonly(c) (1) argument 101 #define jffs2_can_mark_obsolete(c) (1) argument 145 #define OFNI_BS_2SFFJ(c) ((struct super_block *) ( ((char *)c) - ((char *)(&((struct super_block *… argument 193 static inline void jffs2_garbage_collect_trigger(struct jffs2_sb_info *c) in jffs2_garbage_collect_trigger() 235 static inline void jffs2_erase_pending_trigger(struct jffs2_sb_info *c) in jffs2_erase_pending_trigger() 240 #define jffs2_can_mark_obsolete(c) (1) argument 241 #define jffs2_cleanmarker_oob(c) (0) argument 242 #define jffs2_write_nand_cleanmarker(c,jeb) (-EIO) argument 244 #define jffs2_flush_wbuf_pad(c) (c=c) argument [all …]
|
H A D | os-rtthread.h | 93 #define jffs2_is_readonly(c) (0) argument 95 #define jffs2_is_readonly(c) (1) argument 99 #define jffs2_can_mark_obsolete(c) (1) argument 143 #define OFNI_BS_2SFFJ(c) ((struct super_block *) ( ((char *)c) - ((char *)(&((struct super_block *… argument 191 static inline void jffs2_garbage_collect_trigger(struct jffs2_sb_info *c) in jffs2_garbage_collect_trigger() 233 static inline void jffs2_erase_pending_trigger(struct jffs2_sb_info *c) in jffs2_erase_pending_trigger() 238 #define jffs2_can_mark_obsolete(c) (1) argument 239 #define jffs2_cleanmarker_oob(c) (0) argument 240 #define jffs2_write_nand_cleanmarker(c,jeb) (-EIO) argument 242 #define jffs2_flush_wbuf_pad(c) (c=c) argument [all …]
|
H A D | debug.h | 188 #define jffs2_dbg_acct_paranoia_check(c, jeb) \ argument 190 #define jffs2_dbg_acct_paranoia_check_nolock(c, jeb) \ argument 192 #define jffs2_dbg_prewrite_paranoia_check(c, ofs, len) \ argument 197 #define jffs2_dbg_acct_paranoia_check(c, jeb) argument 198 #define jffs2_dbg_acct_paranoia_check_nolock(c, jeb) argument 199 #define jffs2_dbg_prewrite_paranoia_check(c, ofs, len) argument 203 #define jffs2_dbg_dump_jeb(c, jeb) \ argument 207 #define jffs2_dbg_dump_block_lists(c) \ argument 209 #define jffs2_dbg_dump_block_lists_nolock(c) \ argument 217 #define jffs2_dbg_dump_node(c, ofs) \ argument [all …]
|
H A D | nodemgmt.c | 43 int jffs2_reserve_space(struct jffs2_sb_info *c, uint32_t minsize, uint32_t *ofs, uint32_t *len, in… in jffs2_reserve_space() 143 int jffs2_reserve_space_gc(struct jffs2_sb_info *c, uint32_t minsize, uint32_t *ofs, uint32_t *len) in jffs2_reserve_space_gc() 162 static int jffs2_do_reserve_space(struct jffs2_sb_info *c, uint32_t minsize, uint32_t *ofs, uint32… in jffs2_do_reserve_space() 301 int jffs2_add_physical_node_ref(struct jffs2_sb_info *c, struct jffs2_raw_node_ref *new) in jffs2_add_physical_node_ref() 361 void jffs2_complete_reservation(struct jffs2_sb_info *c) in jffs2_complete_reservation() 382 void jffs2_mark_node_obsolete(struct jffs2_sb_info *c, struct jffs2_raw_node_ref *ref) in jffs2_mark_node_obsolete() 651 int jffs2_thread_should_wake(struct jffs2_sb_info *c) in jffs2_thread_should_wake()
|
H A D | debug.c | 86 __jffs2_dbg_prewrite_paranoia_check(struct jffs2_sb_info *c, in __jffs2_dbg_prewrite_paranoia_check() 125 __jffs2_dbg_acct_paranoia_check(struct jffs2_sb_info *c, in __jffs2_dbg_acct_paranoia_check() 134 __jffs2_dbg_acct_paranoia_check_nolock(struct jffs2_sb_info *c, in __jffs2_dbg_acct_paranoia_check_nolock() 214 __jffs2_dbg_dump_node_refs(struct jffs2_sb_info *c, in __jffs2_dbg_dump_node_refs() 223 __jffs2_dbg_dump_node_refs_nolock(struct jffs2_sb_info *c, in __jffs2_dbg_dump_node_refs_nolock() 254 __jffs2_dbg_dump_jeb(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb) in __jffs2_dbg_dump_jeb() 278 __jffs2_dbg_dump_block_lists(struct jffs2_sb_info *c) in __jffs2_dbg_dump_block_lists() 286 __jffs2_dbg_dump_block_lists_nolock(struct jffs2_sb_info *c) in __jffs2_dbg_dump_block_lists_nolock() 590 __jffs2_dbg_dump_node(struct jffs2_sb_info *c, uint32_t ofs) in __jffs2_dbg_dump_node()
|
H A D | gcthread.c | 138 void jffs2_garbage_collect_trigger(struct jffs2_sb_info *c) in jffs2_garbage_collect_trigger() 150 jffs2_start_garbage_collect_thread(struct jffs2_sb_info *c) in jffs2_start_garbage_collect_thread() 186 jffs2_stop_garbage_collect_thread(struct jffs2_sb_info *c) in jffs2_stop_garbage_collect_thread() 217 struct jffs2_sb_info *c=(struct jffs2_sb_info *)data; in jffs2_garbage_collect_thread() local
|
H A D | readinode.c | 24 void jffs2_truncate_fragtree (struct jffs2_sb_info *c, struct rb_root *list, uint32_t size) in jffs2_truncate_fragtree() 139 read_direntry(struct jffs2_sb_info *c, in read_direntry() 224 read_dnode(struct jffs2_sb_info *c, in read_dnode() 375 read_unknown(struct jffs2_sb_info *c, in read_unknown() 424 static int jffs2_get_inode_nodes(struct jffs2_sb_info *c, struct jffs2_inode_info *f, in jffs2_get_inode_nodes() 546 static int jffs2_do_read_inode_internal(struct jffs2_sb_info *c, in jffs2_do_read_inode_internal() 771 int jffs2_do_read_inode(struct jffs2_sb_info *c, struct jffs2_inode_info *f, in jffs2_do_read_inode() 835 int jffs2_do_crccheck_inode(struct jffs2_sb_info *c, struct jffs2_inode_cache *ic) in jffs2_do_crccheck_inode() 857 void jffs2_do_clear_inode(struct jffs2_sb_info *c, struct jffs2_inode_info *f) in jffs2_do_clear_inode()
|
H A D | scan.c | 87 static inline int min_free(struct jffs2_sb_info *c) in min_free() 105 int jffs2_scan_medium(struct jffs2_sb_info *c) in jffs2_scan_medium() 287 static int jffs2_fill_scan_buf (struct jffs2_sb_info *c, unsigned char *buf, in jffs2_fill_scan_buf() 308 static int jffs2_scan_eraseblock (struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, in jffs2_scan_eraseblock() 667 static struct jffs2_inode_cache *jffs2_scan_make_ino_cache(struct jffs2_sb_info *c, uint32_t ino) in jffs2_scan_make_ino_cache() 693 static int jffs2_scan_inode_node(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, in jffs2_scan_inode_node() 764 static int jffs2_scan_dirent_node(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, in jffs2_scan_dirent_node() 866 void jffs2_rotate_lists(struct jffs2_sb_info *c) in jffs2_rotate_lists()
|
H A D | gc.c | 43 static struct jffs2_eraseblock *jffs2_find_gc_block(struct jffs2_sb_info *c) in jffs2_find_gc_block() 121 int jffs2_garbage_collect_pass(struct jffs2_sb_info *c) in jffs2_garbage_collect_pass() 403 static int jffs2_garbage_collect_live(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, in jffs2_garbage_collect_live() 497 static int jffs2_garbage_collect_pristine(struct jffs2_sb_info *c, in jffs2_garbage_collect_pristine() 667 static int jffs2_garbage_collect_metadata(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, in jffs2_garbage_collect_metadata() 757 static int jffs2_garbage_collect_dirent(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, in jffs2_garbage_collect_dirent() 795 static int jffs2_garbage_collect_deletion_dirent(struct jffs2_sb_info *c, struct jffs2_eraseblock *… in jffs2_garbage_collect_deletion_dirent() 903 static int jffs2_garbage_collect_hole(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, in jffs2_garbage_collect_hole() 1051 static int jffs2_garbage_collect_dnode(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, in jffs2_garbage_collect_dnode()
|
H A D | flashio.c | 19 int jffs2_flash_read(struct jffs2_sb_info * c, cyg_uint32 offset, in jffs2_flash_read() 35 int jffs2_flash_write(struct jffs2_sb_info * c, in jffs2_flash_write() 50 int jffs2_flash_erase(struct jffs2_sb_info * c, in jffs2_flash_erase() 63 int jffs2_flash_direct_writev(struct jffs2_sb_info *c, in jffs2_flash_direct_writev()
|
H A D | write.c | 24 int jffs2_do_new_inode(struct jffs2_sb_info *c, struct jffs2_inode_info *f, uint32_t mode, struct j… in jffs2_do_new_inode() 60 struct jffs2_full_dnode *jffs2_write_dnode(struct jffs2_sb_info *c, struct jffs2_inode_info *f, str… in jffs2_write_dnode() 213 struct jffs2_full_dirent *jffs2_write_dirent(struct jffs2_sb_info *c, struct jffs2_inode_info *f, s… in jffs2_write_dirent() 344 int jffs2_write_inode_range(struct jffs2_sb_info *c, struct jffs2_inode_info *f, in jffs2_write_inode_range() 441 int jffs2_do_create(struct jffs2_sb_info *c, struct jffs2_inode_info *dir_f, struct jffs2_inode_inf… in jffs2_do_create() 535 int jffs2_do_unlink(struct jffs2_sb_info *c, struct jffs2_inode_info *dir_f, in jffs2_do_unlink() 649 int jffs2_do_link (struct jffs2_sb_info *c, struct jffs2_inode_info *dir_f, uint32_t ino, uint8_t t… in jffs2_do_link()
|
H A D | dir-ecos.c | 67 struct jffs2_sb_info *c; in jffs2_create() local 114 struct jffs2_sb_info *c = JFFS2_SB_INFO(dir_i->i_sb); in jffs2_unlink() local 130 struct jffs2_sb_info *c = JFFS2_SB_INFO(old_d_inode->i_sb); in jffs2_link() local 154 struct jffs2_sb_info *c; in jffs2_mkdir() local 288 struct jffs2_sb_info *c = JFFS2_SB_INFO(old_dir_i->i_sb); in jffs2_rename() local
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/ |
H A D | arch.h | 219 #define lwip_in_range(c, lo, up) ((u8_t)(c) >= (lo) && (u8_t)(c) <= (up)) argument 220 #define lwip_isdigit(c) lwip_in_range((c), '0', '9') argument 221 #define lwip_isxdigit(c) (lwip_isdigit(c) || lwip_in_range((c), 'a', 'f') || lwip_in_range… argument 222 #define lwip_islower(c) lwip_in_range((c), 'a', 'z') argument 223 #define lwip_isspace(c) ((c) == ' ' || (c) == '\f' || (c) == '\n' || (c) == '\r' || (c) =… argument 224 #define lwip_isupper(c) lwip_in_range((c), 'A', 'Z') argument 225 #define lwip_tolower(c) (lwip_isupper(c) ? (c) - 'A' + 'a' : c) argument 226 #define lwip_toupper(c) (lwip_islower(c) ? (c) - 'a' + 'A' : c) argument 229 #define lwip_isdigit(c) isdigit((unsigned char)(c)) argument 230 #define lwip_isxdigit(c) isxdigit((unsigned char)(c)) argument [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/linux/src/ |
H A D | os_callout.c | 33 struct ble_npl_callout *c = (struct ble_npl_callout *)sv.sival_ptr; in ble_npl_callout_timer_cb() local 43 void ble_npl_callout_init(struct ble_npl_callout *c, in ble_npl_callout_init() 65 bool ble_npl_callout_is_active(struct ble_npl_callout *c) in ble_npl_callout_is_active() 72 int ble_npl_callout_inited(struct ble_npl_callout *c) in ble_npl_callout_inited() 77 ble_npl_error_t ble_npl_callout_reset(struct ble_npl_callout *c, in ble_npl_callout_reset() 103 int ble_npl_callout_queued(struct ble_npl_callout *c) in ble_npl_callout_queued() 112 void ble_npl_callout_stop(struct ble_npl_callout *c) in ble_npl_callout_stop()
|
/nrf52832-nimble/rt-thread/components/net/sal_socket/src/ |
H A D | sal_ipaddr.c | 16 #define in_range(c, lo, up) ((u8_t)c >= lo && (u8_t)c <= up) argument 17 #define isprint(c) in_range(c, 0x20, 0x7f) argument 18 #define isdigit(c) in_range(c, '0', '9') argument 19 #define isxdigit(c) (isdigit(c) || in_range(c, 'a', 'f') || in_range(c, 'A', 'F')) argument 20 #define islower(c) in_range(c, 'a', 'z') argument 21 #define isspace(c) (c == ' ' || c == '\f' || c == '\n' || c == '\r' || c == '\t' || c == … argument 40 char c; in sal_ip4addr_aton() local
|
/nrf52832-nimble/rt-thread/components/libc/compilers/minilibc/ |
H A D | string.c | 113 char *strrchr(const char *t, int c) in strrchr() 156 #define isdigit(c) ((unsigned)((c) - '0') < 10) argument 213 #define isalnum(c) ((__ismask(c)&(_U|_L|_D)) != 0) argument 214 #define isalpha(c) ((__ismask(c)&(_U|_L)) != 0) argument 215 #define iscntrl(c) ((__ismask(c)&(_C)) != 0) argument 216 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0) argument 217 #define islower(c) ((__ismask(c)&(_L)) != 0) argument 218 #define isprint(c) ((__ismask(c)&(_P|_U|_L|_D|_SP)) != 0) argument 219 #define ispunct(c) ((__ismask(c)&(_P)) != 0) argument 220 #define isspace(c) ((__ismask(c)&(_S)) != 0) argument [all …]
|
H A D | stdint.h | 232 #define INT8_C(c) __INT8_C(c) argument 234 #define INT16_C(c) __INT16_C(c) argument 236 #define INT32_C(c) __INT32_C(c) argument 238 #define INT64_C(c) __INT64_C(c) argument 240 #define UINT8_C(c) __UINT8_C(c) argument 242 #define UINT16_C(c) __UINT16_C(c) argument 244 #define UINT32_C(c) __UINT32_C(c) argument 246 #define UINT64_C(c) __UINT64_C(c) argument 248 #define INTMAX_C(c) __INTMAX_C(c) argument 250 #define UINTMAX_C(c) __UINTMAX_C(c) argument
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ipv6/ |
H A D | ip6_addr.c | 54 #define in_range(c, lo, up) ((u8_t)c >= lo && (u8_t)c <= up) argument 55 #define isprint(c) in_range(c, 0x20, 0x7f) argument 56 #define isdigit(c) in_range(c, '0', '9') argument 57 #define isxdigit(c) (isdigit(c) || in_range(c, 'a', 'f') || in_range(c, 'A', 'F')) argument 58 #define islower(c) in_range(c, 'a', 'z') argument 59 #define isspace(c) (c == ' ' || c == '\f' || c == '\n' || c == '\r' || c == '\t' || c == … argument
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ipv4/ |
H A D | ip4_addr.c | 117 #define in_range(c, lo, up) ((u8_t)c >= lo && (u8_t)c <= up) argument 118 #define isprint(c) in_range(c, 0x20, 0x7f) argument 119 #define isdigit(c) in_range(c, '0', '9') argument 120 #define isxdigit(c) (isdigit(c) || in_range(c, 'a', 'f') || in_range(c, 'A', 'F')) argument 121 #define islower(c) in_range(c, 'a', 'z') argument 122 #define isspace(c) (c == ' ' || c == '\f' || c == '\n' || c == '\r' || c == '\t' || c == … argument 159 char c; in ip4addr_aton() local
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/ipv4/ |
H A D | ip_addr.c | 114 #define in_range(c, lo, up) ((u8_t)c >= lo && (u8_t)c <= up) argument 115 #define isprint(c) in_range(c, 0x20, 0x7f) argument 116 #define isdigit(c) in_range(c, '0', '9') argument 117 #define isxdigit(c) (isdigit(c) || in_range(c, 'a', 'f') || in_range(c, 'A', 'F')) argument 118 #define islower(c) in_range(c, 'a', 'z') argument 119 #define isspace(c) (c == ' ' || c == '\f' || c == '\n' || c == '\r' || c == '\t' || c == … argument 156 char c; in ipaddr_aton() local
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/ |
H A D | sockets.h | 346 #define accept(a,b,c) lwip_accept(a,b,c) argument 347 #define bind(a,b,c) lwip_bind(a,b,c) argument 350 #define connect(a,b,c) lwip_connect(a,b,c) argument 351 #define getsockname(a,b,c) lwip_getsockname(a,b,c) argument 352 #define getpeername(a,b,c) lwip_getpeername(a,b,c) argument 353 #define setsockopt(a,b,c,d,e) lwip_setsockopt(a,b,c,d,e) argument 354 #define getsockopt(a,b,c,d,e) lwip_getsockopt(a,b,c,d,e) argument 356 #define recv(a,b,c,d) lwip_recv(a,b,c,d) argument 357 #define recvfrom(a,b,c,d,e,f) lwip_recvfrom(a,b,c,d,e,f) argument 358 #define send(a,b,c,d) lwip_send(a,b,c,d) argument [all …]
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/ |
H A D | infblock.c | 68 void inflate_blocks_reset(s, z, c) in inflate_blocks_reset() argument 89 inflate_blocks_statef *inflate_blocks_new(z, c, w) in inflate_blocks_new() argument 268 uInt i, j, c; local 310 inflate_codes_statef *c; local
|