Searched refs:p_hdr (Results 1 – 7 of 7) sorted by relevance
/external/libnfc-nci/src/gki/common/ |
D | gki_buffer.c | 364 BUFFER_HDR_T *p_hdr; in GKI_getbuf_debug() local 423 p_hdr = Q->p_first; in GKI_getbuf_debug() 424 Q->p_first = p_hdr->p_next; in GKI_getbuf_debug() 434 p_hdr->task_id = GKI_get_taskid(); in GKI_getbuf_debug() 436 p_hdr->status = BUF_STATUS_UNLINKED; in GKI_getbuf_debug() 437 p_hdr->p_next = NULL; in GKI_getbuf_debug() 438 p_hdr->Type = 0; in GKI_getbuf_debug() 440 …"GKI_getbuf() allocated, %x, %x (%d of %d used) %d", (UINT8*)p_hdr + BUFFER_HDR_SIZE, p_hdr, Q->cu… in GKI_getbuf_debug() 442 strncpy(p_hdr->_function, _function_, _GKI_MAX_FUNCTION_NAME_LEN); in GKI_getbuf_debug() 443 p_hdr->_function[_GKI_MAX_FUNCTION_NAME_LEN] = '\0'; in GKI_getbuf_debug() [all …]
|
D | gki_debug.c | 212 BUFFER_HDR_T *p_hdr; in gki_print_used_bufs() local 230 p_hdr = (BUFFER_HDR_T *)p_start; in gki_print_used_bufs() 231 magic = (UINT32 *)((UINT8 *)p_hdr + buf_size - sizeof(UINT32)); in gki_print_used_bufs() 232 p = (UINT16 *) p_hdr; in gki_print_used_bufs() 234 if (p_hdr->status != BUF_STATUS_FREE) in gki_print_used_bufs() 237 i, p_hdr, in gki_print_used_bufs() 238 p_hdr->q_id, in gki_print_used_bufs() 239 GKI_map_taskname(p_hdr->task_id), in gki_print_used_bufs() 240 p_hdr->status, in gki_print_used_bufs()
|
/external/libnfc-nci/halimpl/bcm2079x/gki/common/ |
D | gki_buffer.c | 364 BUFFER_HDR_T *p_hdr; in GKI_getbuf_debug() local 423 p_hdr = Q->p_first; in GKI_getbuf_debug() 424 Q->p_first = p_hdr->p_next; in GKI_getbuf_debug() 434 p_hdr->task_id = GKI_get_taskid(); in GKI_getbuf_debug() 436 p_hdr->status = BUF_STATUS_UNLINKED; in GKI_getbuf_debug() 437 p_hdr->p_next = NULL; in GKI_getbuf_debug() 438 p_hdr->Type = 0; in GKI_getbuf_debug() 440 …"GKI_getbuf() allocated, %x, %x (%d of %d used) %d", (UINT8*)p_hdr + BUFFER_HDR_SIZE, p_hdr, Q->cu… in GKI_getbuf_debug() 442 strncpy(p_hdr->_function, _function_, _GKI_MAX_FUNCTION_NAME_LEN); in GKI_getbuf_debug() 443 p_hdr->_function[_GKI_MAX_FUNCTION_NAME_LEN] = '\0'; in GKI_getbuf_debug() [all …]
|
D | gki_debug.c | 212 BUFFER_HDR_T *p_hdr; in gki_print_used_bufs() local 230 p_hdr = (BUFFER_HDR_T *)p_start; in gki_print_used_bufs() 231 magic = (UINT32 *)((UINT8 *)p_hdr + buf_size - sizeof(UINT32)); in gki_print_used_bufs() 232 p = (UINT16 *) p_hdr; in gki_print_used_bufs() 234 if (p_hdr->status != BUF_STATUS_FREE) in gki_print_used_bufs() 237 i, p_hdr, in gki_print_used_bufs() 238 p_hdr->q_id, in gki_print_used_bufs() 239 GKI_map_taskname(p_hdr->task_id), in gki_print_used_bufs() 240 p_hdr->status, in gki_print_used_bufs()
|
/external/e2fsprogs/lib/ext2fs/ |
D | ext3_extents.h | 67 struct ext3_extent_header *p_hdr; member 98 ((__path__)->p_hdr->eh_entries < (__path__)->p_hdr->eh_max)
|
/external/libnfc-nci/src/nfa/ee/ |
D | nfa_ee_main.c | 327 BT_HDR *p_hdr; in nfa_ee_proc_evt() local 360 p_hdr = (BT_HDR *) &cbk; in nfa_ee_proc_evt() 364 nfa_ee_evt_hdlr (p_hdr); in nfa_ee_proc_evt()
|
/external/libnfc-nci/src/nfa/p2p/ |
D | nfa_p2p_main.c | 711 static BOOLEAN nfa_p2p_evt_hdlr (BT_HDR *p_hdr) in nfa_p2p_evt_hdlr() argument 716 tNFA_P2P_MSG *p_msg = (tNFA_P2P_MSG *)p_hdr; in nfa_p2p_evt_hdlr()
|