/illumos-gate/usr/src/cmd/svr4pkg/libinst/ |
H A D | qreason.c | 51 static char *qreasonNoZonename(int caller, int retcode, int started); 52 static char *qreasonWithZonename(int caller, int retcode, int started); 89 qreason(int caller, int retcode, int started, int includeZonename) in qreason() argument 92 return (qreasonNoZonename(caller, retcode, started)); in qreason() 95 return (qreasonWithZonename(caller, retcode, started)); in qreason() 105 qreasonNoZonename(int caller, int retcode, int started) in qreasonNoZonename() argument 111 switch (caller) { in qreasonNoZonename() 129 switch (caller) { in qreasonNoZonename() 147 switch (caller) { in qreasonNoZonename() 165 switch (caller) { in qreasonNoZonename() [all …]
|
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/ |
H A D | relocate.c | 34 Dbg_reloc_apply_reg(Lm_list *lml, int caller, Half mach, Xword off, Xword value) in Dbg_reloc_apply_reg() argument 46 Elf_reloc_apply_reg(lml, caller, mach, off, value); in Dbg_reloc_apply_reg() 50 Dbg_reloc_apply_val(Lm_list *lml, int caller, Xword off, Xword value) in Dbg_reloc_apply_val() argument 62 Elf_reloc_apply_val(lml, caller, off, value); in Dbg_reloc_apply_val() 66 Dbg_reloc_error(Lm_list *lml, int caller, Half mach, Word type, void *reloc, in Dbg_reloc_error() argument 74 Elf_reloc_entry_1(lml, caller, MSG_INTL(MSG_STR_IN), mach, type, reloc, in Dbg_reloc_error() 211 Dbg_reloc_doact(Lm_list *lml, int caller, Half mach, Word type, Rel_desc *rdesc, in Dbg_reloc_doact() argument 230 Elf_reloc_entry_2(lml, caller, MSG_ORIG(MSG_STR_EMPTY), type, in Dbg_reloc_doact() 294 Dbg_reloc_out(Ofl_desc *ofl, int caller, Word type, void *reloc, in Dbg_reloc_out() argument 302 Elf_reloc_entry_1(ofl->ofl_lml, caller, MSG_ORIG(MSG_STR_EMPTY), in Dbg_reloc_out() [all …]
|
/illumos-gate/usr/src/cmd/rm/ |
H A D | rm.c | 314 rm(const char *entry, struct dlist *caller) in rm() argument 330 if (fstatat(caller->fd, entry, &temp, AT_SYMLINK_NOFOLLOW) != 0) { in rm() 385 faccessat(caller->fd, entry, W_OK|X_OK, AT_EACCESS) != 0 && in rm() 392 if (opendirat(caller->fd, entry, &frame) == -1) { in rm() 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() [all …]
|
/illumos-gate/usr/src/uts/sun4v/io/ |
H A D | vsw_switching.c | 78 void vsw_switch_frame_nop(vsw_t *vswp, mblk_t *mp, int caller, 84 static void vsw_switch_l2_frame_mac_client(vsw_t *vswp, mblk_t *mp, int caller, 86 static void vsw_switch_l2_frame(vsw_t *vswp, mblk_t *mp, int caller, 88 static void vsw_switch_l3_frame(vsw_t *vswp, mblk_t *mp, int caller, 91 int caller, vsw_port_t *port); 93 int caller, vsw_port_t *port); 102 boolean_t vsw_frame_lookup_vid(void *arg, int caller, struct ether_header *ehp, 410 vsw_switch_frame_nop(vsw_t *vswp, mblk_t *mp, int caller, vsw_port_t *port, in vsw_switch_frame_nop() argument 420 vsw_switch_l2_frame_mac_client(vsw_t *vswp, mblk_t *mp, int caller, in vsw_switch_l2_frame_mac_client() argument 432 ASSERT((caller == VSW_VNETPORT) || (caller == VSW_LOCALDEV)); in vsw_switch_l2_frame_mac_client() [all …]
|
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/ |
H A D | unlocked_paths.pl | 26 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/common/os/ |
H A D | printf.c | 185 cprintf(fmt, adx, SL_CONSOLE | SL_NOTE, "", "", caller(), 0, 0, 0, in vzprintf() 202 cprintf(fmt, adx, SL_CONSOLE | SL_NOTE, "", "", caller(), 0, 0, 0, in printf() 214 cprintf(fmt, adx, SL_CONSOLE | SL_NOTE, "", "", caller(), 0, 0, 0, in zprintf() 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() [all …]
|
H A D | ftrace.c | 354 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 D | fixup_kernel.sh | 8 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 D | remove_mixed_up_pointer_params.pl | 18 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 D | ftrace.h | 97 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 D | caller.S | 34 caller() 45 ENTRY(caller) 48 SET_SIZE(caller)
|
/illumos-gate/usr/src/cmd/sgs/rtld/i386/ |
H A D | caller.S | 34 caller() 45 ENTRY(caller) 48 SET_SIZE(caller)
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | leaky_subr.c | 543 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() 760 caller = (lkb->lkb_depth == 0) ? 0 : lkb->lkb_stack[0]; in leaky_subr_dump() 761 if (caller != 0) { in leaky_subr_dump() 762 (void) mdb_snprintf(c, sizeof (c), "%a", caller); in leaky_subr_dump() [all …]
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/ |
H A D | setpgid.c | 68 int caller = getpid(); 70 if ((pid == 0 || pid == caller) && (pgid == 0 || pgid == caller))
|
/illumos-gate/usr/src/cmd/abi/appcert/scripts/ |
H A D | symcheck.pl | 1016 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); 1112 $scoped_list .= "$path_to_object|$caller|$lib|$sym\n"; 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*') { [all …]
|
/illumos-gate/usr/src/cmd/hal/tools/ |
H A D | hal-is-caller-privileged.c | 100 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/tools/smatch/src/ |
H A D | check_kernel_printf.c | 832 check_format_string(const char *fmt, const char *caller) in check_format_string() argument 876 f = strstr(fmt, caller); in check_format_string() 877 if (f && strstr(f+1, caller)) in check_format_string() 878 sm_warning("format string contains name of enclosing function '%s' twice", caller); in check_format_string() 891 static int arg_contains_caller(struct expression *arg, const char *caller) in arg_contains_caller() argument 895 return strstr(arg->string->data, caller) != NULL; in arg_contains_caller() 1001 do_check_printf_call(const char *caller, const char *name, struct expression *callexpr, struct expr… in do_check_printf_call() argument 1009 do_check_printf_call(caller, name, callexpr, fmtexpr->cond_true ? : fmtexpr->conditional, vaidx); in do_check_printf_call() 1010 do_check_printf_call(caller, name, callexpr, fmtexpr->cond_false, vaidx); in do_check_printf_call() 1047 caller_in_fmt = check_format_string(fmt, caller); in do_check_printf_call() [all …]
|
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/ |
H A D | caller.S | 34 caller() 94 ENTRY(caller) 97 SET_SIZE(caller)
|
/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/ |
H A D | caller.S | 34 caller() 94 ENTRY(caller) 97 SET_SIZE(caller)
|
/illumos-gate/usr/src/lib/libslp/clib/ |
H A D | SLPFindSrvs.c | 504 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/i386/gen/ |
H A D | setjmp.S | 56 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 D | sio.S | 56 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/krb5/kdb/ |
H A D | kdb_log.c | 528 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()
|
/illumos-gate/usr/src/lib/libc/sparc/gen/ |
H A D | setjmp.S | 62 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 D | setjmp.S | 62 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
|