Home
last modified time | relevance | path

Searched refs:callers (Results 1 – 17 of 17) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/smatch_data/db/
H A Dsmdb.py535 callers = get_callers(func)
536 if len(callers) >= 20:
539 for caller in callers:
616 callers = {}
626 if row[0] not in callers:
627 callers[row[0]] = {}
628 callers[row[0]]["param"] = int(row[1][1])
639 if row[1] not in callers:
640 callers[row[1]] = {}
641 if "param" not in callers[row[1]]:
[all …]
/illumos-gate/usr/src/cmd/bnu/
H A DMakefile.inc28 SRCS = account.c anlwrk.c bnuconvert.c callers.c \
85 uucico.cat := POBJS = uucpdefs.o uucico.o conn.o callers.o cntrl.o \
131 cu.cat := POBJS = cu.o callers.o getargs.o line.o uucpdefs.o \
137 ct.cat := POBJS = ct.o callers.o getargs.o line.o uucpdefs.o \
H A DDialers28 # should appear in this file except for the built in callers.
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A Dboot_elf.S90 mov %i7, %o0 ! Save callers address(profiling)
308 * arguments from the 'callers' stack on our stack frame.
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmapfile-vers82 # callers dependencies.
/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/
H A Dboot_elf.S110 mov %i7, %o3 ! Save callers address(profiling)
136 mov %i7, %o3 ! Save callers address
700 * arguments from the 'callers' stack on our stack frame.
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dmach_subr_asm.S269 mov CBR2, CBO2 ! 1, preserve CBR2 of (callers) window
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmach_subr_asm.S250 mov CBR2, CBO2 ! 1, preserve CBR2 of (callers) window
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A Darm64-detecting-tagged-addresses.txt75 This script will examine all of the possible callers of __get_user_pages where
162 Please note that this will show all the callers and is not filtered for those
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c2150 pc_t callers[KMEM_LITE_MAX]; in whatis_print_kmf_lite() local
2169 if (mdb_vread(callers, count * sizeof (pc_t), in whatis_print_kmf_lite()
2174 if (callers[0] == uninit) in whatis_print_kmf_lite()
2177 plural = (callers[1] == uninit) ? "" : "s"; in whatis_print_kmf_lite()
2183 mdb_printf("recent caller%s: %a", plural, callers[0]); in whatis_print_kmf_lite()
2185 if (callers[i] == uninit) in whatis_print_kmf_lite()
2187 mdb_printf(", %a", callers[i]); in whatis_print_kmf_lite()
/illumos-gate/usr/src/lib/libc/
H A DREADME143 only to callers that have to do something about this condition; the
151 but a flag has been set to cause other callers of fork_lock_enter()
/illumos-gate/usr/src/
H A DMakefile.master327 # generate v9 code which tolerates callers using the v7 ABI, for the sake of
329 CC32BITCALLERS= -_gcc=-massume-32bit-callers
/illumos-gate/usr/src/lib/
H A DREADME.mapfiles136 external callers.
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog146 All callers are changed.
402 All callers are changed.
741 All callers are changed.x
771 All callers are fixed.
1209 All callers are changed.
/illumos-gate/usr/src/lib/libdwarf/common/
H A Dgenerated_libdwarf.h.in5381 callers. Added November, 2012. */
H A Dlibdwarf.h.in5381 callers. Added November, 2012. */
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dchanges.txt2030 infinite loop by callers to AcpiSetCurrentResources with an invalid or
6146 These changes will require an update to all callers of this interface.
6158 all callers of these interfaces. See the ACPICA Programmer Reference for