Home
last modified time | relevance | path

Searched refs:found (Results 1 – 25 of 98) sorted by relevance

1234

/xen/tools/hotplug/Linux/
A Dblock-drbd-probe37 local found=0
41 found=1
46 if [[ $found -eq 0 ]]; then
/xen/m4/
A Docaml.m4171 unset found
173 found=no
176 AC_MSG_RESULT([found])
178 found=yes
182 if test "$found" = "no" ; then
183 AC_MSG_RESULT([not found])
198 unset found
201 found=yes
206 if test "$found" ; then
209 AC_MSG_RESULT([not found])
/xen/xen/include/public/arch-x86/
A Dxen-mca.h315 uint32_t found, i; \
318 found = 0; \
324 found = 1; \
329 (_ret) = found ? _mic : NULL; \
/xen/xen/drivers/passthrough/vtd/x86/
A Dats.c80 bool found = false; in device_in_domain() local
100 found = true; in device_in_domain()
108 return found; in device_in_domain()
/xen/xen/arch/arm/arm64/lib/
A Dfind_next_bit.c118 goto found; in find_first_bit()
128 found: in find_first_bit()
146 goto found; in find_first_zero_bit()
156 found: in find_first_zero_bit()
/xen/tools/libxl/
A Dtest_fdderegrace.c40 goto found; in main()
44 found:; in main()
A Dlibxl_fork.c467 goto found; in childproc_reaped()
472 found: in childproc_reaped()
503 goto found; in childproc_checkall()
508 found: in childproc_checkall()
/xen/xen/drivers/passthrough/
A DKconfig17 bool "Renesas IPMMU-VMSA found in R-Car Gen3 SoCs" if EXPERT
20 Support for implementations of the Renesas IPMMU-VMSA found
/xen/xen/common/
A Dcore_parking.c217 bool found = false; in core_parking_remove() local
224 found = true; in core_parking_remove()
234 return found; in core_parking_remove()
A Dkernel.c64 bool bool_assert, found; in parse_params() local
104 found = false; in parse_params()
116 found = true; in parse_params()
127 found = true; in parse_params()
184 if ( !found ) in parse_params()
A Dlivepatch.c235 struct payload *data, *found = NULL; in find_payload() local
242 found = data; in find_payload()
247 return found; in find_payload()
960 bool_t found = 0; in build_symbol_table() local
966 found = 1; in build_symbol_table()
971 if ( !found ) in build_symbol_table()
1068 struct payload *data, *found; in livepatch_upload() local
1082 found = find_payload(n); in livepatch_upload()
1083 if ( IS_ERR(found) ) in livepatch_upload()
1084 rc = PTR_ERR(found); in livepatch_upload()
[all …]
/xen/xen/scripts/
A DKconfig.include39 $(error-if,$(failure,command -v $(CC)),compiler '$(CC)' not found)
40 $(error-if,$(failure,command -v $(LD)),linker '$(LD)' not found)
/xen/xen/arch/arm/arm32/lib/
A Dfindbit.S32 bne .L_found @ any now set - found zero bit
73 bne .L_found @ any now set - found zero bit
111 bne .L_found @ any now set - found zero bit
145 bne .L_found @ any now set - found zero bit
/xen/xen/arch/x86/
A Dsrat.c367 int j, found; in nodes_cover_memory() local
378 found = 0; in nodes_cover_memory()
384 found = 1; in nodes_cover_memory()
388 found = 1; in nodes_cover_memory()
391 } while (found && start < end); in nodes_cover_memory()
/xen/xen/arch/x86/cpu/microcode/
A Dintel.c234 goto found; in microcode_update_match()
240 goto found; in microcode_update_match()
244 found: in microcode_update_match()
/xen/tools/firmware/hvmloader/
A Doptionroms.c74 goto found; in scan_option_rom()
82 found: in scan_option_rom()
/xen/tools/libxc/
A Dxc_dom_boot.c72 int match, found = 0; in xc_dom_compat_check() local
84 found++; in xc_dom_compat_check()
86 if ( !found ) in xc_dom_compat_check()
91 return found; in xc_dom_compat_check()
/xen/tools/libfsimage/reiserfs/
A Dfsys_reiserfs.c405 goto found; in block_read()
423 goto found; in block_read()
433 goto found; in block_read()
438 found: in block_read()
745 goto found; in next_key()
784 found: in next_key()
1172 goto found; in reiserfs_dir()
1191 found: in reiserfs_dir()
/xen/xen/xsm/flask/ss/
A Dconditional.c278 u8 found; in cond_insertf() local
311 found = 0; in cond_insertf()
316 found = 1; in cond_insertf()
320 if ( !found ) in cond_insertf()
/xen/tools/misc/
A Dxen-detect.c85 goto found; in check_for_xen()
90 found: in check_for_xen()
/xen/xen/arch/arm/tee/
A Doptee.c459 bool found = false; in free_shm_rpc() local
467 found = true; in free_shm_rpc()
474 if ( !found ) in free_shm_rpc()
587 bool found = false; in free_optee_shm_buf() local
594 found = true; in free_optee_shm_buf()
601 if ( !found ) in free_optee_shm_buf()
620 bool found = false; in free_optee_shm_buf_pg_list() local
627 found = true; in free_optee_shm_buf_pg_list()
633 if ( found ) in free_optee_shm_buf_pg_list()
/xen/tools/libs/evtchn/
A Dminios.c126 goto found; in evtchn_handler()
131 found: in evtchn_handler()
/xen/stubdom/vtpm/
A Dvtpm.c193 goto found; in generate_locality_mask()
197 goto found; in generate_locality_mask()
201 found: in generate_locality_mask()
/xen/xen/drivers/passthrough/arm/
A Dipmmu-vmsa.c308 bool found = false; in ipmmu_find_mmu_by_dev() local
316 found = true; in ipmmu_find_mmu_by_dev()
323 return found ? mmu : NULL; in ipmmu_find_mmu_by_dev()
335 bool found = false; in ipmmu_find_root() local
343 found = true; in ipmmu_find_root()
350 return found ? mmu : NULL; in ipmmu_find_root()
/xen/xen/arch/x86/hvm/
A Dio.c421 bool found; in vpci_mmcfg_accept() local
424 found = vpci_mmcfg_find(d, addr); in vpci_mmcfg_accept()
427 return found; in vpci_mmcfg_accept()

Completed in 42 milliseconds

1234