HomeSort by relevance Sort by last modified time
    Searched defs:p_hdr (Results 1 - 8 of 8) sorted by null

  /external/e2fsprogs/lib/ext2fs/
ext3_extents.h 67 struct ext3_extent_header *p_hdr; member in struct:ext3_ext_path
98 ((__path__)->p_hdr->eh_entries < (__path__)->p_hdr->eh_max)
  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki_debug.c 212 BUFFER_HDR_T *p_hdr; local
230 p_hdr = (BUFFER_HDR_T *)p_start;
231 magic = (UINT32 *)((UINT8 *)p_hdr + buf_size - sizeof(UINT32));
232 p = (UINT16 *) p_hdr;
234 if (p_hdr->status != BUF_STATUS_FREE)
237 i, p_hdr,
238 p_hdr->q_id,
239 GKI_map_taskname(p_hdr->task_id),
240 p_hdr->status,
gki_buffer.c 364 BUFFER_HDR_T *p_hdr; local
423 p_hdr = Q->p_first;
424 Q->p_first = p_hdr->p_next;
434 p_hdr->task_id = GKI_get_taskid();
436 p_hdr->status = BUF_STATUS_UNLINKED;
437 p_hdr->p_next = NULL;
438 p_hdr->Type = 0;
440 LOGD("GKI_getbuf() allocated, %x, %x (%d of %d used) %d", (UINT8*)p_hdr + BUFFER_HDR_SIZE, p_hdr, Q->cur_cnt, Q->total, p_cb->freeq[i].total);
442 strncpy(p_hdr->_function, _function_, _GKI_MAX_FUNCTION_NAME_LEN)
508 BUFFER_HDR_T *p_hdr; local
589 BUFFER_HDR_T *p_hdr; local
654 BUFFER_HDR_T *p_hdr; local
711 BUFFER_HDR_T *p_hdr; local
775 BUFFER_HDR_T *p_hdr; local
814 BUFFER_HDR_T *p_hdr; local
869 BUFFER_HDR_T *p_hdr; local
923 BUFFER_HDR_T *p_hdr; local
1056 BUFFER_HDR_T *p_hdr; local
1243 BUFFER_HDR_T *p_hdr; local
1331 BUFFER_HDR_T *p_hdr = (BUFFER_HDR_T *) ((UINT8 *) p_buf - BUFFER_HDR_SIZE); local
1350 BUFFER_HDR_T *p_hdr; local
    [all...]
  /external/libnfc-nci/src/gki/common/
gki_debug.c 212 BUFFER_HDR_T *p_hdr; local
230 p_hdr = (BUFFER_HDR_T *)p_start;
231 magic = (UINT32 *)((UINT8 *)p_hdr + buf_size - sizeof(UINT32));
232 p = (UINT16 *) p_hdr;
234 if (p_hdr->status != BUF_STATUS_FREE)
237 i, p_hdr,
238 p_hdr->q_id,
239 GKI_map_taskname(p_hdr->task_id),
240 p_hdr->status,
gki_buffer.c 364 BUFFER_HDR_T *p_hdr; local
423 p_hdr = Q->p_first;
424 Q->p_first = p_hdr->p_next;
434 p_hdr->task_id = GKI_get_taskid();
436 p_hdr->status = BUF_STATUS_UNLINKED;
437 p_hdr->p_next = NULL;
438 p_hdr->Type = 0;
440 LOGD("GKI_getbuf() allocated, %x, %x (%d of %d used) %d", (UINT8*)p_hdr + BUFFER_HDR_SIZE, p_hdr, Q->cur_cnt, Q->total, p_cb->freeq[i].total);
442 strncpy(p_hdr->_function, _function_, _GKI_MAX_FUNCTION_NAME_LEN)
508 BUFFER_HDR_T *p_hdr; local
589 BUFFER_HDR_T *p_hdr; local
654 BUFFER_HDR_T *p_hdr; local
711 BUFFER_HDR_T *p_hdr; local
775 BUFFER_HDR_T *p_hdr; local
814 BUFFER_HDR_T *p_hdr; local
869 BUFFER_HDR_T *p_hdr; local
923 BUFFER_HDR_T *p_hdr; local
1056 BUFFER_HDR_T *p_hdr; local
1243 BUFFER_HDR_T *p_hdr; local
1331 BUFFER_HDR_T *p_hdr = (BUFFER_HDR_T *) ((UINT8 *) p_buf - BUFFER_HDR_SIZE); local
1350 BUFFER_HDR_T *p_hdr; local
    [all...]
  /external/libnfc-nci/src/nfa/ee/
nfa_ee_main.c 327 BT_HDR *p_hdr; local
360 p_hdr = (BT_HDR *) &cbk;
364 nfa_ee_evt_hdlr (p_hdr);
  /system/extras/ext4_utils/
ext4_extents.h 61 struct ext4_extent_header *p_hdr; member in struct:ext4_ext_path
80 #define EXT_HAS_FREE_INDEX(__path__) (le16_to_cpu((__path__)->p_hdr->eh_entries) < le16_to_cpu((__path__)->p_hdr->eh_max))
  /toolchain/binutils/binutils-2.25/bfd/
elf.c 1866 Elf_Internal_Shdr *hdr2, **p_hdr; local
    [all...]

Completed in 246 milliseconds