Home
last modified time | relevance | path

Searched defs:name (Results 1 – 25 of 309) sorted by relevance

12345678910>>...13

/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Dmemp.h48 #define LWIP_MEMPOOL(name,num,size,desc) argument
53 #define LWIP_MEMPOOL(name,num,size,desc) MEMP_##name, argument
67 #define LWIP_MEMPOOL_PROTOTYPE(name) extern const struct memp_desc memp_ ## name argument
71 #define LWIP_MEMPOOL_DECLARE(name,num,size,desc) \ argument
95 #define LWIP_MEMPOOL_DECLARE(name,num,size,desc) \ argument
117 #define LWIP_MEMPOOL_INIT(name) memp_init_pool(&memp_ ## name) argument
122 #define LWIP_MEMPOOL_ALLOC(name) memp_malloc_pool(&memp_ ## name) argument
127 #define LWIP_MEMPOOL_FREE(name, x) memp_free_pool(&memp_ ## name, (x)) argument
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Dmemp.h48 #define LWIP_MEMPOOL(name,num,size,desc) argument
53 #define LWIP_MEMPOOL(name,num,size,desc) MEMP_##name, argument
67 #define LWIP_MEMPOOL_PROTOTYPE(name) extern const struct memp_desc memp_ ## name argument
71 #define LWIP_MEMPOOL_DECLARE(name,num,size,desc) \ argument
95 #define LWIP_MEMPOOL_DECLARE(name,num,size,desc) \ argument
117 #define LWIP_MEMPOOL_INIT(name) memp_init_pool(&memp_ ## name) argument
122 #define LWIP_MEMPOOL_ALLOC(name) memp_malloc_pool(&memp_ ## name) argument
127 #define LWIP_MEMPOOL_FREE(name, x) memp_free_pool(&memp_ ## name, (x)) argument
/components/legacy/fdt/libfdt/
A Dlibfdt.h259 #define __fdt_set_hdr(name) \ argument
627 const char *name, in fdt_get_property_w()
685 const char *name, int namelen, in fdt_getprop_namelen_w()
724 const char *name, int *lenp) in fdt_getprop_w()
1222 const char *name, uint32_t val) in fdt_setprop_inplace_u32()
1257 const char *name, uint64_t val) in fdt_setprop_inplace_u64()
1348 #define fdt_property_string(fdt, name, str) \ argument
1605 #define fdt_setprop_empty(fdt, nodeoffset, name) \ argument
1667 const char *name, uint32_t val) in fdt_appendprop_u32()
1702 const char *name, uint64_t val) in fdt_appendprop_u64()
[all …]
A Dfdt_wip.c57 const char *name, int namelen, in fdt_setprop_inplace_namelen_partial()
76 int fdt_setprop_inplace(void *fdt, int nodeoffset, const char *name, in fdt_setprop_inplace()
102 int fdt_nop_property(void *fdt, int nodeoffset, const char *name) in fdt_nop_property()
/components/drivers/ofw/libfdt/
A Dlibfdt.h260 #define fdt_set_hdr_(name) \ argument
723 const char *name, in fdt_get_property_w()
783 const char *name, int namelen, in fdt_getprop_namelen_w()
822 const char *name, int *lenp) in fdt_getprop_w()
1325 const char *name, uint32_t val) in fdt_setprop_inplace_u32()
1360 const char *name, uint64_t val) in fdt_setprop_inplace_u64()
1513 #define fdt_property_string(fdt, name, str) \ argument
1808 #define fdt_setprop_empty(fdt, nodeoffset, name) \ argument
1870 const char *name, uint32_t val) in fdt_appendprop_u32()
1905 const char *name, uint64_t val) in fdt_appendprop_u64()
[all …]
A Dfdt_rw.c184 static int fdt_resize_property_(void *fdt, int nodeoffset, const char *name, in fdt_resize_property_()
202 static int fdt_add_property_(void *fdt, int nodeoffset, const char *name, in fdt_add_property_()
235 int fdt_set_name(void *fdt, int nodeoffset, const char *name) in fdt_set_name()
258 int fdt_setprop_placeholder(void *fdt, int nodeoffset, const char *name, in fdt_setprop_placeholder()
276 int fdt_setprop(void *fdt, int nodeoffset, const char *name, in fdt_setprop()
291 int fdt_appendprop(void *fdt, int nodeoffset, const char *name, in fdt_appendprop()
318 int fdt_delprop(void *fdt, int nodeoffset, const char *name) in fdt_delprop()
334 const char *name, int namelen) in fdt_add_subnode_namelen()
377 int fdt_add_subnode(void *fdt, int parentoffset, const char *name) in fdt_add_subnode()
A Dfdt_wip.c14 const char *name, int namelen, in fdt_setprop_inplace_namelen_partial()
33 int fdt_setprop_inplace(void *fdt, int nodeoffset, const char *name, in fdt_setprop_inplace()
59 int fdt_nop_property(void *fdt, int nodeoffset, const char *name) in fdt_nop_property()
/components/net/lwip/lwip-2.1.2/src/include/lwip/priv/
A Dtcpip_priv.h56 #define API_VAR_REF(name) (*(name)) argument
57 #define API_VAR_DECLARE(type, name) type * name argument
65 #define API_VAR_ALLOC_POOL(type, pool, name, errorval) do { \ argument
71 #define API_VAR_FREE(pool, name) memp_free(pool, name) argument
83 #define API_VAR_REF(name) name 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
88 #define API_VAR_FREE(pool, name) argument
[all …]
A Dmemp_priv.h84 #define LWIP_MEMPOOL(name,num,size,desc) argument
93 #define LWIP_MEMPOOL(name,num,size,desc) argument
140 #define LWIP_MEMPOOL_DECLARE_STATS_INSTANCE(name) static struct stats_mem name; argument
141 #define LWIP_MEMPOOL_DECLARE_STATS_REFERENCE(name) &name, argument
143 #define LWIP_MEMPOOL_DECLARE_STATS_INSTANCE(name) argument
144 #define LWIP_MEMPOOL_DECLARE_STATS_REFERENCE(name) argument
/components/dfs/dfs_v2/filesystems/procfs/
A Dproc.c36 static int _proc_find(struct proc_dentry **parent, const char *name) in _proc_find()
57 static int proc_find(struct proc_dentry **parent, const char **name, rt_bool_t force_lookup) in proc_find()
200 static struct proc_dentry *proc_create(struct proc_dentry **parent, const char *name, mode_t mode) in proc_create()
301 struct proc_dentry *proc_mkdir_data(const char *name, mode_t mode, struct proc_dentry *parent, in proc_mkdir_data()
331 struct proc_dentry *proc_mkdir_mode(const char *name, mode_t mode, struct proc_dentry *parent) in proc_mkdir_mode()
344 struct proc_dentry *proc_mkdir(const char *name, struct proc_dentry *parent) in proc_mkdir()
378 struct proc_dentry *proc_create_data(const char *name, mode_t mode, struct proc_dentry *parent, in proc_create_data()
519 struct proc_dentry *dfs_proc_find(const char *name) in dfs_proc_find()
536 void proc_remove_dentry(const char *name, struct proc_dentry *parent) in proc_remove_dentry()
608 const char *name = argc > 1 ? argv[1] : "/"; in msh_proc_dump() local
[all …]
/components/net/lwip/lwip-2.0.3/src/include/lwip/priv/
A Dtcpip_priv.h56 #define API_VAR_REF(name) (*(name)) argument
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
70 #define API_VAR_FREE(pool, name) memp_free(pool, name) argument
82 #define API_VAR_REF(name) name 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
86 #define API_VAR_FREE(pool, name) argument
[all …]
A Dmemp_priv.h106 #define LWIP_MEMPOOL(name,num,size,desc) argument
115 #define LWIP_MEMPOOL(name,num,size,desc) argument
162 #define LWIP_MEMPOOL_DECLARE_STATS_INSTANCE(name) static struct stats_mem name; argument
163 #define LWIP_MEMPOOL_DECLARE_STATS_REFERENCE(name) &name, argument
165 #define LWIP_MEMPOOL_DECLARE_STATS_INSTANCE(name) argument
166 #define LWIP_MEMPOOL_DECLARE_STATS_REFERENCE(name) argument
/components/net/lwip/lwip-2.1.2/src/api/
A Dnetifapi.c52 #define NETIFAPI_VAR_REF(name) API_VAR_REF(name) argument
53 #define NETIFAPI_VAR_DECLARE(name) API_VAR_DECLARE(struct netifapi_msg, name) argument
54 #define NETIFAPI_VAR_ALLOC(name) API_VAR_ALLOC(struct netifapi_msg, MEMP_NETIFAPI_MSG, name, ERR… argument
55 #define NETIFAPI_VAR_FREE(name) API_VAR_FREE(MEMP_NETIFAPI_MSG, name) argument
327 netifapi_netif_name_to_index(const char *name, u8_t *idx) in netifapi_netif_name_to_index()
359 netifapi_netif_index_to_name(u8_t idx, char *name) in netifapi_netif_index_to_name()
/components/net/lwip/lwip-1.4.1/src/core/
A Dstats.c56 #define LWIP_MEMPOOL(name,num,size,desc) desc, in stats_init() argument
72 stats_display_proto(struct stats_proto *proto, const char *name) in stats_display_proto()
113 stats_display_mem(struct stats_mem *mem, const char *name) in stats_display_mem()
127 #define LWIP_MEMPOOL(name,num,size,desc) desc, in stats_display_memp() argument
A Dmemp.c130 #define LWIP_MEMPOOL(name,num,size,desc) LWIP_MEM_ALIGN_SIZE(size), argument
138 #define LWIP_MEMPOOL(name,num,size,desc) (num), argument
145 #define LWIP_MEMPOOL(name,num,size,desc) (desc), argument
157 #define LWIP_MEMPOOL(name,num,size,desc) u8_t memp_memory_ ## name ## _base \ argument
163 #define LWIP_MEMPOOL(name,num,size,desc) memp_memory_ ## name ## _base, argument
171 #define LWIP_MEMPOOL(name,num,size,desc) + ( (num) * (MEMP_SIZE + MEMP_ALIGN_SIZE(size) ) ) argument
204 #define LWIP_MEMPOOL(name,num,size,desc) "/"desc, argument
/components/drivers/pinctrl/
A Dpinctrl.c135 static int ofw_pin_ctrl_confs_lookup(struct rt_ofw_node *np, const char *name) in ofw_pin_ctrl_confs_lookup()
140 static rt_err_t ofw_pin_ctrl_confs_apply_by_name(struct rt_ofw_node *np, const char *name) in ofw_pin_ctrl_confs_apply_by_name()
160 rt_ssize_t rt_pin_ctrl_confs_lookup(struct rt_device *device, const char *name) in rt_pin_ctrl_confs_lookup()
206 rt_err_t rt_pin_ctrl_confs_apply_by_name(struct rt_device *device, const char *name) in rt_pin_ctrl_confs_apply_by_name()
/components/net/lwip/lwip-2.0.3/src/core/
A Dstats.c64 stats_display_proto(struct stats_proto *proto, const char *name) in stats_display_proto()
83 stats_display_igmp(struct stats_igmp *igmp, const char *name) in stats_display_igmp()
105 stats_display_mem(struct stats_mem *mem, const char *name) in stats_display_mem()
/components/net/lwip/lwip-2.1.2/src/core/
A Dstats.c64 stats_display_proto(struct stats_proto *proto, const char *name) in stats_display_proto()
83 stats_display_igmp(struct stats_igmp *igmp, const char *name) in stats_display_igmp()
105 stats_display_mem(struct stats_mem *mem, const char *name) in stats_display_mem()
/components/net/lwip/lwip-2.0.3/src/api/
A Dnetifapi.c49 #define NETIFAPI_VAR_REF(name) API_VAR_REF(name) argument
50 #define NETIFAPI_VAR_DECLARE(name) API_VAR_DECLARE(struct netifapi_msg, name) argument
51 #define NETIFAPI_VAR_ALLOC(name) API_VAR_ALLOC(struct netifapi_msg, MEMP_NETIFAPI_MSG, name, ERR… argument
52 #define NETIFAPI_VAR_FREE(name) API_VAR_FREE(MEMP_NETIFAPI_MSG, name) argument
/components/drivers/mtd/
A Dmtd_nand.c70 rt_err_t rt_mtd_nand_register_device(const char *name, in rt_mtd_nand_register_device()
185 int mtd_nandid(const char *name) in mtd_nandid()
198 int mtd_nand_read(const char *name, int block, int page) in mtd_nand_read()
235 int mtd_nand_readoob(const char *name, int block, int page) in mtd_nand_readoob()
264 int mtd_nand_write(const char *name, int block, int page) in mtd_nand_write()
311 int mtd_nand_erase(const char *name, int block) in mtd_nand_erase()
324 int mtd_nand_erase_all(const char *name) in mtd_nand_erase_all()
/components/libc/posix/ipc/
A Dsemaphore.c101 static sem_t *posix_sem_find(const char* name) in posix_sem_find()
207 int sem_unlink(const char *name) in sem_unlink()
277 char name[RT_NAME_MAX]; in sem_init() local
327 sem_t *sem_open(const char *name, int oflag, ...) in sem_open()
/components/drivers/core/
A Ddm.c248 const char *name; in rt_dm_dev_get_name_id() local
298 #define ofw_api_call(name, ...) rt_ofw_##name(__VA_ARGS__) argument
299 #define ofw_api_call_ptr(name, ...) ofw_api_call(name, __VA_ARGS__) argument
301 #define ofw_api_call(name, ...) (-RT_ENOSYS) argument
302 #define ofw_api_call_ptr(name, ...) RT_NULL argument
335 rt_err_t rt_dm_dev_get_address_by_name(rt_device_t dev, const char *name, in rt_dm_dev_get_address_by_name()
379 void *rt_dm_dev_iomap_by_name(rt_device_t dev, const char *name) in rt_dm_dev_iomap_by_name()
421 int rt_dm_dev_get_irq_by_name(rt_device_t dev, const char *name) in rt_dm_dev_get_irq_by_name()
/components/lwp/
A Dlwp_internal.h180 #define LWP_DEF_RETURN_CODE(name) rt_err_t name;RT_UNUSED(name) argument
181 #define LWP_RETURN(name) return name argument
185 #define LWP_DEF_RETURN_CODE(name) rt_err_t name = _LWP_UNINITIALIZED_RC argument
186 #define LWP_RETURN(name) {RT_ASSERT(name != _LWP_UNINITIALIZED_RC);return name;} argument
/components/finsh/
A Dfinsh.h47 #define MSH_FUNCTION_EXPORT_CMD(name, cmd, desc, opt) \ argument
66 #define MSH_FUNCTION_EXPORT_CMD(name, cmd, desc, opt) \ argument
79 #define MSH_FUNCTION_EXPORT_CMD(name, cmd, desc, opt) \ argument
120 #define FINSH_FUNCTION_EXPORT(name, desc) argument
131 #define FINSH_FUNCTION_EXPORT_ALIAS(name, alias, desc) argument
182 const char *name; /* the name of system call */ member
204 const char *name; member
/components/net/sal/socket/
A Dnet_netdb.c17 struct hostent *gethostbyname(const char *name) in gethostbyname()
23 int gethostbyname_r(const char *name, struct hostent *ret, char *buf, in gethostbyname_r()

Completed in 89 milliseconds

12345678910>>...13