Home
last modified time | relevance | path

Searched refs:strtoul (Results 1 – 25 of 33) sorted by relevance

12

/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxl_save_helper.c253 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 Dlibxl_vdispl.c141 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 Dlibxl_vtpm.c136 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 Dlibxl_nic.c465 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 Dlibxl_console.c590 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 Dlibxlu_pci.c16 ret = strtoul(str, &end, 16); in hex_convert()
A Dlibxl_cpuid.c342 value = strtoul(str, &endptr, 0); in libxl_cpuid_parse_config_xend()
350 value = strtoul(str, &endptr, 0); in libxl_cpuid_parse_config_xend()
A Dlibxl_disk.c651 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 Dlibxl_utils.c106 *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 Dxenwatchdogd.c67 t = strtoul(argv[1], NULL, 0); in main()
73 s = strtoul(argv[2], NULL, 0); in main()
A Dxen-mfndump.c168 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 Daclinux.h67 #define strtoul simple_strtoul macro
A Dacenv.h240 #define ACPI_STRTOUL(d,s,n) strtoul((d), (s), (acpi_size)(n))
/xen-4.10.0-shim-comet/tools/debugger/gdbsx/gx/
A Dgx_main.c178 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 Dmemshrtool.c196 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 Dconsole-domU.c49 seed = strtoul(line, 0, 0); in main()
/xen-4.10.0-shim-comet/tools/python/xen/lowlevel/xs/
A Dxs.c152 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 Dxenstored_posix.c125 port = strtoul(str, NULL, 0); in xenbus_evtchn()
/xen-4.10.0-shim-comet/tools/blktap2/vhd/lib/
A Dvhd-util-read.c618 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 Dxl_parse.c141 *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 Dxl_vcpu.c263 max_vcpus = strtoul(nr_vcpus, &endptr, 10); in vcpuset()
/xen-4.10.0-shim-comet/tools/helpers/
A Dinit-xenstore-domain.c263 val = strtoul(s, &p, 10); in parse_maxmem()
/xen-4.10.0-shim-comet/xen/drivers/passthrough/vtd/
A Dquirks.c263 t = strtoul(s, &q, 0); in parse_snb_timeout()
/xen-4.10.0-shim-comet/tools/tests/mce-test/tools/
A Dxen-mceinj.c492 cpu_nr = strtoul(optarg, &optarg, 10); in main()
/xen-4.10.0-shim-comet/xen/arch/x86/boot/
A Dmkelf32.c286 loadbase = strtoul(argv[i++], NULL, 16); in main()

Completed in 80 milliseconds

12