Home
last modified time | relevance | path

Searched refs:sym (Results 1 – 25 of 487) sorted by last modified time

12345678910>>...20

/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c591 GElf_Sym sym; in mdb_dmu_ot_is_encrypted_impl() local
1019 GElf_Sym sym; in abuf_find() local
1058 sym.st_value, 0) != 0) { in abuf_find()
1149 GElf_Sym sym; in dbgmsg() local
1177 GElf_Sym sym; in arc_print() local
1213 if (mdb_vread(stats, sym.st_size, sym.st_value) == -1) { in arc_print()
1278 if (sym.st_size != sizeof (uint64_t) && in arc_print()
1285 if (mdb_vread(&buf, sym.st_size, sym.st_value) == -1) { in arc_print()
1293 if (sym.st_size == sizeof (uint64_t)) in arc_print()
1296 if (sym.st_size == sizeof (uint32_t)) in arc_print()
[all …]
/illumos-gate/usr/src/uts/common/
H A DMakefile.files840 SCSI_VHCI_F_SYM_OBJS += sym.o
/illumos-gate/usr/src/uts/intel/io/vmm/sys/
H A Dvmm_kernel.h566 #define VMM_DATA_VERSION(sym) SET_ENTRY(vmm_data_version_entries, sym) argument
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A D_libld.h245 Sym_desc *(* ms_reg_find)(Sym * sym, Ofl_desc * ofl);
/illumos-gate/usr/src/cmd/sgs/demo_rdb/common/
H A Ddis.c70 GElf_Sym sym; in print_address_ps() local
75 if (addr_to_sym(ph, address, &sym, &str) == RET_OK) { in print_address_ps()
118 val = sym.st_value; in print_address_ps()
126 val = sym.st_value; in print_address_ps()
/illumos-gate/usr/src/cmd/ptools/pstack/
H A Dpstack.c572 GElf_Sym sym; in print_frame() local
591 buff + 1 + length, sizeof (buff) - 1 - length, &sym) == 0) { in print_frame()
592 start = sym.st_value; in print_frame()
659 GElf_Sym sym; in print_zombie() local
666 buff + 1 + length, sizeof (buff) - 1 - length, &sym) == 0) in print_zombie()
667 start = sym.st_value; in print_zombie()
/illumos-gate/usr/src/cmd/plockstat/
H A Dplockstat.c502 GElf_Sym sym; in getsym() local
507 &sym, &info) != 0) { in getsym()
524 if (sym.st_value != addr) in getsym()
525 len = snprintf(buf, size, "+%#lx", addr - sym.st_value); in getsym()
/illumos-gate/usr/src/cmd/mdb/common/modules/sppp/
H A Dsppp.c476 GElf_Sym sym; in tunll_walk_init() local
489 (uintptr_t)sym.st_value) == -1) { in tunll_walk_init()
491 (uintptr_t)sym.st_value); in tunll_walk_init()
498 twd->listhead = (void *)(uintptr_t)sym.st_value; in tunll_walk_init()
698 GElf_Sym sym; in _mdb_init() local
700 if (mdb_lookup_by_obj("sppp", "sppp_uwinit", &sym) == 0) in _mdb_init()
701 mdb_qops_install(&sppp_qops, (uintptr_t)sym.st_value); in _mdb_init()
712 GElf_Sym sym; in _mdb_fini() local
715 mdb_qops_remove(&sppptun_qops, (uintptr_t)sym.st_value); in _mdb_fini()
717 if (mdb_lookup_by_obj("sppp", "sppp_uwinit", &sym) == 0) in _mdb_fini()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/ptm/
H A Dptm.c314 GElf_Sym sym; in _mdb_init() local
316 if (mdb_lookup_by_obj("ptm", "ptmwint", &sym) == 0) in _mdb_init()
317 mdb_qops_install(&ptm_qops, (uintptr_t)sym.st_value); in _mdb_init()
318 if (mdb_lookup_by_obj("pts", "ptswint", &sym) == 0) in _mdb_init()
319 mdb_qops_install(&pts_qops, (uintptr_t)sym.st_value); in _mdb_init()
327 GElf_Sym sym; in _mdb_fini() local
329 if (mdb_lookup_by_obj("ptm", "ptmwint", &sym) == 0) in _mdb_fini()
330 mdb_qops_remove(&ptm_qops, (uintptr_t)sym.st_value); in _mdb_fini()
331 if (mdb_lookup_by_obj("pts", "ptswint", &sym) == 0) in _mdb_fini()
332 mdb_qops_remove(&pts_qops, (uintptr_t)sym.st_value); in _mdb_fini()
/illumos-gate/usr/src/cmd/mdb/common/modules/libc/
H A Dlibc.c721 GElf_Sym sym; in uberdata_addr() local
723 if (mdb_lookup_by_obj("libc.so.1", "_tdb_bootstrap", &sym) != 0) { in uberdata_addr()
727 if (mdb_vread(&addr, sizeof (addr), sym.st_value) == sizeof (addr) && in uberdata_addr()
733 if (mdb_lookup_by_obj("libc.so.1", "_uberdata", &sym) != 0) { in uberdata_addr()
737 return ((uintptr_t)sym.st_value); in uberdata_addr()
/illumos-gate/usr/src/cmd/mdb/common/modules/logindmux/
H A Dlogindmux.c106 GElf_Sym sym; in _mdb_init() local
108 if (mdb_lookup_by_obj("logindmux", "logdmuxuwinit", &sym) == 0) in _mdb_init()
109 mdb_qops_install(&logdmux_uqops, (uintptr_t)sym.st_value); in _mdb_init()
110 if (mdb_lookup_by_obj("logindmux", "logdmuxlwinit", &sym) == 0) in _mdb_init()
111 mdb_qops_install(&logdmux_lqops, (uintptr_t)sym.st_value); in _mdb_init()
119 GElf_Sym sym; in _mdb_fini() local
121 if (mdb_lookup_by_obj("logindmux", "logdmuxuwinit", &sym) == 0) in _mdb_fini()
122 mdb_qops_remove(&logdmux_uqops, (uintptr_t)sym.st_value); in _mdb_fini()
123 if (mdb_lookup_by_obj("logindmux", "logdmuxlwinit", &sym) == 0) in _mdb_fini()
124 mdb_qops_remove(&logdmux_lqops, (uintptr_t)sym.st_value); in _mdb_fini()
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c477 GElf_Sym sym; in th_hash_walk_init() local
481 if (mdb_lookup_by_obj("ip", "ip_thread_list", &sym) == 0) { in th_hash_walk_init()
482 wsp->walk_addr = sym.st_value; in th_hash_walk_init()
2019 GElf_Sym sym; in _mdb_init() local
2021 if (mdb_lookup_by_obj("ip", "ipwinit", &sym) == 0) in _mdb_init()
2022 mdb_qops_install(&ip_qops, (uintptr_t)sym.st_value); in _mdb_init()
2030 GElf_Sym sym; in _mdb_fini() local
2032 if (mdb_lookup_by_obj("ip", "ipwinit", &sym) == 0) in _mdb_fini()
2033 mdb_qops_remove(&ip_qops, (uintptr_t)sym.st_value); in _mdb_fini()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c105 GElf_Sym sym; in kmem_cache_walk_init() local
2026 GElf_Sym sym; in allocdby_walk() local
2095 GElf_Sym sym; in stack_active() local
2706 GElf_Sym sym; in kmem_log() local
2748 if (mdb_vread(cpu, sym.st_size, (uintptr_t)sym.st_value) == -1) { in kmem_log()
2865 GElf_Sym sym; in bufctl() local
2945 &sym) != -1 && caller == (uintptr_t)sym.st_value) { in bufctl()
2951 haddr = (uintptr_t)sym.st_value + sym.st_size; in bufctl()
3673 GElf_Sym sym; in vmem_seg() local
3770 sizeof (c), &sym) != -1 && in vmem_seg()
[all …]
H A Dgcore.c2049 GElf_Sym sym; in gcore_init() local
2052 if (mdb_lookup_by_name("segvn_ops", &sym) == -1) { in gcore_init()
2056 gcore_segvn_ops = sym.st_value; in gcore_init()
2068 if (mdb_lookup_by_name("sclass", &sym) == -1) { in gcore_init()
2073 gcore_sclass = mdb_zalloc(sym.st_size, UM_SLEEP); in gcore_init()
2074 if (mdb_vread(gcore_sclass, sym.st_size, sym.st_value) != sym.st_size) { in gcore_init()
2075 mdb_warn("Failed to read sclass' from %p\n", sym.st_value); in gcore_init()
2079 if (mdb_lookup_by_name("kas", &sym) == -1) { in gcore_init()
2083 gcore_kas = sym.st_value; in gcore_init()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_target.c553 GElf_Sym sym; in mdb_tgt_lookup_by_name() local
573 *symp = sym; in mdb_tgt_lookup_by_name()
584 GElf_Sym sym; in mdb_tgt_lookup_by_addr() local
590 buf, len, &sym, &info) == 0) { in mdb_tgt_lookup_by_addr()
592 *symp = sym; in mdb_tgt_lookup_by_addr()
655 GElf_Sym sym; in mdb_tgt_readsym() local
657 if (mdb_tgt_lookup_by_name(t, obj, name, &sym, NULL) == 0) in mdb_tgt_readsym()
667 GElf_Sym sym; in mdb_tgt_writesym() local
1896 mdb_tgt_sym_match(const GElf_Sym *sym, uint_t mask) in mdb_tgt_sym_match() argument
1902 uchar_t s_bind = GELF_ST_BIND(sym->st_info); in mdb_tgt_sym_match()
[all …]
H A Dmdb_proc.c1631 GElf_Sym sym; in pt_status_dcmd() local
1832 GElf_Sym sym; in pt_tls() local
2268 GElf_Sym sym; in pt_activate_common() local
2304 &sym, NULL) == 0 && GELF_ST_TYPE(sym.st_info) == STT_OBJECT) { in pt_activate_common()
2639 GElf_Sym sym; in pt_lookup_cb() local
2859 sym = *symp; in pt_lookup_by_addr()
2872 *symp = sym; in pt_lookup_by_addr()
2953 *symp = sym; in pt_lookup_by_addr()
4085 GElf_Sym sym; in pt_brkpt_secmp() local
4089 &sym, NULL) == 0 && sym.st_value == ptb->ptb_addr); in pt_brkpt_secmp()
[all …]
H A Dmdb_modapi.c270 GElf_Sym sym; in mdb_readvar() local
273 name, &sym, NULL)) in mdb_readvar()
277 (uintptr_t)sym.st_value) == sym.st_size) in mdb_readvar()
286 GElf_Sym sym; in mdb_writevar() local
289 name, &sym, NULL)) in mdb_writevar()
293 (uintptr_t)sym.st_value) == sym.st_size) in mdb_writevar()
1045 mdb_symbol_t sym; in mdb_symbol_cb() local
1050 bzero(&sym, sizeof (sym)); in mdb_symbol_cb()
1051 sym.sym_name = name; in mdb_symbol_cb()
1052 sym.sym_object = obj; in mdb_symbol_cb()
[all …]
H A Dmdb_io.c853 GElf_Sym sym; in iob_addr2str() local
856 MDB_TGT_SYM_FUZZY, buf, sizeof (buf), &sym, NULL) == -1) in iob_addr2str()
891 if (sym.st_value != addr && strncmp(buf, "PLT=", 4) != 0) { in iob_addr2str()
892 if (sym.st_value > addr) in iob_addr2str()
893 offset = -(longlong_t)(sym.st_value - addr); in iob_addr2str()
895 offset = (longlong_t)(addr - sym.st_value); in iob_addr2str()
H A Dmdb_kproc.c577 GElf_Sym sym; in kp_lookup_by_name() local
620 sym = *symp; in kp_lookup_by_name()
631 *symp = sym; in kp_lookup_by_name()
644 GElf_Sym sym; in kp_lookup_by_addr() local
660 sym = *symp; in kp_lookup_by_addr()
702 sym = *symp; in kp_lookup_by_addr()
740 GElf_Sym sym = *symp; in kp_symtab_func() local
742 sym.st_value += argp->sym_adjust; in kp_symtab_func()
949 GElf_Sym sym; in mdb_kproc_tgt_create() local
999 &sym, NULL) == 0 && kp->kp_as == in mdb_kproc_tgt_create()
[all …]
H A Dmdb_kvm.c128 GElf_Sym sym; in kt_load_modules() local
133 "modules", &sym, NULL) == -1) { in kt_load_modules()
564 void *sym; in kt_activate() local
599 if (sym != NULL) in kt_activate()
603 if (sym != NULL) in kt_activate()
955 sym = *symp; in kt_lookup_by_addr()
1099 GElf_Sym sym; in kt_mapping_walk() local
1398 GElf_Sym sym; in mdb_kvm_tgt_create() local
1468 &sym, NULL) == -1) { in mdb_kvm_tgt_create()
1476 &sym, NULL) == -1) { in mdb_kvm_tgt_create()
[all …]
H A Dmdb_disasm.c208 GElf_Sym sym; in libdisasm_lookup() local
246 if (mdb_lookup_by_addr(addr, MDB_SYM_FUZZY, &c, 1, &sym) < 0) in libdisasm_lookup()
249 *start = sym.st_value; in libdisasm_lookup()
251 *len = sym.st_size; in libdisasm_lookup()
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_kvm.c266 GElf_Sym sym; in kmt_read_kas() local
402 GElf_Sym sym; in kmt_call() local
411 NULL, 0, &sym, NULL) == 0 && GELF_ST_TYPE(sym.st_info) != in kmt_call()
870 GElf_Sym sym; in kmt_lookup_by_addr() local
938 *symp = sym; in kmt_lookup_by_addr()
977 GElf_Sym sym; in kmt_lookup_by_name() local
1023 &sym, &symid) == 0 && sym.st_shndx != SHN_UNDEF) in kmt_lookup_by_name()
1133 GElf_Sym sym; in kmt_mapping_walk() local
1731 GElf_Sym sym; in kmt_brkpt_secmp() local
1735 &sym, NULL) == 0 && sym.st_value == kb->kb_addr); in kmt_brkpt_secmp()
[all …]
/illumos-gate/usr/src/cmd/fwflash/common/
H A Dfwflash.c260 void *sym; in flash_load_plugins() local
384 if (strncmp((char *)sym, plugdir->d_name, in flash_load_plugins()
396 (char *)sym, strlen(sym) + 1); in flash_load_plugins()
402 if ((sym = dlsym(tmpplug->handle, "fw_readfw")) in flash_load_plugins()
404 tmpplug->fw_readfw = (int (*)())sym; in flash_load_plugins()
411 tmpplug->fw_writefw = (int (*)())sym; in flash_load_plugins()
420 (int (*)(int))sym; in flash_load_plugins()
428 (int (*)(struct devicelist *))sym; in flash_load_plugins()
435 if ((*(int *)sym) >= FWPLUGIN_VERSION_2) { in flash_load_plugins()
436 if ((sym = dlsym(tmpplug->handle, in flash_load_plugins()
[all …]
/illumos-gate/usr/src/boot/efi/include/IndustryStandard/
H A DTpm20.h1249 TPM_KEY_BITS sym; member
1257 TPMI_ALG_SYM_MODE sym; member
1282 TPMT_SYM_DEF_OBJECT sym; member
1565 TPM2B_DIGEST sym; member
1639 TPM2B_SYM_KEY sym; member
/illumos-gate/usr/src/cmd/sh/
H A Dcmd.c109 cmd(sym, flg) in cmd() argument
110 int sym; in cmd()
142 if (sym == NL)
146 if (sym)
147 chksym(sym);
571 chksym(int sym) in chksym() argument
580 prsym(int sym) in prsym() argument
582 if (sym & SYMFLG) in prsym()
595 prc(sym); in prsym()
596 if (sym == NL) in prsym()
[all …]

12345678910>>...20