Home
last modified time | relevance | path

Searched full:calls (Results 1 – 25 of 869) sorted by relevance

12345678910>>...35

/openbmc/libbej/include/libbej/
H A Dbej_decoder_core.h64 * @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 DREADME.trace65 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 DREADME.iomux40 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 Dppc-spapr-hcalls.rst2 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 Dtest-trace.sh39 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 Dtimer-del-timer-free.cocci1 // 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/u-boot/lib/
H A Dtrace.c20 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/openbmc/meta-openembedded/meta-oe/recipes-support/bdwgc/
H A Dbdwgc_8.2.8.bb16 by replacing malloc with GC_malloc calls, replacing realloc with GC_realloc\
17 calls, and removing free calls."
/openbmc/u-boot/api/
H A DREADME30 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 Dsensor_unittest.cpp17 // Delegate all calls to getEnv() to the mock
53 /* Always calls GPIOCHIP and GPIO checks, returning empty string. */ in TEST_F()
58 /* Always calls GAIN and OFFSET, can use ON_CALL instead of EXPECT_CALL */ in TEST_F()
95 /* Always calls GAIN and OFFSET, can use ON_CALL instead of EXPECT_CALL */ in TEST_F()
117 /* Always calls GPIOCHIP_temp5 and GPIO checks, returning empty string. */ in TEST_F()
/openbmc/u-boot/include/linux/
H A Darm-smccc.h83 * __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 Dltrace_git.bb1 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 Dsyscall.c21 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/util/
H A Ddefer-call.c3 * 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 D0002-ADAC-Link-psa_interface-instead-of-tfm_sprt.patch10 it calls tfm_hal_output_sp_log() which triggers an SVC. The SVC calls
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dcallout.hpp72 * 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 Ddbus_watcher.hpp151 * @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/openbmc/meta-openembedded/meta-oe/recipes-extended/libx86-1/
H A Dlibx86-1_1.1.bb2 DESCRIPTION = "A library to provide support for making real-mode calls x86 calls. On \
/openbmc/qemu/linux-headers/asm-generic/
H A Dhugetlb_encode.h5 * 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 Dtest-nested-aio-poll.c9 * 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.
101 * polling in future aio_poll() calls. in test()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gpm/gpm/
H A D0003-Add-incomplete-type-definition-for-WINDOW-in-Gpm_Wge.patch7 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 Dsafe-syscall.h46 * 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
/openbmc/qemu/include/hw/ppc/
H A Dspapr_drc.h78 * set via set-indicator RTAS calls
90 * set via set-indicator RTAS calls
108 * set via set-indicator RTAS calls
125 * returned via get-sensor-state RTAS calls
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c/
H A D0001-unix-common.mk-Ensuring-Sequential-Execution-of-rm-a.patch5 calls running in parallel
18 For libutil++ it calls "all" and "libxmlrpc_util++.so" only once,
19 but for libutil it calls "all" and then 12 times libxmlrpc_util.so
/openbmc/qemu/include/hw/
H A Dptimer.h23 * A transaction-based API is used for modifying ptimer state: all calls
24 * to functions which modify ptimer state must be between matched calls to
109 * transaction-based API for modifying ptimer state: all calls
117 * must be between matched calls to ptimer_transaction_begin()
143 * This function must be called before making any calls to functions
155 * This function must be called after calls to functions which modify

12345678910>>...35