Home
last modified time | relevance | path

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

/xen/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.h298 #ifndef UINT32_MAX
299 #define UINT32_MAX (4294967295U) macro
A Dlibxlu_cfg_l.h321 #ifndef UINT32_MAX
322 #define UINT32_MAX (4294967295U) macro
A Dlibxlu_cfg_l.c317 #ifndef UINT32_MAX
318 #define UINT32_MAX (4294967295U) macro
A Dlibxlu_disk_l.c294 #ifndef UINT32_MAX
295 #define UINT32_MAX (4294967295U) macro
/xen/xen/include/xen/
A Dtypes.h27 #define UINT32_MAX (4294967295U) macro
/xen/tools/libxc/
A Dxc_dom_hvmloader.c153 assert(dom->mmio_start > 0 && dom->mmio_start < UINT32_MAX); in module_init_one()
/xen/xen/arch/arm/arm64/
A Dlivepatch.c133 if ( sval < INT32_MIN || sval > UINT32_MAX ) in reloc_data()
/xen/xen/common/
A Dkernel.c43 if ( val > UINT32_MAX && val < (uint64_t)INT32_MIN ) in assign_integer_param()
/xen/tools/xl/
A Dxl_parse.c1890 if (ul >= UINT32_MAX) { in parse_config_data()
1904 if (ul >= UINT32_MAX) { in parse_config_data()
1939 if (ul >= UINT32_MAX) { in parse_config_data()

Completed in 38 milliseconds