Home
last modified time | relevance | path

Searched refs:caller (Results 151 – 175 of 411) sorted by relevance

12345678910>>...17

/openbmc/linux/kernel/printk/
H A Dprintk.c628 char caller[20]; in info_print_ext_header() local
632 snprintf(caller, sizeof(caller), ",caller=%c%u", in info_print_ext_header()
635 caller[0] = '\0'; in info_print_ext_header()
642 ts_usec, info->flags & LOG_CONT ? 'c' : '-', caller); in info_print_ext_header()
1334 char caller[12]; in print_caller() local
1336 snprintf(caller, sizeof(caller), "%c%u", in print_caller()
1338 return sprintf(buf, "[%6s]", caller); in print_caller()
/openbmc/linux/include/linux/
H A Ddma-map-ops.h245 const void *caller);
247 const void *caller);
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/
H A Dadd-error-check-for-disk-filled-up.patch9 the caller can detect if the disk filled up (or had an i/o error) and
/openbmc/openbmc-test-automation/openpower/
H A Dtest_nmi_interface.robot75 # caller considers acceptable.
/openbmc/openbmc-test-automation/lib/
H A Desel_utils.robot71 # of no interest to the caller.
/openbmc/linux/Documentation/core-api/
H A Dpin_user_pages.rst54 flags the caller provides. The caller is required to pass in a non-null struct
79 but the caller passed in a non-null struct pages* array, then the function
119 transparent to the caller.
/openbmc/linux/Documentation/crypto/
H A Dasymmetric-keys.rst128 The caller must have already obtained the key from some source and can then use
129 it to check the signature. The caller must have parsed the signature and
147 In addition, the data must have been digested by the caller and the resulting
277 the case that the caller declines to do so.
279 The caller passes a pointer to the following struct with all of the fields
/openbmc/linux/arch/s390/kernel/
H A Ddebug.c938 active->caller = __builtin_return_address(0); in debug_finish_entry()
1496 unsigned long caller; in debug_dflt_header_fn() local
1509 caller = (unsigned long) entry->caller; in debug_dflt_header_fn()
1512 entry->cpu, (void *)caller); in debug_dflt_header_fn()
/openbmc/linux/Documentation/filesystems/
H A Dvfs.rst200 super_block accordingly, returning its root dentry to caller.
653 opening to the caller (e.g. if the file turned out to be a
855 It may be NULL if the caller does not have an open file (eg if
870 method. Only if this fails, or if the caller needs to wait for
878 In this case, the caller should look up the folio, lock it,
913 stop attempting I/O, it can simply return. The caller will
930 specified offset, in ``*pagep``, for the caller to write into.
1382 to the caller. The caller is supplied with a path parameter
1391 If a vfsmount is returned, the caller will attempt to mount it
1395 caller will clean up the additional ref.
[all …]
H A Dporting.rst225 should be passed back to the caller.
345 simply of return 1. Note that all actual eviction work is done by caller after
782 failure, ERR_PTR() is returned and no caller's references are affected,
783 so the caller needs to drop the inode reference it held.
784 alloc_file_clone(file, flags, ops) does not affect any caller's references.
863 no matter what. Everything is handled by the caller.
998 the filesystem type. If the superblock is ready the caller would simple
1029 superblock is ready the caller will simply reuse it.
1055 ->rename() - it's done by the caller now [that item should've been added in
/openbmc/linux/tools/testing/selftests/powerpc/math/
H A Dfpu_asm.S83 # pass the result of the fork to the caller
H A Dvmx_asm.S99 # Pass the result of fork back to the caller
/openbmc/u-boot/arch/arm/mach-uniphier/arm32/
H A Dlowlevel_init.S49 mov pc, lr @ back to my caller
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/PLDM/
H A DRequester.interface.yaml33 thrown. The recommendation for the caller upon receiving this
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-rtrs-server21 Operations is non-blocking and returns control immediately to the caller.
/openbmc/linux/Documentation/security/
H A Dcredentials.rst384 time, and possibly to sleep while doing so, then the caller should get a
389 This does all the RCU magic inside of it. The caller must call put_cred() on
397 credentials, hiding the RCU magic from the caller::
402 If the caller is holding the RCU read lock at the time anyway, then::
475 Note that this function consumes the caller's reference to the new credentials.
476 The caller should _not_ call ``put_cred()`` on the new credentials afterwards.
/openbmc/u-boot/arch/arm/cpu/armv7/
H A Dstart.S158 b save_boot_params_ret @ back to my caller
358 mov pc, r5 @ back to my caller
/openbmc/linux/drivers/mtd/ubi/
H A Ddebug.c582 int ubi_dbg_power_cut(struct ubi_device *ubi, int caller) in ubi_dbg_power_cut() argument
586 if ((ubi->dbg.emulate_power_cut & caller) == 0) in ubi_dbg_power_cut()
/openbmc/linux/Documentation/driver-api/usb/
H A Danchors.rst75 is the caller's responsibility.
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Drtw_security.h276 u8 rtw_handle_tkip_countermeasure(struct adapter *adapter, const char *caller);
/openbmc/linux/Documentation/driver-api/surface_aggregator/
H A Dclient.rst165 that the caller provides an argument to the SAM EC and receives a response.
166 The caller needs to know the (maximum) length of the response payload and
261 conversion, which has to be handled by the caller. Apart from those
284 but instead have to be provided by the caller of said function.
/openbmc/linux/Documentation/arch/s390/
H A Ds390dbf.rst28 debug log for the caller. For each debug log exists a number of debug areas
57 - Return Address to caller
330 - Return Address to caller
336 area time level exception cpu caller data (hex + ascii)
/openbmc/linux/fs/lockd/
H A Dsvclock.c424 call->a_args.lock.caller = utsname()->nodename; in nlmsvc_setgrantargs()
636 conflock->caller = "somehost"; /* FIXME */ in nlmsvc_testlock()
637 conflock->len = strlen(conflock->caller); in nlmsvc_testlock()
/openbmc/u-boot/arch/arm/lib/
H A Dvectors.S228 str lr, [r13] @ save caller lr in position 0 of saved stack
/openbmc/u-boot/doc/
H A DREADME.menu116 void caller(void)

12345678910>>...17