/components/dfs/dfs_v2/src/ |
A D | dfs_fs.c | 51 struct dfs_filesystem_type **type; in _find_filesystem() local 84 struct dfs_filesystem_type **type = _find_filesystem(fs->fs_ops->name); in dfs_register() local 111 struct dfs_filesystem_type **type; in dfs_unregister() local 232 struct dfs_filesystem_type *type = *_find_filesystem(filesystemtype); in dfs_mount() local 556 struct dfs_filesystem_type *type; in dfs_mkfs() local 687 uint8_t type; in dfs_filesystem_get_partition() local
|
/components/net/lwip/lwip-2.1.2/src/include/lwip/priv/ |
A D | tcpip_priv.h | 57 #define API_VAR_DECLARE(type, name) type * name argument 58 #define API_VAR_ALLOC_EXT(type, pool, name, errorblock) do { \ argument 64 #define API_VAR_ALLOC(type, pool, name, errorval) API_VAR_ALLOC_EXT(type, pool, name, return errorv… argument 65 #define API_VAR_ALLOC_POOL(type, pool, name, errorval) do { \ argument 84 #define API_VAR_DECLARE(type, name) type name argument 85 #define API_VAR_ALLOC_EXT(type, pool, name, errorblock) argument 86 #define API_VAR_ALLOC(type, pool, name, errorval) argument 87 #define API_VAR_ALLOC_POOL(type, pool, name, errorval) argument 130 enum tcpip_msg_type type; member
|
/components/drivers/hwcrypto/ |
A D | hwcrypto.c | 23 rt_err_t rt_hwcrypto_set_type(struct rt_hwcrypto_ctx *ctx, hwcrypto_type type) in rt_hwcrypto_set_type() 71 …crypto_ctx_init(struct rt_hwcrypto_ctx *ctx, struct rt_hwcrypto_device *device, hwcrypto_type type) in rt_hwcrypto_ctx_init() 96 …pto_ctx *rt_hwcrypto_ctx_create(struct rt_hwcrypto_device *device, hwcrypto_type type, rt_uint32_t… in rt_hwcrypto_ctx_create()
|
A D | hw_hash.c | 23 …uct rt_hwcrypto_ctx *rt_hwcrypto_hash_create(struct rt_hwcrypto_device *device, hwcrypto_type type) in rt_hwcrypto_hash_create() 108 rt_err_t rt_hwcrypto_hash_set_type(struct rt_hwcrypto_ctx *ctx, hwcrypto_type type) in rt_hwcrypto_hash_set_type()
|
A D | hw_symmetric.c | 23 …t_hwcrypto_ctx *rt_hwcrypto_symmetric_create(struct rt_hwcrypto_device *device, hwcrypto_type type) in rt_hwcrypto_symmetric_create() 273 rt_err_t rt_hwcrypto_symmetric_set_type(struct rt_hwcrypto_ctx *ctx, hwcrypto_type type) in rt_hwcrypto_symmetric_set_type()
|
/components/net/lwip/lwip-2.0.3/src/include/lwip/priv/ |
A D | tcpip_priv.h | 57 #define API_VAR_DECLARE(type, name) type * name argument 58 #define API_VAR_ALLOC(type, pool, name, errorval) do { \ argument 64 #define API_VAR_ALLOC_POOL(type, pool, name, errorval) do { \ argument 83 #define API_VAR_DECLARE(type, name) type name argument 84 #define API_VAR_ALLOC(type, pool, name, errorval) argument 85 #define API_VAR_ALLOC_POOL(type, pool, name, errorval) argument 124 enum tcpip_msg_type type; member
|
/components/drivers/usb/cherryusb/common/ |
A D | usb_list.h | 20 #define usb_container_of(ptr, type, member) \ argument 163 #define usb_slist_entry(node, type, member) \ argument 174 #define usb_slist_first_entry(ptr, type, member) \ argument 185 #define usb_slist_tail_entry(ptr, type, member) \ argument 196 #define usb_slist_first_entry_or_null(ptr, type, member) \ argument 354 #define usb_dlist_entry(node, type, member) \ argument 365 #define usb_dlist_first_entry(ptr, type, member) \ argument 375 #define usb_dlist_first_entry_or_null(ptr, type, member) \ argument
|
/components/drivers/pci/host/dw/ |
A D | pcie-dw.c | 248 int index, int type, rt_uint64_t cpu_addr, rt_uint64_t pci_addr, rt_size_t size) in dw_pcie_prog_outbound_atu_unroll() 287 int index, int type, rt_uint64_t cpu_addr, rt_uint64_t pci_addr, rt_size_t size) in __dw_pcie_prog_outbound_atu() 329 int index, int type, rt_uint64_t cpu_addr, rt_uint64_t pci_addr, rt_size_t size) in dw_pcie_prog_outbound_atu() 335 int index, int type, rt_uint64_t cpu_addr, rt_uint64_t pci_addr, rt_size_t size) in dw_pcie_prog_ep_outbound_atu() 344 int type; in dw_pcie_prog_inbound_atu_unroll() local 394 int type; in dw_pcie_prog_inbound_atu() local 443 void dw_pcie_disable_atu(struct dw_pcie *pci, int index, enum dw_pcie_region_type type) in dw_pcie_disable_atu()
|
/components/drivers/pci/ |
A D | access.c | 26 #define PCI_OPS_READ(name, type) \ argument 39 #define PCI_OPS_WRITE(name, type) \ argument 50 #define PCI_OPS(name, type) \ argument
|
/components/net/lwip/lwip-1.4.1/src/include/ipv6/lwip/ |
A D | icmp.h | 72 u8_t type; member 80 u8_t type; member 87 u8_t type; member
|
/components/net/lwip/lwip-2.1.2/src/include/lwip/ |
A D | ip6_zone.h | 177 #define ip6_addr_has_scope(ip6addr, type) \ argument 198 #define ip6_addr_assign_zone(ip6addr, type, netif) \ argument 228 #define ip6_addr_lacks_zone(ip6addr, type) \ argument
|
/components/net/lwip/lwip-1.4.1/src/core/ipv4/ |
A D | icmp.c | 79 u8_t type; in icmp_input() local 291 icmp_send_response(struct pbuf *p, u8_t type, u8_t code) in icmp_send_response()
|
/components/net/lwip/lwip-2.1.2/src/core/ipv6/ |
A D | icmp6.c | 309 icmp6_send_response(struct pbuf *p, u8_t code, u32_t data, u8_t type) in icmp6_send_response() 346 icmp6_send_response_with_addrs(struct pbuf *p, u8_t code, u32_t data, u8_t type, in icmp6_send_response_with_addrs() 385 icmp6_send_response_with_addrs_and_netif(struct pbuf *p, u8_t code, u32_t data, u8_t type, in icmp6_send_response_with_addrs_and_netif()
|
/components/net/lwip/lwip-2.0.3/src/core/ipv4/ |
A D | icmp.c | 82 u8_t type; in icmp_input() local 333 icmp_send_response(struct pbuf *p, u8_t type, u8_t code) in icmp_send_response()
|
/components/net/lwip/lwip-2.1.2/src/core/ipv4/ |
A D | icmp.c | 82 u8_t type; in icmp_input() local 340 icmp_send_response(struct pbuf *p, u8_t type, u8_t code) in icmp_send_response()
|
/components/net/lwip/lwip-1.4.1/src/include/lwip/ |
A D | memp.h | 87 #define memp_malloc(type) mem_malloc(memp_sizes[type]) argument 88 #define memp_free(type, mem) mem_free(mem) argument
|
/components/drivers/thermal/ |
A D | thermal_dm.c | 17 enum rt_thermal_trip_type thermal_type(const char *type) in thermal_type()
|
/components/drivers/sdio/sdhci/include/ |
A D | sdhci_misc.h | 30 #define min_t(type, x, y) (((type)x < (type)y) ? x : y) argument 31 #define max_t(type, x, y) (((type)x > (type)y) ? x : y) argument
|
/components/net/lwip/lwip-2.1.2/src/core/ |
A D | memp.c | 337 memp_malloc(memp_t type) in memp_malloc() 420 memp_free(memp_t type, void *mem) in memp_free()
|
/components/dfs/dfs_v1/filesystems/romfs/ |
A D | dfs_romfs.h | 21 rt_uint32_t type; /* dirent type */ member
|
/components/dfs/dfs_v2/filesystems/romfs/ |
A D | dfs_romfs.h | 21 rt_uint32_t type; /* dirent type */ member
|
/components/net/lwip/lwip-1.4.1/src/core/ |
A D | pbuf.c | 207 pbuf_alloc(pbuf_layer layer, u16_t length, pbuf_type type) in pbuf_alloc() 367 pbuf_alloced_custom(pbuf_layer l, u16_t length, pbuf_type type, struct pbuf_custom *p, in pbuf_alloced_custom() 513 u16_t type; in pbuf_header() local 620 u16_t type; in pbuf_free() local
|
/components/drivers/include/drivers/ |
A D | misc.h | 52 #define RT_BITS_PER_TYPE(type) (sizeof(type) * RT_BITS_PER_BYTE) argument 90 #define rt_min_t(type, x, y) \ argument 97 #define rt_max_t(type, x, y) \ argument
|
/components/libc/posix/pthreads/ |
A D | pthread_mutex.c | 114 int pthread_mutexattr_gettype(const pthread_mutexattr_t *attr, int *type) in pthread_mutexattr_gettype() 167 int pthread_mutexattr_settype(pthread_mutexattr_t *attr, int type) in pthread_mutexattr_settype()
|
/components/net/lwip/lwip-2.0.3/src/core/ |
A D | memp.c | 385 memp_malloc(memp_t type) in memp_malloc() 469 memp_free(memp_t type, void *mem) in memp_free()
|