Home
last modified time | relevance | path

Searched refs:UINT32_MAX (Results 1 – 11 of 11) sorted by relevance

/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxlu_vif.c30 if (tmp == 0 || tmp > UINT32_MAX || errno == ERANGE) { in vif_parse_rate_bytes_per_sec()
69 if (tmp == 0 || tmp > UINT32_MAX || errno == ERANGE) { in vif_parse_rate_interval_usecs()
80 if (tmp > UINT32_MAX) { in vif_parse_rate_interval_usecs()
A Dlibxlu_disk_l.h91 #ifndef UINT32_MAX
92 #define UINT32_MAX (4294967295U) macro
A Dlibxlu_cfg_l.h87 #ifndef UINT32_MAX
88 #define UINT32_MAX (4294967295U) macro
A Dlibxlu_cfg_l.c83 #ifndef UINT32_MAX
84 #define UINT32_MAX (4294967295U) macro
A Dlibxlu_disk_l.c87 #ifndef UINT32_MAX
88 #define UINT32_MAX (4294967295U) macro
/xen-4.10.0-shim-comet/xen/include/xen/
A Dtypes.h27 #define UINT32_MAX (4294967295U) macro
/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_dom_hvmloader.c153 assert(dom->mmio_start > 0 && dom->mmio_start < UINT32_MAX); in module_init_one()
/xen-4.10.0-shim-comet/xen/arch/arm/arm64/
A Dlivepatch.c133 if ( sval < INT32_MIN || sval > UINT32_MAX ) in reloc_data()
/xen-4.10.0-shim-comet/xen/common/
A Dkernel.c41 if ( val > UINT32_MAX && val < (uint64_t)INT32_MIN ) in assign_integer_param()
/xen-4.10.0-shim-comet/tools/xl/
A Dxl_parse.c1467 if (ul >= UINT32_MAX) { in parse_config_data()
1481 if (ul >= UINT32_MAX) { in parse_config_data()
1516 if (ul >= UINT32_MAX) { in parse_config_data()
/xen-4.10.0-shim-comet/xen/tools/kconfig/
A Dzconf.lex.c_shipped101 #ifndef UINT32_MAX
102 #define UINT32_MAX (4294967295U)

Completed in 22 milliseconds