Home
last modified time | relevance | path

Searched defs:head (Results 1 – 25 of 45) sorted by relevance

12

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
Dutlist.h316 #define LL_PREPEND(head,add) \ argument
319 #define LL_PREPEND2(head,add,next) \ argument
340 #define LL_APPEND(head,add) \ argument
343 #define LL_APPEND2(head,add,next) \ argument
356 #define LL_INSERT_INORDER(head,add,cmp) \ argument
359 #define LL_INSERT_INORDER2(head,add,cmp,next) \ argument
371 #define LL_LOWER_BOUND(head,elt,like,cmp) \ argument
374 #define LL_LOWER_BOUND2(head,elt,like,cmp,next) \ argument
387 #define LL_DELETE(head,del) \ argument
390 #define LL_DELETE2(head,del,next) \ argument
[all …]
Duthash.h123 #define HASH_FIND_BYHASHVALUE(hh,head,keyptr,keylen,hashval,out) \ argument
135 #define HASH_FIND(hh,head,keyptr,keylen,out) \ argument
178 #define HASH_MAKE_TABLE(hh,head) \ argument
200 #define HASH_REPLACE_BYHASHVALUE_INORDER(hh,head,fieldname,keylen_in,hashval,add,replaced,cmpfcn) \ argument
210 #define HASH_REPLACE_BYHASHVALUE(hh,head,fieldname,keylen_in,hashval,add,replaced) \ argument
220 #define HASH_REPLACE(hh,head,fieldname,keylen_in,add,replaced) \ argument
227 #define HASH_REPLACE_INORDER(hh,head,fieldname,keylen_in,add,replaced,cmpfcn) \ argument
234 #define HASH_APPEND_LIST(hh, head, add) \ argument
242 #define HASH_AKBI_INNER_LOOP(hh,head,add,cmpfcn) \ argument
253 #define HASH_AKBI_INNER_LOOP(hh,head,add,cmpfcn) \ argument
[all …]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/include/
Dosal_list.h75 static inline void osal_list_add(struct osal_list_head *new, struct osal_list_head *head) in osal_list_add()
88 static inline void osal_list_add_tail(struct osal_list_head *new, struct osal_list_head *head) in osal_list_add_tail()
165 static inline void osal_list_move(struct osal_list_head *list, struct osal_list_head *head) in osal_list_move()
177 struct osal_list_head *head) in osal_list_move_tail()
189 const struct osal_list_head *head) in osal_list_is_last()
198 static inline int osal_list_empty(const struct osal_list_head *head) in osal_list_empty()
216 static inline int osal_list_empty_careful(const struct osal_list_head *head) in osal_list_empty_careful()
226 static inline void osal_list_rotate_left(struct osal_list_head *head) in osal_list_rotate_left()
240 static inline int osal_list_is_singular(const struct osal_list_head *head) in osal_list_is_singular()
246struct osal_list_head *head, struct osal_list_head *entry) in osal___list_cut_position()
[all …]
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/include/
Dosal_list.h74 static inline void osal_list_add(struct osal_list_head *new, struct osal_list_head *head) in osal_list_add()
87 static inline void osal_list_add_tail(struct osal_list_head *new, struct osal_list_head *head) in osal_list_add_tail()
164 static inline void osal_list_move(struct osal_list_head *list, struct osal_list_head *head) in osal_list_move()
176 struct osal_list_head *head) in osal_list_move_tail()
188 const struct osal_list_head *head) in osal_list_is_last()
197 static inline int osal_list_empty(const struct osal_list_head *head) in osal_list_empty()
215 static inline int osal_list_empty_careful(const struct osal_list_head *head) in osal_list_empty_careful()
225 static inline void osal_list_rotate_left(struct osal_list_head *head) in osal_list_rotate_left()
239 static inline int osal_list_is_singular(const struct osal_list_head *head) in osal_list_is_singular()
245struct osal_list_head *head, struct osal_list_head *entry) in osal___list_cut_position()
[all …]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/
Dlist.h52 static inline void list_add(struct list_head *_new, struct list_head *head) in list_add()
57 static inline void list_add_tail(struct list_head *_new, struct list_head *head) in list_add_tail()
79 static inline void list_move(struct list_head *list, struct list_head *head) in list_move()
86 struct list_head *head) in list_move_tail()
92 static inline int list_empty(struct list_head *head) in list_empty()
98 struct list_head *head) in __list_splice()
111 static inline void list_splice(struct list_head *list, struct list_head *head) in list_splice()
118 static inline void list_splice_init(struct list_head *list, struct list_head *head) in list_splice_init()
129 #define list_for_each(pos, head) \ argument
132 #define list_for_each_safe(pos, n, head) \ argument
/device/hihope/hardware/mpp/include/
Dmpp_list.h67 struct mpp_list_node *head; variable
96 #define list_for_each_safe(pos, n, head) do { \ argument
123 #define list_for_each_entry(pos, head, type, member) \ argument
128 #define list_for_each_entry_safe(pos, n, head, type, member) \ argument
134 #define list_for_each_entry_reverse(pos, head, type, member) \ argument
139 #define list_for_each_entry_safe_reverse(pos, n, head, type, member) \ argument
155 static __inline void list_add(struct list_head *_new, struct list_head *head) in list_add()
160 static __inline void list_add_tail(struct list_head *_new, struct list_head *head) in list_add_tail()
178 static __inline int list_is_last(const struct list_head *list, const struct list_head *head) in list_is_last()
183 static __inline int list_empty(struct list_head *head) in list_empty()
Dmpp_hash.h159 #define hlist_for_each(pos, head) \ argument
162 #define hlist_for_each_safe(pos, n, head) \ argument
171 #define hlist_for_each_entry(pos, head, member) \ argument
185 #define hlist_for_each_entry_safe(pos, n, head, member) \ argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/upg/
Dupg_check_boot_bin.c21 hi_u32 upg_check_boot_root_pub_key(HI_CONST boot_header *head, HI_CONST hi_u8 *pubk, hi_u32 pubk_le… in upg_check_boot_root_pub_key()
189 boot_header *head = (boot_header *)data; in upg_boot_decrypt() local
244 boot_header *head = HI_NULL; in upg_check_boot_from_mem() local
312 hi_u32 upg_check_unencrpt_boot_code(hi_u32 addr, HI_CONST boot_header *head, hi_u8 *key_part1, hi_u… in upg_check_unencrpt_boot_code()
362 hi_u32 upg_verify_flashboot(hi_u32 addr, HI_CONST boot_header *head, hi_u8 *key_part1, in upg_verify_flashboot()
383 hi_u32 upg_get_boot_sign_key(HI_CONST boot_header *head, HI_CONST hi_u8 *key, hi_u8 **pubk1, in upg_get_boot_sign_key()
445 hi_u32 upg_check_boot_bin_key(HI_CONST boot_header *head, HI_CONST hi_u8 *pubk, hi_u32 pubk_len, in upg_check_boot_bin_key()
461 hi_u32 upg_check_boot_get_key_len(HI_CONST boot_header *head, hi_u32 *pubk_len, hi_u32 *subk_len) in upg_check_boot_get_key_len()
478 hi_u32 upg_check_secure_boot_bin(hi_u32 addr, HI_CONST boot_header *head) in upg_check_secure_boot_bin()
542 boot_header *head = (boot_header *)hi_malloc(HI_MOD_ID_UPG, sizeof(boot_header)); in upg_check_boot_file() local
Dupg_check_file.c203 hi_u32 upg_get_common_head_from_flash(hi_u32 addr, hi_upg_common_head *head) in upg_get_common_head_from_flash()
215 hi_upg_common_head head = { 0 }; in upg_get_section_head_from_flash() local
236 hi_u32 upg_check_alg_param(HI_CONST hi_upg_common_head *head) in upg_check_alg_param()
265 hi_u32 upg_check_head_common_info(const hi_upg_common_head *head, hi_u32 head_size) in upg_check_head_common_info()
324 hi_u32 upg_check_common_head(const hi_upg_common_head *head, hi_u32 head_size) in upg_check_common_head()
Dupg_check_secure.c201 const hi_upg_common_head *head) in upg_crypto_set_secure_verify_param()
236 …set_secure_verify_param(upg_verify_param *param, hi_u32 flash_addr, const hi_upg_common_head *head) in upg_set_secure_verify_param()
253 hi_upg_common_head *head = &(upg_head->common); in upg_check_upg_file_code() local
303 hi_upg_common_head *head = &(upg_head->common); in upg_check_upg_file_head() local
Dupg_common.c243 hi_upg_common_head *head = HI_NULL; in upg_get_code_file_ver() local
701 hi_upg_common_head *head = HI_NULL; in upg_start() local
943 hi_u32 upg_get_boot_encrypt_flag(HI_CONST boot_header *head, hi_u8 *flag) in upg_get_boot_encrypt_flag()
972 hi_u32 upg_get_aes_info(HI_CONST boot_header *head, hi_u8 *key, hi_u32 key_len, hi_u8 *iv, hi_u32 i… in upg_get_aes_info()
1105 hi_u32 upg_get_decrpt_rsa_key(HI_CONST boot_header *head, hi_u8 *key, hi_u32 key_len) in upg_get_decrpt_rsa_key()
1155 hi_u32 upg_get_decrpt_ecc_key(HI_CONST boot_header *head, hi_u8 *key, hi_u32 key_len) in upg_get_decrpt_ecc_key()
1207 boot_header *head = HI_NULL; in upg_get_rsa_key_from_boot() local
1253 boot_header *head = HI_NULL; in upg_get_ecc_key_from_boot() local
1378 hi_upg_common_head head = {0}; in hi_upg_get_content() local
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/upg/
Dboot_upg_check.c132 hi_u32 boot_upg_get_common_head(hi_u32 addr, hi_upg_common_head *head) in boot_upg_get_common_head()
144 hi_upg_common_head head = { 0 }; in boot_upg_get_section_head() local
162 hi_u32 boot_upg_check_alg_param(const hi_upg_common_head *head) in boot_upg_check_alg_param()
192 hi_u32 boot_upg_check_common_head(const hi_upg_common_head *head) in boot_upg_check_common_head()
Dboot_upg_check_secure.c340 hi_upg_common_head *head = &(upg_head->common); in boot_upg_secure_verify_head() local
383 hi_upg_common_head *head = &(upg_head->common); in boot_upg_unsecure_verify_head() local
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/common/
Dcmd_loop.c570 packet_data_head *head = &ctx->packet.head; in loader_frame_head_rx() local
620 packet_data_head *head = &ctx->packet.head; in loader_frame_data_rx() local
645 packet_data_head *head = &ctx->packet.head; in loader_ack() local
663 packet_data_head *head = &packet->head; in loader_read_frame() local
699 packet_data_head *head = &packet->head; in loader_exe_cmd() local
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/secure/
Dburn_file.c22 hi_upg_common_head head = { 0 }; in loaderboot_get_section_head() local
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/
Dhcc_host.c332 hi_s32 hcc_host_proc_rx_queue_impl(oal_netbuf_head_stru *head, void *handler, int32_t type)
458 …hi_void hcc_restore_assemble_netbuf_list(hcc_handler_stru *hcc_handler, oal_netbuf_head_stru *head)
475 static hi_s32 hcc_send_assemble_reset(hcc_handler_stru *hcc_handler, oal_netbuf_head_stru *head)
555oal_netbuf_head_stru *head, oal_netbuf_head_stru *next_assembled_head, const oal_netbuf_stru *desc…
672 oal_netbuf_head_stru *head,
834 oal_netbuf_head_stru *head = HI_NULL; local
857 hi_u8 hcc_config_frame(oal_netbuf_head_stru *head)
882 oal_netbuf_head_stru *head = HI_NULL; local
1930 oal_netbuf_head_stru *head = HI_NULL; local
Dhcc_slave.c159 hi_u32 hcc_netbuf_list_repeat_check(oal_dev_netbuf_stru *dev_netbuf, oal_dev_netbuf_head_stru *head) in hcc_netbuf_list_repeat_check()
179 hi_void hcc_netbuf_add_to_list_tail(oal_dev_netbuf_stru *dev_netbuf, oal_dev_netbuf_head_stru *head) in hcc_netbuf_add_to_list_tail()
197 oal_dev_netbuf_stru *hcc_netbuf_delist(oal_dev_netbuf_head_stru *head) in hcc_netbuf_delist()
/device/qemu/riscv32_virt/liteos_m/board/driver/
Dvirtnet.c124 struct pbuf *head; /* first pbuf address of this pbuf chain */ member
203 static void FreeTxEntry(struct VirtNetif *nic, uint16_t head) in FreeTxEntry()
321 uint16_t head, tail, idx; in GetTxFreeEntry() local
347 uint16_t add, idx, head, tmp; in LowLevelOutput() local
/device/board/hisilicon/hispark_phoenix/peripherals/bluetooth/rtkbt/code/libbt-vendor/src/
Drtk_parse.c620 RT_LIST_HEAD *head = &h5->conn_hash; in find_connection_by_handle() local
647 RT_LIST_HEAD *head = &h5->conn_hash; in init_connection_hash() local
653 RT_LIST_HEAD *head = &h5->conn_hash; in add_connection_to_hash() local
668 RT_LIST_HEAD *head = &h5->conn_hash; in flush_connection_hash() local
686 RT_LIST_HEAD *head = &h5->profile_list; in init_profile_hash() local
731 RT_LIST_HEAD *head = &h5->profile_list; in flush_profile_hash() local
747 RT_LIST_HEAD *head = &h5->profile_list; in find_profile_by_handle_scid() local
764 RT_LIST_HEAD *head = &h5->profile_list; in find_profile_by_handle_dcid() local
781 RT_LIST_HEAD *head = &h5->profile_list; in find_profile_by_handle_dcid_scid() local
798 RT_LIST_HEAD *head = &h5->coex_list; in init_coex_hash() local
[all …]
Dhardware_uart.c418 char *head = buf; in line_process() local
518 char *head = (void *)buf; in parse_extra_config() local
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/services/nvrecord/
Dlist_ext.h43 list_node_t *head; member
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/utils/list/
Dlist.h44 list_node_t *head; member
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/fixed/include/
Duart_auth.h50 packet_data_head head; member
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/frw/
Dfrw_event_sched.h98 hi_list head; /* 可调度队列的事件链表头 */ member
/device/qemu/drivers/virtio/
Dvirtnet.c153 static void FreeTxEntry(struct VirtNetif *nic, uint16_t head) in FreeTxEntry()
211 uint16_t head, idx; in GetTxFreeEntry() local
239 uint16_t idx, head; in LowLevelOutput() local

12