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 78 struct ext3_extent_header *p_hdr; member in struct:ext3_ext_path
111 (ext2fs_le16_to_cpu((__path__)->p_hdr->eh_entries) < \
112 ext2fs_le16_to_cpu((__path__)->p_hdr->eh_max))
  /system/nfc/halimpl/bcm2079x/gki/common/
gki_debug.c 189 BUFFER_HDR_T* p_hdr; local
205 p_hdr = (BUFFER_HDR_T*)p_start;
206 magic = (uint32_t*)((uint8_t*)p_hdr + buf_size - sizeof(uint32_t));
207 p = (uint16_t*)p_hdr;
209 if (p_hdr->status != BUF_STATUS_FREE) {
213 i, p_hdr, p_hdr->q_id, GKI_map_taskname(p_hdr->task_id),
214 p_hdr->status, (*magic == MAGIC_NO) ? "OK" : "CORRUPTED", p[0], p[1],
gki_buffer.c 377 BUFFER_HDR_T* p_hdr; local
427 p_hdr = Q->p_first;
428 Q->p_first = p_hdr->p_next;
436 p_hdr->task_id = GKI_get_taskid();
438 p_hdr->status = BUF_STATUS_UNLINKED;
439 p_hdr->p_next = NULL;
440 p_hdr->Type = 0;
443 (uint8_t*)p_hdr + BUFFER_HDR_SIZE, p_hdr, Q->cur_cnt, Q->total,
446 strncpy(p_hdr->_function, _function_, _GKI_MAX_FUNCTION_NAME_LEN)
512 BUFFER_HDR_T* p_hdr; local
589 BUFFER_HDR_T* p_hdr; local
649 BUFFER_HDR_T* p_hdr; local
700 BUFFER_HDR_T* p_hdr; local
760 BUFFER_HDR_T* p_hdr; local
794 BUFFER_HDR_T* p_hdr; local
845 BUFFER_HDR_T* p_hdr; local
893 BUFFER_HDR_T* p_hdr; local
1013 BUFFER_HDR_T* p_hdr; local
1189 BUFFER_HDR_T* p_hdr; local
1267 BUFFER_HDR_T* p_hdr = (BUFFER_HDR_T*)((uint8_t*)p_buf - BUFFER_HDR_SIZE); local
1285 BUFFER_HDR_T* p_hdr; local
    [all...]
  /system/nfc/src/gki/common/
gki_debug.c 189 BUFFER_HDR_T* p_hdr; local
205 p_hdr = (BUFFER_HDR_T*)p_start;
206 magic = (uint32_t*)((uint8_t*)p_hdr + buf_size - sizeof(uint32_t));
207 p = (uint16_t*)p_hdr;
209 if (p_hdr->status != BUF_STATUS_FREE) {
213 i, p_hdr, p_hdr->q_id, GKI_map_taskname(p_hdr->task_id),
214 p_hdr->status, (*magic == MAGIC_NO) ? "OK" : "CORRUPTED", p[0], p[1],
gki_buffer.c 378 BUFFER_HDR_T* p_hdr; local
428 p_hdr = Q->p_first;
429 Q->p_first = p_hdr->p_next;
437 p_hdr->task_id = GKI_get_taskid();
439 p_hdr->status = BUF_STATUS_UNLINKED;
440 p_hdr->p_next = NULL;
441 p_hdr->Type = 0;
444 (uint8_t*)p_hdr + BUFFER_HDR_SIZE, p_hdr, Q->cur_cnt, Q->total,
447 strncpy(p_hdr->_function, _function_, _GKI_MAX_FUNCTION_NAME_LEN)
513 BUFFER_HDR_T* p_hdr; local
590 BUFFER_HDR_T* p_hdr; local
650 BUFFER_HDR_T* p_hdr; local
701 BUFFER_HDR_T* p_hdr; local
761 BUFFER_HDR_T* p_hdr; local
795 BUFFER_HDR_T* p_hdr; local
846 BUFFER_HDR_T* p_hdr; local
894 BUFFER_HDR_T* p_hdr; local
1014 BUFFER_HDR_T* p_hdr; local
1187 BUFFER_HDR_T* p_hdr; local
1265 BUFFER_HDR_T* p_hdr = (BUFFER_HDR_T*)((uint8_t*)p_buf - BUFFER_HDR_SIZE); local
1283 BUFFER_HDR_T* p_hdr; local
    [all...]
  /system/nfc/src/nfa/ee/
nfa_ee_main.c 302 NFC_HDR* p_hdr; local
334 p_hdr = (NFC_HDR*)&cbk;
338 nfa_ee_evt_hdlr(p_hdr);
  /system/extras/ext4_utils/include/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 273 milliseconds