HomeSort by relevance Sort by last modified time
    Searched defs:hdr (Results 251 - 275 of 1012) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rdma/
ib_user_mad.h 139 * @hdr - MAD packet header
144 struct ib_user_mad_hdr hdr; member in struct:ib_user_mad
  /system/bt/include/
bte.h 101 BT_HDR hdr; member in struct:tHCISU_USERIAL_MSG_tag
  /system/extras/verity/
verify_boot_signature.c 96 struct boot_img_hdr hdr; local
102 if (read(fd, &hdr, sizeof(hdr)) != sizeof(hdr)) {
106 if (memcmp(BOOT_MAGIC, hdr.magic, BOOT_MAGIC_SIZE) != 0) {
111 if (!hdr.page_size) {
116 *offset = page_align(hdr.page_size
117 + page_align(hdr.kernel_size, hdr.page_size)
118 + page_align(hdr.ramdisk_size, hdr.page_size
    [all...]
  /system/libhwbinder/include/hwbinder/
binder_kernel.h 41 struct binder_object_header hdr; member in struct:binder_fd_object
64 struct binder_object_header hdr; member in struct:binder_buffer_object
92 struct binder_object_header hdr; member in struct:binder_fd_array_object
93 __u32 _pad; /* hdr is 4 bytes, ensure 8-byte alignment of next fields */
  /system/nfc/halimpl/bcm2079x/gki/common/
gki_debug.c 150 BUFFER_HDR_T* hdr; local
168 hdr = (BUFFER_HDR_T*)(gki_cb.com.pool_start[pool]);
170 magic = (uint32_t*)((uint8_t*)hdr + BUFFER_HDR_SIZE + size);
171 print("%3d: 0x%02x %4d %10s\n", i, hdr->task_id, hdr->status,
173 hdr = (BUFFER_HDR_T*)((uint8_t*)hdr + act_size);
  /toolchain/binutils/binutils-2.25/bfd/
aix386-core.c 51 (((bfd->tdata.trad_core_data))->hdr)
62 struct corehdr *hdr; /* core file header */ member in struct:trad_core_struct
  /bionic/libc/kernel/uapi/linux/
auto_fs4.h 47 struct autofs_packet_hdr hdr; member in struct:autofs_packet_expire_multi
53 struct autofs_packet_hdr hdr; member in union:autofs_packet_union
59 struct autofs_packet_hdr hdr; member in struct:autofs_v5_packet
75 struct autofs_packet_hdr hdr; member in union:autofs_v5_packet_union
if_fddi.h 76 } hdr; member in struct:fddihdr
target_core_user.h 49 struct tcmu_cmd_entry_hdr hdr; member in struct:tcmu_cmd_entry
  /bionic/libc/kernel/uapi/rdma/
ib_user_mad.h 63 struct ib_user_mad_hdr hdr; member in struct:ib_user_mad
  /bootable/recovery/
fuse_sideload.cpp 103 struct fuse_out_header hdr; local
107 hdr.len = len + sizeof(hdr);
108 hdr.error = 0;
109 hdr.unique = unique;
111 vec[0].iov_base = &hdr;
112 vec[0].iov_len = sizeof(hdr);
122 static int handle_init(void* data, struct fuse_data* fd, const struct fuse_in_header* hdr) {
158 fuse_reply(fd, hdr->unique, &out, fuse_struct_size);
177 static int handle_getattr(void* /* data */, struct fuse_data* fd, const struct fuse_in_header* hdr) {
462 struct fuse_in_header* hdr = reinterpret_cast<struct fuse_in_header*>(request_buffer); local
    [all...]
  /cts/tools/cfassembler/src/dxconvext/
ClassFileAssembler.java 87 String hdr; local
89 hdr = dexHdr;
91 hdr = classHdr;
93 if (!firstLine.startsWith(hdr)) throw new RuntimeException("wrong format:"+firstLine +" isDex=" + isDex);
98 String classO = firstLine.substring(hdr.length()).trim();
  /development/ndk/platforms/android-21/include/linux/
auto_fs4.h 54 struct autofs_packet_hdr hdr; member in struct:autofs_packet_expire_multi
61 struct autofs_packet_hdr hdr; member in union:autofs_packet_union
69 struct autofs_packet_hdr hdr; member in struct:autofs_v5_packet
89 struct autofs_packet_hdr hdr; member in union:autofs_v5_packet_union
if_fddi.h 91 } hdr; member in struct:fddihdr
  /development/ndk/platforms/android-9/include/linux/
if_fddi.h 80 } hdr; member in struct:fddihdr
  /device/google/contexthub/util/nanotool/
apptohostevent.h 43 struct HostHubRawPacket hdr; member in struct:android::BrHostEventTx
  /device/google/marlin/recovery/gpt-utils/
gpt-utils.h 111 uint8_t *hdr; member in struct:gpt_disk
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
getnetbydns.c 108 HEADER hdr; member in union:__anon12108
147 hp = &answer->hdr;
  /external/boringssl/src/ssl/
d1_both.cc 658 struct hm_header_st hdr; local
660 if (!dtls1_parse_fragment(&cbs, &hdr, &body) ||
661 hdr.frag_off != 0 ||
662 hdr.frag_len != CBS_len(&body) ||
663 hdr.msg_len != CBS_len(&body) ||
684 !CBB_add_u8(&cbb, hdr.type) ||
685 !CBB_add_u24(&cbb, hdr.msg_len) ||
686 !CBB_add_u16(&cbb, hdr.seq) ||
  /external/clang/test/CodeGen/
2009-01-21-InvalidIterator.c 72 const struct unw_eh_frame_hdr *hdr; local
  /external/curl/lib/
curl_ntlm_core.c 336 BLOBHEADER hdr; member in struct:__anon16321
349 blob.hdr.bType = PLAINTEXTKEYBLOB;
350 blob.hdr.bVersion = 2;
351 blob.hdr.aiKeyAlg = CALG_DES;
  /external/deqp/executor/
xeTcpIpLink.cpp 42 deUint8 hdr[xs::MESSAGE_HEADER_SIZE]; local
43 xs::Message::writeHeader(type, messageSize, &hdr[0], xs::MESSAGE_HEADER_SIZE);
44 dst.write(xs::MESSAGE_HEADER_SIZE, &hdr[0]);
  /external/e2fsprogs/lib/ext2fs/
qcow2.h 92 struct ext2_qcow2_hdr *hdr; member in struct:ext2_qcow2_image
  /external/elfutils/libelf/
elf_begin.c 680 struct ar_hdr *hdr; local
693 hdr = (struct ar_hdr *) (elf->map_address + offset);
703 hdr = &hdrm;
706 len = atol (hdr->ar_size);
708 if (memcmp (hdr->ar_name, "// ", 16) == 0)
    [all...]
  /external/fio/engines/
sg.c 38 static void sgio_hdr_init(struct sgio_data *sd, struct sg_io_hdr *hdr,
43 memset(hdr, 0, sizeof(*hdr));
46 hdr->interface_id = 'S';
47 hdr->cmdp = sc->cdb;
48 hdr->cmd_len = sizeof(sc->cdb);
49 hdr->sbp = sc->sb;
50 hdr->mx_sb_len = sizeof(sc->sb);
51 hdr->pack_id = io_u->index;
52 hdr->usr_ptr = io_u
180 struct sg_io_hdr *hdr = (struct sg_io_hdr *) buf + i; local
210 struct sg_io_hdr *hdr = &io_u->hdr; local
228 struct sg_io_hdr *hdr = &io_u->hdr; local
269 struct sg_io_hdr *hdr = &io_u->hdr; local
340 struct sg_io_hdr *hdr = &io_u->hdr; local
379 struct sg_io_hdr hdr; local
572 struct sg_io_hdr *hdr = &io_u->hdr; local
    [all...]

Completed in 1478 milliseconds

<<11121314151617181920>>