Home
last modified time | relevance | path

Searched refs:mid (Results 126 – 150 of 193) sorted by relevance

12345678

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.c524 mdb_ctf_type_resolve(mdb_ctf_id_t mid, mdb_ctf_id_t *outp) in mdb_ctf_type_resolve() argument
527 mdb_ctf_impl_t *idp = (mdb_ctf_impl_t *)∣ in mdb_ctf_type_resolve()
601 mdb_ctf_type_reference(mdb_ctf_id_t mid, mdb_ctf_id_t *outp) in mdb_ctf_type_reference() argument
603 mdb_ctf_impl_t *idp = (mdb_ctf_impl_t *)∣ in mdb_ctf_type_reference()
1627 ctf_id_t mid; in mdb_ctf_vread() local
1641 if ((mid = ctf_lookup_by_name(mfp, mdb_typename)) == CTF_ERR) { in mdb_ctf_vread()
1648 set_ctf_id(&modid, mfp, mid); in mdb_ctf_vread()
/illumos-gate/usr/src/cmd/sgs/ldd/common/
H A Dldd.c705 _ldd_msg(Msg mid) in _ldd_msg() argument
707 return (gettext(MSG_ORIG(mid))); in _ldd_msg()
/illumos-gate/usr/src/cmd/sgs/ld/common/
H A Dld.c716 _ld_msg(Msg mid) in _ld_msg() argument
718 return (gettext(MSG_ORIG(mid))); in _ld_msg()
/illumos-gate/usr/src/lib/libprtdiag/inc/
H A Dlibprtdiag.h91 void display_mid(int mid);
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.h223 void devfsadm_print(char *mid, char *message, ...);
H A Ddevfsadm_impl.h462 static void add_verbose_id(char *mid);
/illumos-gate/usr/src/cmd/streams/log/
H A Dstrace.c251 lp->mid, lp->sid, dp); in prlog()
H A Dstrerr.c185 fprintf(log, "%d %d %s\n", lp->mid, lp->sid, dp); in prlog()
/illumos-gate/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap.h46 char *mid; member
H A Dap.c520 opts->mid = (char *)a->class; in ap_opt_parse()
595 opts->mid = value; in ap_opt_parse()
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dgettext_real.c885 int mid, count; in sun_setmsg() local
910 mid = sun_header->msg_mid; in sun_setmsg()
916 if ((((count - 1) / 2) != mid) || in sun_setmsg()
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Ddebug.c299 _liblddbg_msg(Msg mid) in _liblddbg_msg() argument
301 return (dgettext(MSG_ORIG(MSG_SUNW_OST_SGS), MSG_ORIG(mid))); in _liblddbg_msg()
/illumos-gate/usr/src/uts/sun4u/sunfire/sys/
H A Dfhc.h252 #define FHC_CPU2GLOBAL_SRAM(mid) \ argument
253 (FHC_GLOBAL_SRAM_BASE + (mid) * 0x200000000ull)
/illumos-gate/usr/src/cmd/sgs/ldprof/common/
H A Dprofile.c93 _ldprof_msg(Msg mid) in _ldprof_msg() argument
95 return (dgettext(MSG_ORIG(MSG_SUNW_OST_SGS), MSG_ORIG(mid))); in _ldprof_msg()
/illumos-gate/usr/src/uts/sun4v/vm/
H A Dmach_kpm.c294 struct memseg *lo, struct memseg *mid, struct memseg *hi) in hat_kpm_split_mseg_update() argument
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_dwarf.c1207 ctf_dwarf_member_offset(ctf_cu_t *cup, Dwarf_Die die, ctf_id_t mid, in ctf_dwarf_member_offset() argument
1244 if ((tsz = ctf_type_size(cup->cu_ctfp, mid)) == CTF_ERR) { in ctf_dwarf_member_offset()
1405 ctf_id_t mid; in ctf_dwarf_fixup_sou() local
1418 if ((ret = ctf_dwarf_convert_type(cup, tdie, &mid, in ctf_dwarf_fixup_sou()
1421 ctf_dprintf("Got back type id: %d\n", mid); in ctf_dwarf_fixup_sou()
1428 &mid)) != 0) in ctf_dwarf_fixup_sou()
1441 } else if ((ret = ctf_dwarf_member_offset(cup, memb, mid, in ctf_dwarf_fixup_sou()
1448 if ((ret = ctf_dwarf_member_bitfield(cup, memb, &mid)) != 0) in ctf_dwarf_fixup_sou()
1451 ret = ctf_add_member(cup->cu_ctfp, base, mname, mid, memboff); in ctf_dwarf_fixup_sou()
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dsyminfo.c56 _syminfo_msg(Msg mid) in _syminfo_msg() argument
58 return (gettext(MSG_ORIG(mid))); in _syminfo_msg()
H A Dstr.c62 _str_msg(Msg mid) in _str_msg() argument
64 return (gettext(MSG_ORIG(mid))); in _str_msg()
H A Dshdr.c67 _shdr_msg(Msg mid) in _shdr_msg() argument
69 return (gettext(MSG_ORIG(mid))); in _shdr_msg()
/illumos-gate/usr/src/common/bzip2/
H A Dbzlib.c866 Int32 nb, na, mid; in BZ2_indexIntoF() local
870 mid = (nb + na) >> 1; in BZ2_indexIntoF()
871 if (indx >= cftab[mid]) nb = mid; else na = mid; in BZ2_indexIntoF()
/illumos-gate/usr/src/uts/common/inet/
H A Dmi.c972 short mid; in mi_strlog() local
977 mid = 0; in mi_strlog()
979 mid = q->q_qinfo->qi_minfo->mi_idnum; in mi_strlog()
1002 ret = strlog(mid, sid, level, flags, alloc_buf); in mi_strlog()
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dmain.c97 _elfdump_msg(Msg mid) in _elfdump_msg() argument
99 return (gettext(MSG_ORIG(mid))); in _elfdump_msg()
/illumos-gate/usr/src/common/mc/zen_umc/
H A Dzen_umc_decode.c975 uint64_t low, high, mid; in zen_umc_decode_normalize_nps_mod() local
1037 mid = bitx64(dec->dec_norm_addr, mid_end, mid_start); in zen_umc_decode_normalize_nps_mod()
1044 dec->dec_norm_addr = low | (mid << rule->ddr_addr_start) | (high << in zen_umc_decode_normalize_nps_mod()
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmilter.c1911 int mid; local
1926 mid = macid(macros[i]);
1927 if (mid == 0)
1929 v = macvalue(mid, e);
1944 mid = macid(macros[i]);
1945 if (mid == 0)
1947 v = macvalue(mid, e);
/illumos-gate/usr/src/cmd/sgs/pvs/common/
H A Dpvs.c1292 _pvs_msg(Msg mid) in _pvs_msg() argument
1294 return (gettext(MSG_ORIG(mid))); in _pvs_msg()

12345678