Searched refs:info (Results 176 - 200 of 343) sorted by relevance

1234567891011>>

/fuchsia/zircon/third_party/ulib/backtrace/
H A Dbtest.c65 /* Used to collect backtrace info. */
67 struct info struct
78 struct info *all;
128 /* Check an entry in a struct info array. */
131 check (const char *name, int index, const struct info *all, int want_lineno,
170 struct info *p;
305 struct info all[20];
365 struct info all[20];
438 struct info all[20];
588 struct info al
[all...]
/fuchsia/zircon/third_party/ulib/ngunwind/src/dwarf/
H A DGfind_proc_info-lsb.c525 dwarf_callback (struct dl_phdr_info *info, size_t size, void *ptr) argument
546 + sizeof (info->dlpi_phnum))
550 info->dlpi_name, (long) info->dlpi_addr);
552 phdr = info->dlpi_phdr;
553 load_base = info->dlpi_addr;
560 for (n = info->dlpi_phnum; --n >= 0; phdr++)
609 info->dlpi_name, hdr->version);
634 info->dlpi_name);
637 info
[all...]
/fuchsia/zircon/system/dev/block/gpt/
H A Dgpt.c40 block_info_t info; member in struct:gptpart_device
73 static bool validate_header(const gpt_t* header, const block_info_t* info) { argument
90 if (header->last >= info->block_count) {
108 block_info_t* info = reply; local
109 if (max < sizeof(*info))
111 memcpy(info, &device->info, sizeof(*info));
112 *out_actual = sizeof(*info);
147 memcpy(bi, &gpt->info, sizeo
[all...]
/fuchsia/zircon/system/ulib/minfs/
H A Dfsck.cpp26 zx_status_t Init(fbl::unique_ptr<Bcache> bc, const minfs_info_t* info);
542 zx_status_t MinfsChecker::Init(fbl::unique_ptr<Bcache> bc, const minfs_info_t* info) { argument
543 links_.reset(new int32_t[info->inode_count]{0}, info->inode_count);
550 if ((status = checked_inodes_.Reset(info->inode_count)) != ZX_OK) {
554 if ((status = checked_blocks_.Reset(info->block_count)) != ZX_OK) {
559 if ((status = Minfs::Create(fbl::move(bc), info, &fs)) != ZX_OK) {
573 FS_TRACE_ERROR("minfs: could not read info block\n");
576 const minfs_info_t* info = reinterpret_cast<const minfs_info_t*>(data); local
577 minfs_dump_info(info);
[all...]
/fuchsia/zircon/system/dev/board/astro/
H A Dastro.c78 pbus_board_info_t info; local
79 info.board_revision = astro_get_board_rev(bus);
80 pbus_set_board_info(&bus->pbus, &info);
82 zxlogf(INFO, "Detected board rev 0x%x\n", info.board_revision);
/fuchsia/zircon/system/dev/input/hidctl/
H A Dhidctl.cpp107 zx_status_t HidDevice::HidBusQuery(uint32_t options, hid_info_t* info) { argument
110 info->dev_num = 0;
111 info->dev_class = dev_class_;
112 info->boot_device = boot_device_;
/fuchsia/zircon/system/private/efi/protocol/
H A Dgraphics-output.h64 efi_graphics_output_mode_information** info) EFIAPI;
/fuchsia/zircon/system/uapp/iotime/
H A Diotime.c112 block_info_t info; local
113 if (ioctl_block_get_info(fd, &info) < 0) {
114 fprintf(stderr, "error: cannot get info for '%s'\n", dev);
152 .length = xfer / info.block_size,
154 .dev_offset = (total - n) / info.block_size,
/fuchsia/zircon/system/uapp/psutils/
H A Dthreads.cpp51 zx_info_handle_basic_t info; local
52 if (zx_object_get_info(handle, ZX_INFO_HANDLE_BASIC, &info, sizeof(info), NULL, NULL) < 0) {
57 return info.koid;
129 print_zx_error(status, "failed to get process thread info (#threads)");
140 print_zx_error(status, "failed to get process thread info");
/fuchsia/zircon/system/ulib/blobfs/include/blobfs/
H A Dcommon.h42 zx_status_t blobfs_check_info(const blobfs_info_t* info, uint64_t max);
/fuchsia/zircon/system/ulib/ddk/include/ddk/protocol/
H A Dhidbus.h51 zx_status_t (*query)(void* ctx, uint32_t options, hid_info_t* info);
/fuchsia/zircon/system/ulib/memfs/
H A Dmemfs.cpp57 zx_info_handle_basic_t info; local
58 status = event.get_info(ZX_INFO_HANDLE_BASIC, &info, sizeof(info), nullptr, nullptr);
63 fs_id_ = info.koid;
/fuchsia/zircon/system/utest/core/handle-wait/
H A Dhandle-wait.c122 zx_info_thread_t info; local
123 ASSERT_EQ(zx_object_get_info(thread, ZX_INFO_THREAD, &info, sizeof(info), NULL, NULL),
125 if (info.state == ZX_THREAD_STATE_BLOCKED_WAIT_ONE)
/fuchsia/zircon/system/dev/bus/virtio/
H A Dethernet.cpp31 // Enables/disables debugging info
89 zx_status_t virtio_net_query(void* ctx, uint32_t options, ethmac_info_t* info) { argument
91 return eth->Query(options, info);
364 zx_status_t EthernetDevice::Query(uint32_t options, ethmac_info_t* info) { argument
370 if (info) {
371 // TODO(aarongreen): Add info->features = GetFeatures();
372 info->mtu = kVirtioMtu;
373 memcpy(info->mac, config_.mac, sizeof(info->mac));
H A Dgpu.cpp234 // Construct the get display info message
240 virtio_gpu_resp_display_info* info; local
241 send_command_response(&req, &info);
242 if (info->hdr.type != VIRTIO_GPU_RESP_OK_DISPLAY_INFO) {
249 if (info->pmodes[i].enabled) {
251 info->pmodes[i].r.x, info->pmodes[i].r.y, info->pmodes[i].r.width, info->pmodes[i].r.height,
252 info
[all...]
/fuchsia/zircon/system/host/netprotocol/
H A Dnetprotocol.c138 device_info_t info; local
139 strncpy(info.nodename, (char*)m.data, sizeof(info.nodename));
140 strncpy(info.inet6_addr_s, tmp, INET6_ADDRSTRLEN);
141 memcpy(&info.inet6_addr, &ra, sizeof(ra));
142 info.state = DEVICE;
143 return callback(&info, data);
/fuchsia/zircon/system/dev/bus/acpi/
H A Ddev-tbmc.cpp37 zx_status_t HidBusQuery(uint32_t options, hid_info_t* info);
155 zx_status_t AcpiTbmcDevice::HidBusQuery(uint32_t options, hid_info_t* info) { argument
158 info->dev_num = 0;
159 info->dev_class = HID_DEV_CLASS_OTHER;
160 info->boot_device = false;
H A Dpci.c319 ACPI_DEVICE_INFO* info; local
329 if (AcpiGetObjectInfo(object, &info) == AE_OK) {
504 ACPI_DEVICE_INFO* info = NULL; local
505 ACPI_STATUS status = AcpiGetObjectInfo(object, &info);
511 ctx->device_is_root_bridge = (info->Flags & ACPI_PCI_ROOT_BRIDGE) != 0;
513 ACPI_FREE(info);
/fuchsia/zircon/system/dev/bus/platform/
H A Dplatform-protocol-device.cpp187 pdev_device_info_t info = { local
201 static_assert(sizeof(info.name) == sizeof(name_), "");
202 memcpy(info.name, name_, sizeof(out_info->name));
203 memcpy(out_info, &info, sizeof(info));
/fuchsia/zircon/system/core/devmgr/
H A Ddevhost-rpc-server.cpp107 zxrio_describe_t info; local
109 if ((r = create_description(dev, &info, &handle)) != ZX_OK) {
113 r = zx_channel_write(rh, 0, &info, sizeof(info), &handle, hcount);
276 fuchsia_io_NodeInfo info; local
277 memset(&info, 0, sizeof(info));
278 info.tag = fuchsia_io_NodeInfoTag_device;
281 dev->event, ZX_RIGHTS_BASIC, &info.device.event);
286 return fuchsia_io_NodeDescribe_reply(txn, &info);
384 fuchsia_io_FilesystemInfo info; local
[all...]
H A Dblock-watcher.cpp323 block_info_t info; local
324 if ((ioctl_block_get_info(fd, &info) < 0) ||
325 (info.flags & BLOCK_FLAG_REMOVABLE)) {
397 block_info_t info; local
398 if (ioctl_block_get_info(fd, &info) >= 0 && info.flags & BLOCK_FLAG_BOOTPART) {
/fuchsia/zircon/system/ulib/fs/
H A Dconnection.cpp38 zxrio_node_info_t* info) {
40 return vn->Vnode::GetHandles(flags, &info->handle, &info->tag, info);
42 return vn->GetHandles(flags, &info->handle, &info->tag, info);
420 zxrio_node_info_t info; local
421 memset(&info, 0, sizeof(info));
37 GetNodeInfo(const fbl::RefPtr<Vnode>& vn, uint32_t flags, zxrio_node_info_t* info) argument
800 fuchsia_io_FilesystemInfo info; local
[all...]
/fuchsia/zircon/system/dev/block/aml-sd-emmc/
H A Daml-sd-emmc.c60 // Controller info
61 sdmmc_host_info_t info; member in struct:aml_sd_emmc_t
206 static zx_status_t aml_sd_emmc_host_info(void* ctx, sdmmc_host_info_t* info) { argument
209 memcpy(info, &dev->info, sizeof(dev->info));
641 ZX_DEBUG_ASSERT((dev->info.caps & SDMMC_HOST_CAP_ADMA2));
983 pdev_device_info_t info; local
984 status = pdev_get_device_info(&dev->pdev, &info);
990 if (info
[all...]
/fuchsia/zircon/kernel/platform/pc/
H A Dmemory.cpp310 multiboot_info_t* info; member in struct:multiboot_range_seq
349 /* scalar info about a single range */
359 range->size = seq->info->mem_upper * 1024U;
374 /* no multiboot info found. */
378 seq->info = (multiboot_info_t*)X86_PHYS_TO_VIRT(_multiboot_info);
384 if ((seq->info->flags & MB_INFO_MMAP) && (seq->info->mmap_addr != 0) && (seq->info->mmap_length > 0)) {
386 void* mmap_addr = (void*)X86_PHYS_TO_VIRT(seq->info->mmap_addr);
390 seq->count = static_cast<int>(seq->info
[all...]
/fuchsia/zircon/system/dev/bus/pci/
H A Dproxy.c313 *out_info = resp.info;
376 zx_pcie_device_info_t info; local
387 zx_status_t st = pci_op_get_device_info(device, &info);
394 snprintf(devname, sizeof(devname), "%02x:%02x.%1x", info.bus_id, info.dev_id, info.func_id);

Completed in 208 milliseconds

1234567891011>>