/openbmc/libbej/include/libbej/ |
H A D | bej_decoder_core.h | 64 * @brief Calls when a Set is detected. 69 * @brief Calls when an end of a Set is found. 74 * @brief Calls when an array is detected. 79 * @brief Calls when an end of an array is found. 84 * @brief Calls after a property is finished unless this is the last 91 * @brief Calls when a Null property is found or the property length is 97 * @brief Calls when an Integer property is found. 103 * @brief Calls when an Enum property is found. 109 * @brief Calls when a String property is found. 115 * @brief Calls when a Real value property is found. [all …]
|
/openbmc/u-boot/doc/ |
H A D | README.trace | 65 69,712 function calls 66 0 untracked function calls 67 73,373 traced function calls 70 66,491 calls not traced due to depth 73 1,279,450 function calls 74 0 untracked function calls 75 950,490 traced function calls (333217 dropped due to overflow) 78 1,275,767 calls not traced due to depth 79 =>trace calls 0 e00000 105 calls on the left and little marks representing the start and end of each [all …]
|
H A D | README.iomux | 40 the iomux_tstc() routine in a for-loop. iomux_tstc() in turn calls 42 when one of them returns true. fgetc() then calls iomux_getc(), 43 which calls the corresponding getc() routine. fgetc() hangs in 70 Note that common/iomux.c calls console_assign() for every registered
|
/openbmc/qemu/docs/specs/ |
H A D | ppc-spapr-hcalls.rst | 2 sPAPR hypervisor calls 6 a set of hypervisor calls (a.k.a. hcalls) defined in the Linux on Power 13 In addition to those calls, we have added our own private hypervisor 14 calls which are mostly used as a private interface between the firmware 31 calls our private H_RTAS hypervisor call to pass the RTAS calls to QEMU. 53 PAPR and LoPAR provides a set of hypervisor calls to perform cacheable or
|
/openbmc/u-boot/test/trace/ |
H A D | test-trace.sh | 39 if [ $(grep -c "traced function calls" ${tmp}) -ne 4 ]; then 44 # traced function calls between each 'trace stats' command, except 45 # between calls 2 and 3, where tracing is paused. 49 '/traced function calls/ { diff = $1 - upto; upto = $1; \
|
/openbmc/qemu/scripts/coccinelle/ |
H A D | timer-del-timer-free.cocci | 1 // Remove superfluous timer_del() calls 10 // The timer_free() function now implicitly calls timer_del() 11 // for you, so calls to timer_del() immediately before the
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/bdwgc/ |
H A D | bdwgc_8.2.8.bb | 16 by replacing malloc with GC_malloc calls, replacing realloc with GC_realloc\ 17 calls, and removing free calls."
|
/openbmc/u-boot/lib/ |
H A D | trace.c | 20 u64 call_count; /* Total number of tracked function calls */ 21 u64 untracked_count; /* Total number of untracked function calls */ 162 int calls = hdr->call_accum[func]; in trace_list_functions() local 164 if (!calls) in trace_list_functions() 171 stats->call_count = calls; in trace_list_functions() 250 puts(" function calls\n"); in trace_print_stats() 252 puts(" untracked function calls\n"); in trace_print_stats() 255 puts(" traced function calls"); in trace_print_stats() 264 puts(" calls not traced due to depth\n"); in trace_print_stats() 340 /* We can ignore additional calls to this function */ in trace_early_init()
|
/openbmc/u-boot/api/ |
H A D | README | 30 2. Calls 51 the syscall directly, but in a more friendly manner (a la libc calls), 55 - calls directly, or leverages the provided glue mid-layer
|
/openbmc/phosphor-hwmon/test/ |
H A D | sensor_unittest.cpp | 17 // Delegate all calls to getEnv() to the mock 54 /* Always calls GPIOCHIP and GPIO checks, returning empty string. */ in TEST_F() 59 /* Always calls GAIN and OFFSET, can use ON_CALL instead of EXPECT_CALL */ in TEST_F() 96 /* Always calls GAIN and OFFSET, can use ON_CALL instead of EXPECT_CALL */ in TEST_F() 118 /* Always calls GPIOCHIP_temp5 and GPIO checks, returning empty string. */ in TEST_F()
|
/openbmc/u-boot/include/linux/ |
H A D | arm-smccc.h | 83 * __arm_smccc_smc() - make SMC calls 88 * This function is used to make SMC calls following SMC Calling Convention. 100 * __arm_smccc_hvc() - make HVC calls 105 * This function is used to make HVC calls following SMC Calling
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ |
H A D | ltrace_git.bb | 1 SUMMARY = "ltrace intercepts and records dynamic library calls" 3 DESCRIPTION = "ltrace intercepts and records dynamic library calls \ 5 It can also intercept and print the system calls executed by the program.\
|
/openbmc/qemu/tests/tcg/plugins/ |
H A D | syscall.c | 21 int64_t calls; member 137 entry->calls++; in vcpu_syscall() 179 syscall_num, entry->calls, entry->errors); in print_entry() 188 return ent_a->calls > ent_b->calls ? -1 : 1; in comp_func() 201 qemu_plugin_outs("syscall no. calls errors\n"); in plugin_exit()
|
/openbmc/qemu/rust/qemu-api/src/ |
H A D | sysbus.rs | 53 /// in guest memory. Note that the ordering of calls to `init_mmio` is 55 /// region with a number that corresponds to the order of calls to 65 /// Note that the ordering of calls to `init_irq` is important, since 67 /// a number that corresponds to the order of calls to `init_irq`.
|
/openbmc/qemu/docs/user/ |
H A D | main.rst | 23 System calls are the principle interface between user-space and the 24 kernel. Generally the same system calls exist on all versions of the 29 QEMU can also adjust device specific ``ioctl()`` calls in a similar 40 QEMU relies on the host kernel to emulate most signal system calls, 131 Print system calls and arguments similar to the 'strace' program 134 incomplete. All system calls that don't have a specific argument
|
/openbmc/qemu/util/ |
H A D | defer-call.c | 3 * Deferred calls 8 * section, allowing multiple calls to batch up. This is a performance 63 * defer_call_end() so that accumulated calls are batched into a single call. 71 /* Call immediately if we're not deferring calls */ in defer_call()
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/psa-adac/ |
H A D | 0002-ADAC-Link-psa_interface-instead-of-tfm_sprt.patch | 10 it calls tfm_hal_output_sp_log() which triggers an SVC. The SVC calls
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libx86-1/ |
H A D | libx86-1_1.1.bb | 2 DESCRIPTION = "A library to provide support for making real-mode calls x86 calls. On \
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | callout.hpp | 72 * Creates the objects with a FRUIdentity substructure that calls 88 * Creates the objects with a FRUIdentity substructure that calls 107 * Creates the objects with a FRUIdentity substructure that calls 120 * Creates the objects with a FRUIdentity substructure that calls 135 * Creates the objects with a FRUIdentity substructure that calls 151 * Creates the objects with a FRUIdentity substructure that calls
|
H A D | dbus_watcher.hpp | 151 * @brief Reads the property on D-Bus, and calls 179 * Calls the user defined function with the property value 200 * Calls the user defined function with the property value 306 * calls the the user defined function with the property map. 325 * Calls the user defined function with the property map. Only the 343 * Calls the user defined function with the property map
|
/openbmc/qemu/docs/system/devices/ |
H A D | virtio-gpu.rst | 62 When using virgl accelerated graphics mode in the guest, OpenGL API calls 66 representation back to OpenGL API calls. 74 Translation of Vulkan API calls is supported since release of `virglrenderer`_ 90 mode, GLES and Vulkan calls are forwarded to the host with minimal
|
/openbmc/qemu/linux-headers/asm-generic/ |
H A D | hugetlb_encode.h | 5 * Several system calls take a flag to request "hugetlb" huge pages. 6 * Without further specification, these system calls will use the
|
/openbmc/qemu/tests/unit/ |
H A D | test-nested-aio-poll.c | 9 * handler calls nested aio_poll() before the condition is reset, then infinite 13 * aio_poll() calls. This test case checks that this is indeed what happens. 100 * polling in future aio_poll() calls. in test()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gpm/gpm/ |
H A D | 0003-Add-incomplete-type-definition-for-WINDOW-in-Gpm_Wge.patch | 7 through straight to ncurses if it's not null and calls getch 27 + * passes through to ncurses if it's not null and calls getch
|
/openbmc/qemu/include/user/ |
H A D | safe-syscall.h | 46 * blocking calls that those calls are retried if they return EINTR. 53 * host_signal_handler() function and the functions it calls, including 65 * -ERESTARTSYS). System calls which are only interruptible in some
|