/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_save_helper.c | 253 uint32_t dom = strtoul(NEXTARG,0,10); in main() 254 uint32_t flags = strtoul(NEXTARG,0,10); in main() 256 unsigned cbflags = strtoul(NEXTARG,0,10); in main() 257 xc_migration_stream_t stream_type = strtoul(NEXTARG,0,10); in main() 273 uint32_t dom = strtoul(NEXTARG,0,10); in main() 274 unsigned store_evtchn = strtoul(NEXTARG,0,10); in main() 275 domid_t store_domid = strtoul(NEXTARG,0,10); in main() 276 unsigned console_evtchn = strtoul(NEXTARG,0,10); in main() 277 domid_t console_domid = strtoul(NEXTARG,0,10); in main() 278 unsigned int hvm = strtoul(NEXTARG,0,10); in main() [all …]
|
A D | libxl_vdispl.c | 141 info->connectors[i].req_rref = value ? strtoul(value, NULL, 10) : -1; in libxl__device_vdispl_getconnectors() 146 info->connectors[i].req_evtch = value ? strtoul(value, NULL, 10) : -1; in libxl__device_vdispl_getconnectors() 151 info->connectors[i].evt_rref = value ? strtoul(value, NULL, 10) : -1; in libxl__device_vdispl_getconnectors() 156 info->connectors[i].evt_evtch = value ? strtoul(value, NULL, 10) : -1; in libxl__device_vdispl_getconnectors() 192 info->state = val ? strtoul(val, NULL, 10) : -1; in libxl_device_vdispl_getinfo() 200 info->be_alloc = val ? strtoul(val, NULL, 10) : 0; in libxl_device_vdispl_getinfo()
|
A D | libxl_vtpm.c | 136 vtpminfo->state = val ? strtoul(val, NULL, 10) : -1; in libxl_device_vtpm_getinfo() 140 vtpminfo->evtch = val ? strtoul(val, NULL, 10) : -1; in libxl_device_vtpm_getinfo() 144 vtpminfo->rref = val ? strtoul(val, NULL, 10) : -1; in libxl_device_vtpm_getinfo()
|
A D | libxl_nic.c | 465 nicinfo->state = val ? strtoul(val, NULL, 10) : -1; in libxl_device_nic_getinfo() 467 nicinfo->evtch = val ? strtoul(val, NULL, 10) : -1; in libxl_device_nic_getinfo() 469 nicinfo->rref_tx = val ? strtoul(val, NULL, 10) : -1; in libxl_device_nic_getinfo() 471 nicinfo->rref_rx = val ? strtoul(val, NULL, 10) : -1; in libxl_device_nic_getinfo()
|
A D | libxl_console.c | 590 channelinfo->state = val ? strtoul(val, NULL, 10) : -1; in libxl_device_channel_getinfo() 594 channelinfo->rref = val ? strtoul(val, NULL, 10) : -1; in libxl_device_channel_getinfo() 596 channelinfo->evtch = val ? strtoul(val, NULL, 10) : -1; in libxl_device_channel_getinfo()
|
A D | libxlu_pci.c | 16 ret = strtoul(str, &end, 16); in hex_convert()
|
A D | libxl_cpuid.c | 342 value = strtoul(str, &endptr, 0); in libxl_cpuid_parse_config_xend() 350 value = strtoul(str, &endptr, 0); in libxl_cpuid_parse_config_xend()
|
A D | libxl_disk.c | 651 diskinfo->state = val ? strtoul(val, NULL, 10) : -1; in libxl_device_disk_getinfo() 653 diskinfo->evtch = val ? strtoul(val, NULL, 10) : -1; in libxl_device_disk_getinfo() 655 diskinfo->rref = val ? strtoul(val, NULL, 10) : -1; in libxl_device_disk_getinfo()
|
A D | libxl_utils.c | 106 *domid = strtoul(name, NULL, 10); in libxl_domain_qualifier_to_domid() 128 *id_r = strtoul(p, NULL, 10); in qualifier_to_id()
|
/xen-4.10.0-shim-comet/tools/misc/ |
A D | xenwatchdogd.c | 67 t = strtoul(argv[1], NULL, 0); in main() 73 s = strtoul(argv[2], NULL, 0); in main()
|
A D | xen-mfndump.c | 168 mfn = strtoul(argv[1], NULL, 16); in dump_ptes_func() 276 mfn = strtoul(argv[1], NULL, 16); in lookup_pte_func() 347 mfn1 = strtoul(argv[1], NULL, 16); in memcmp_mfns_func() 348 mfn2 = strtoul(argv[3], NULL, 16); in memcmp_mfns_func()
|
/xen-4.10.0-shim-comet/xen/include/acpi/platform/ |
A D | aclinux.h | 67 #define strtoul simple_strtoul macro
|
A D | acenv.h | 240 #define ACPI_STRTOUL(d,s,n) strtoul((d), (s), (acpi_size)(n))
|
/xen-4.10.0-shim-comet/tools/debugger/gdbsx/gx/ |
A D | gx_main.c | 178 vcpu = strtoul(&remote_buf[2], NULL, 16); in process_H_request() 603 (*domid_p=strtoul(argv[2], &arg_end, 10)) == 0 || in check_usage_n_stuff() 606 (guest_bitness=strtoul(argv[3], &arg_end, 10)) == 0 || in check_usage_n_stuff() 614 *vp = strtoul(argv[4], &arg_end, 10); in check_usage_n_stuff()
|
/xen-4.10.0-shim-comet/tools/tests/mem-sharing/ |
A D | memshrtool.c | 196 first_gfn = strtoul(argv[4], NULL, 0); in main() 197 last_gfn = strtoul(argv[5], NULL, 0); in main()
|
/xen-4.10.0-shim-comet/tools/console/testsuite/ |
A D | console-domU.c | 49 seed = strtoul(line, 0, 0); in main()
|
/xen-4.10.0-shim-comet/tools/python/xen/lowlevel/xs/ |
A D | xs.c | 152 th = strtoul(thstr, NULL, 16); in xspy_write() 289 th = strtoul(thstr, NULL, 16); in xspy_get_permissions() 347 th = strtoul(thstr, NULL, 16); in xspy_set_permissions() 634 th = strtoul(thstr, NULL, 16); in xspy_transaction_end() 879 *th = strtoul(thstr, NULL, 16); in parse_transaction_path()
|
/xen-4.10.0-shim-comet/tools/xenstore/ |
A D | xenstored_posix.c | 125 port = strtoul(str, NULL, 0); in xenbus_evtchn()
|
/xen-4.10.0-shim-comet/tools/blktap2/vhd/lib/ |
A D | vhd-util-read.c | 618 lsec = strtoul(optarg, NULL, 10); in vhd_util_read() 627 tbitmap = strtoul(optarg, NULL, 10); in vhd_util_read() 642 count = strtoul(optarg, NULL, 10); in vhd_util_read()
|
/xen-4.10.0-shim-comet/tools/xl/ |
A D | xl_parse.c | 141 *a = *b = strtoul(str, &endptr, 10); in parse_range() 148 *b = strtoul(nstr, &endptr, 10); in parse_range() 390 val = strtoul(str, &endptr, 10); in parse_ulong() 432 val = strtoul(oparg, &endptr, 16); in parse_nic_config() 792 usbdev->u.hostdev.hostbus = strtoul(oparg, NULL, 0); in parse_usbdev_config() 794 usbdev->u.hostdev.hostaddr = strtoul(oparg, NULL, 0); in parse_usbdev_config() 817 vdispl->be_alloc = strtoul(oparg, NULL, 0); in parse_vdispl_config() 1461 ul = strtoul(buf, &ep, 16); in parse_config_data() 1475 ul = strtoul(buf2, &ep, 16); in parse_config_data() 1510 ul = strtoul(buf, &ep, 10); in parse_config_data()
|
A D | xl_vcpu.c | 263 max_vcpus = strtoul(nr_vcpus, &endptr, 10); in vcpuset()
|
/xen-4.10.0-shim-comet/tools/helpers/ |
A D | init-xenstore-domain.c | 263 val = strtoul(s, &p, 10); in parse_maxmem()
|
/xen-4.10.0-shim-comet/xen/drivers/passthrough/vtd/ |
A D | quirks.c | 263 t = strtoul(s, &q, 0); in parse_snb_timeout()
|
/xen-4.10.0-shim-comet/tools/tests/mce-test/tools/ |
A D | xen-mceinj.c | 492 cpu_nr = strtoul(optarg, &optarg, 10); in main()
|
/xen-4.10.0-shim-comet/xen/arch/x86/boot/ |
A D | mkelf32.c | 286 loadbase = strtoul(argv[i++], NULL, 16); in main()
|