Searched refs:arginfo (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | exceptions.py | 39 arginfo = inspect.getargvalues(frame) 42 if not arginfo.args: 50 firstarg = arginfo.args[0] 52 self = arginfo.locals['self'] 55 arginfo.args.pop(0) 56 del arginfo.locals['self'] 60 formatted = inspect.formatargvalues(*arginfo)
|
| /OK3568_Linux_fs/kernel/drivers/firmware/ |
| H A D | qcom_scm.c | 128 .arginfo = QCOM_SCM_ARGS(1), in __get_convention() 243 desc.arginfo = QCOM_SCM_ARGS(1); in __qcom_scm_is_call_available() 279 .arginfo = QCOM_SCM_ARGS(2), in qcom_scm_set_warm_boot_addr() 330 .arginfo = QCOM_SCM_ARGS(2), in qcom_scm_set_cold_boot_addr() 365 .arginfo = QCOM_SCM_ARGS(1), in qcom_scm_cpu_power_down() 378 .arginfo = QCOM_SCM_ARGS(2), in qcom_scm_set_remote_state() 397 .arginfo = QCOM_SCM_ARGS(2), in __qcom_scm_set_dload_mode() 449 .arginfo = QCOM_SCM_ARGS(2, QCOM_SCM_VAL, QCOM_SCM_RW), in qcom_scm_pas_init_image() 500 .arginfo = QCOM_SCM_ARGS(3), in qcom_scm_pas_mem_setup() 532 .arginfo = QCOM_SCM_ARGS(1), in qcom_scm_pas_auth_and_reset() [all …]
|
| H A D | qcom_scm-smc.c | 85 int arglen = desc->arginfo & 0xf; in __scm_smc_call() 102 smc.args[1] = desc->arginfo; in __scm_smc_call()
|
| H A D | qcom_scm-legacy.c | 134 u8 arglen = desc->arginfo & 0xf; in scm_legacy_call() 226 size_t arglen = desc->arginfo & 0xf; in scm_legacy_call_atomic()
|
| H A D | qcom_scm.h | 50 u32 arginfo; member
|
| /OK3568_Linux_fs/buildroot/package/php-pecl-dbus/ |
| H A D | 0001-php8-compat.patch | 24 /* {{{ arginfo */
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-gnome/vte9/vte9/ |
| H A D | cve-2012-2738.patch | 32 } while (i++ < arginfo->length);
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/ |
| H A D | libc.info-5 | 3913 * Defining the Output Handler:: Defining the handler and arginfo 4000 template string to the handler and arginfo functions for that 4008 But the structure passed to the arginfo function contains a 4016 list. But the structure passed to the arginfo function 4079 Now let’s look at how to define the handler and arginfo functions which
|
| H A D | libc.info-1 | 2598 * Defining the Output Handler:: Defining the handler and arginfo
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/ |
| H A D | libc.info-5 | 3913 * Defining the Output Handler:: Defining the handler and arginfo 4000 template string to the handler and arginfo functions for that 4008 But the structure passed to the arginfo function contains a 4016 list. But the structure passed to the arginfo function 4079 Now let’s look at how to define the handler and arginfo functions which
|
| H A D | libc.info-1 | 2598 * Defining the Output Handler:: Defining the handler and arginfo
|