Home
last modified time | relevance | path

Searched refs:caller (Results 1 – 25 of 185) sorted by relevance

12345678

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dqreason.c111 switch (caller) { in qreasonNoZonename()
129 switch (caller) { in qreasonNoZonename()
147 switch (caller) { in qreasonNoZonename()
165 switch (caller) { in qreasonNoZonename()
183 switch (caller) { in qreasonNoZonename()
201 switch (caller) { in qreasonNoZonename()
234 switch (caller) { in qreasonNoZonename()
250 switch (caller) { in qreasonNoZonename()
274 switch (caller) { in qreasonWithZonename()
292 switch (caller) { in qreasonWithZonename()
[all …]
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Drelocate.c62 Elf_reloc_apply_val(lml, caller, off, value); in Dbg_reloc_apply_val()
514 if (caller == ELF_DBG_ELFDUMP) { in Elf_reloc_title()
528 if (caller == ELF_DBG_RTLD) { in Elf_reloc_title()
536 if (caller == ELF_DBG_LD) { in Elf_reloc_title()
550 if (caller == ELF_DBG_LD_ACT) { in Elf_reloc_title()
569 if (caller == ELF_DBG_ELFDUMP) { in Elf_reloc_entry_2()
589 if (caller == ELF_DBG_RTLD) { in Elf_reloc_entry_2()
599 if (caller == ELF_DBG_LD) { in Elf_reloc_entry_2()
621 if (caller == ELF_DBG_LD_ACT) { in Elf_reloc_entry_2()
694 if (caller == ELF_DBG_RTLD) in Elf_reloc_apply_val()
[all …]
/illumos-gate/usr/src/cmd/rm/
H A Drm.c314 rm(const char *entry, struct dlist *caller) in rm() argument
428 if (unlinkat(caller->fd, entry, flag) == 0) in rm()
456 if (caller != &top) { in rm()
457 if (checkdir(caller, &frame) != 0) { in rm()
485 if (caller != &top) { in rm()
486 caller->flags &= ~DIR_CANTCLOSE; in rm()
487 entry = &pathbuf[caller->up->pathend + 1]; in rm()
526 if (unlinkat(caller->fd, entry, flag) != 0) { in rm()
594 caller->flags |= DIR_CANTCLOSE; in checkdir()
596 } else if (up.st_ino == caller->ino && up.st_dev == caller->dev) { in checkdir()
[all …]
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/
H A Dunlocked_paths.pl26 my $caller = shift;
30 %{$f_map{$callee}->{called_by}}->{$caller} = 1;
41 my $caller = quotemeta $1;
47 add_called_by($caller, $callee);
77 foreach my $caller (keys %{%{$f_map{$function}}->{called_by}}){
78 print_unlocked_paths($caller);
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_switching.c91 int caller, vsw_port_t *port);
93 int caller, vsw_port_t *port);
432 ASSERT((caller == VSW_VNETPORT) || (caller == VSW_LOCALDEV)); in vsw_switch_l2_frame_mac_client()
488 if (caller != VSW_LOCALDEV) { in vsw_switch_l2_frame()
615 if ((caller != VSW_LOCALDEV) && (caller != VSW_VNETPORT)) { in vsw_switch_l3_frame()
725 ((caller == VSW_LOCALDEV) || (caller == VSW_VNETPORT))) { in vsw_forward_all()
739 if (caller == VSW_VNETPORT) in vsw_forward_all()
746 if ((caller == VSW_PHYSDEV) || (caller == VSW_VNETPORT)) { in vsw_forward_all()
813 ((caller == VSW_VNETPORT) || (caller == VSW_LOCALDEV))) { in vsw_forward_grp()
885 ((caller == VSW_VNETPORT) || (caller == VSW_PHYSDEV))) { in vsw_forward_grp()
[all …]
/illumos-gate/usr/src/uts/common/os/
H A Dprintf.c185 cprintf(fmt, adx, SL_CONSOLE | SL_NOTE, "", "", caller(), 0, 0, 0, in vzprintf()
227 "", "", caller(), 0, 0, 0, GLOBAL_ZONEID, NULL); in vuprintf()
232 "", "", caller(), 0, 0, 0, getzoneid(), NULL); in vuprintf()
266 vzdcmn_err(zoneid, caller(), ce, fmt, adx, NULL); in vzcmn_err()
272 vzdcmn_err(GLOBAL_ZONEID, caller(), ce, fmt, adx, NULL); in vcmn_err()
279 vzdcmn_err(GLOBAL_ZONEID, caller(), ce, fmt, adx, dip); in vdev_err()
289 vzdcmn_err(GLOBAL_ZONEID, caller(), ce, fmt, adx, NULL); in cmn_err()
300 vzdcmn_err(zoneid, caller(), ce, fmt, adx, NULL); in zcmn_err()
311 vzdcmn_err(GLOBAL_ZONEID, caller(), ce, fmt, adx, dip); in dev_err()
352 cprintf(fmt, adx, sl, "", "", caller(), mid, sid, level, in strlog()
[all …]
H A Dftrace.c354 ftrace_0(char *str, caddr_t caller) in ftrace_0() argument
378 r->ftr_caller = caller; in ftrace_0()
388 ftrace_1(char *str, ulong_t arg1, caddr_t caller) in ftrace_1() argument
412 r->ftr_caller = caller; in ftrace_1()
423 ftrace_2(char *str, ulong_t arg1, ulong_t arg2, caddr_t caller) in ftrace_2() argument
447 r->ftr_caller = caller; in ftrace_2()
459 ftrace_3(char *str, ulong_t arg1, ulong_t arg2, ulong_t arg3, caddr_t caller) in ftrace_3() argument
483 r->ftr_caller = caller; in ftrace_3()
497 ulong_t arg3, caddr_t caller) in ftrace_3_notick() argument
518 r->ftr_caller = caller; in ftrace_3_notick()
/illumos-gate/usr/src/tools/smatch/src/smatch_data/db/
H A Dfixup_kernel.sh8 delete from caller_info where function = '(struct file_operations)->read' and caller != '__vfs_read…
9 delete from caller_info where function = '(struct file_operations)->write' and caller != '__vfs_wri…
12 delete from caller_info where function = '__vfs_write' and caller != 'vfs_write';
13 delete from caller_info where function = '__vfs_read' and caller != 'vfs_read';
14 delete from caller_info where function = '(struct file_operations)->write' and caller = 'do_loop_re…
15 delete from caller_info where function = 'do_splice_from' and caller = 'direct_splice_actor';
23 delete from caller_info where function = '(struct net_device_ops)->ndo_change_mtu' and caller = 'i4…
46 delete from caller_info where caller = 'NF_HOOK_COND' and type = 8017;
47 delete from caller_info where caller = 'NF_HOOK' and type = 8017;
123 delete from caller_info where caller = '__kernel_write';
[all …]
H A Dremove_mixed_up_pointer_params.pl18 my ($select, $select_type, $remove, $file, $caller, $function, $param, $src_param, $value, $type);
25 while (($file, $caller, $function, $param, $value) = $select->fetchrow_array()) {
34 $select_type->execute($file, $caller, $src_param);
46 $remove->execute($file, $caller, $function, $param);
/illumos-gate/usr/src/uts/common/sys/
H A Dftrace.h97 extern caddr_t caller(void);
102 ftrace_0(fmt, caller()); \
107 ftrace_1(fmt, d1, caller()); \
112 ftrace_2(fmt, d1, d2, caller()); \
117 ftrace_3(fmt, d1, d2, d3, caller()); \
/illumos-gate/usr/src/cmd/sgs/rtld/amd64/
H A Dcaller.S34 caller()
45 ENTRY(caller) function
48 SET_SIZE(caller)
/illumos-gate/usr/src/cmd/sgs/rtld/i386/
H A Dcaller.S34 caller()
45 ENTRY(caller) function
48 SET_SIZE(caller)
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dleaky_subr.c543 pc_t caller; in leaky_subr_add_leak() local
556 caller = bt.bt_history[0]; in leaky_subr_add_leak()
560 &caller, depth, addr, addr); in leaky_subr_add_leak()
667 uintptr_t caller; in leaky_subr_dump() local
704 c, &caller); in leaky_subr_dump()
706 if (caller != 0) { in leaky_subr_dump()
708 "%a", caller); in leaky_subr_dump()
761 if (caller != 0) { in leaky_subr_dump()
811 c, &caller); in leaky_subr_dump()
813 if (caller != 0) { in leaky_subr_dump()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dsetpgid.c68 int caller = getpid();
70 if ((pid == 0 || pid == caller) && (pgid == 0 || pgid == caller))
/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal-is-caller-privileged.c100 char *caller = NULL; in main() local
148 caller = strdup (optarg); in main()
166 if (udi == NULL || caller == NULL || privilege == NULL) { in main()
188 caller, in main()
/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A Dsymcheck.pl1016 my ($app, $caller, $lib, $base, $sym);
1028 ($app, $caller, $lib, $sym) = split(/\|/, $_, 4);
1033 push(@profile, "$lib|$sym|$caller");
1046 push(@profile_short, "$lib|$sym|$caller");
1088 ($lib, $sym, $caller) = split(/\|/, $libsymcaller, 3);
1151 "$path_to_object|$caller|$lib|$sym\n";
1199 ($lib, $sym, $caller) = split(/\|/, $tmp, 3);
1202 $caller_star{$tag0} = 1 if ($caller eq '*');
1207 if ($caller ne '*DIRECT*') {
1247 ($lib, $sym, $caller) = split(/\|/, $libsymcaller, 3);
[all …]
/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_kernel_printf.c876 f = strstr(fmt, caller); in check_format_string()
877 if (f && strstr(f+1, caller)) in check_format_string()
1119 caller); in do_check_printf_call()
1120 else if (arg_contains_caller(arg, caller)) in do_check_printf_call()
1122 arg->string->data, caller); in do_check_printf_call()
1173 const char *caller = get_function(); in check_printf_call() local
1175 if (!caller) in check_printf_call()
1192 if (!strncmp(caller, "SyS_", 4)) in check_printf_call()
1193 caller += 4; in check_printf_call()
1194 while (*caller == '_') in check_printf_call()
[all …]
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A Dcaller.S34 caller()
94 ENTRY(caller) function
97 SET_SIZE(caller)
/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/
H A Dcaller.S34 caller()
94 ENTRY(caller) function
97 SET_SIZE(caller)
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dsetjmp.S56 movl %ebp,12(%eax) / save caller's ebp
67 movl %edx,20(%eax) / save caller's return address
80 movl 16(%edx),%esp / restore caller's esp
/illumos-gate/usr/src/boot/i386/gptzfsboot/
H A Dsio.S56 sio_flush.2: ret # To caller
72 sio_putc.2: ret # To caller
80 ret # To caller
89 ret # To caller
/illumos-gate/usr/src/lib/libslp/clib/
H A DSLPFindSrvs.c504 struct caller_bundle caller[1]; in traverse_surls() local
508 caller->cb = cb; in traverse_surls()
509 caller->cookie = cookie; in traverse_surls()
510 caller->handle = h; in traverse_surls()
511 slp_twalk(collator, process_surl_node, 0, caller); in traverse_surls()
519 struct caller_bundle *caller = (struct caller_bundle *)c; in process_surl_node() local
524 cb = caller->cb; in process_surl_node()
525 h = (slp_handle_impl_t *)caller->handle; in process_surl_node()
533 caller->cookie); in process_surl_node()
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dsetjmp.S62 st %sp, [%o0 + JB_SP] ! save caller's sp
75 * val is the value we wish to return to setjmp's caller
82 * sp, fp, and %i7, the caller's return address, are all restored
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dsetjmp.S62 stx %sp, [%o0 + JB_SP] ! save caller's sp
75 * val is the value we wish to return to setjmp's caller
82 * sp, fp, and %i7, the caller's return address, are all restored
/illumos-gate/usr/src/lib/krb5/kdb/
H A Dkdb_log.c528 ulog_map(krb5_context context, kadm5_config_params *params, int caller) in ulog_map() argument
539 if ((caller == FKADMIND) || (caller == FKCOMMAND)) in ulog_map()
551 if (caller == FKPROPLOG) { in ulog_map()
566 if ((caller == FKADMIND) || (caller == FKCOMMAND)) in ulog_map()
587 if (caller == FKPROPLOG) { in ulog_map()
629 if (!(caller == FKPROPLOG)) in ulog_map()
636 if (caller == FKADMIND) { in ulog_map()
656 } else if ((caller == FKPROPLOG) || (caller == FKPROPD)) { in ulog_map()

12345678