HomeSort by relevance Sort by last modified time
    Searched refs:iod (Results 1 - 7 of 7) sorted by null

  /external/libunwind/src/ptrace/
_UPT_access_mem.c 92 struct ptrace_io_desc iod; local
94 iod.piod_offs = (void *)addr;
95 iod.piod_addr = val;
96 iod.piod_len = sizeof(*val);
97 iod.piod_op = write ? PIOD_WRITE_D : PIOD_READ_D;
100 if (ptrace(PT_IO, pid, (caddr_t)&iod, 0) == -1)
  /art/runtime/
subtype_check_info.h 331 SubtypeCheckBits iod; local
332 iod.bitstring_ = path_to_root;
333 iod.overflow_ = overflow;
335 bitstring_and_of_ = iod;
361 SubtypeCheckBits iod; local
362 iod.bitstring_ = bitstring;
363 iod.overflow_ = overflow;
367 io.bitstring_and_of_ = iod;
subtype_check_info_test.cc 110 SubtypeCheckBits iod; local
111 iod.bitstring_ = bs;
112 iod.overflow_ = overflow;
113 return SubtypeCheckInfo::Create(iod, depth);
subtype_check_test.cc 207 SubtypeCheckBits iod = kls.subtype_check_info_and_status_.subtype_check_info_; local
210 << (iod.overflow_ ? "true" : "false")
211 << ", bitstring: " << iod.bitstring_
    [all...]
  /external/u-boot/cmd/
io.c 18 * iod{.b, .w, .l} {addr}
72 U_BOOT_CMD(iod, 2, 0, do_io_iod,
  /external/u-boot/board/ti/am57xx/
board.c 730 const struct iodelay_cfg_entry *iod, *delta_iod; local
737 iod = iodelay_cfg_array_am572x_idk;
742 iod = iodelay_cfg_array_am574x_idk;
747 iod = iodelay_cfg_array_am571x_idk;
755 iod = iodelay_cfg_array_x15_sr1_1;
759 iod = iodelay_cfg_array_x15_sr2_0;
800 ret = do_set_iodelay((*ctrl)->iodelay_config_base, iod, iod_sz);
  /external/u-boot/doc/
README.x86 568 iod - Display I/O memory label
    [all...]

Completed in 2460 milliseconds