Home
last modified time | relevance | path

Searched refs:mach (Results 51 – 75 of 113) sorted by relevance

12345

/illumos-gate/usr/src/common/elfcap/
H A Delfcap.h157 const char *, ushort_t mach);
/illumos-gate/usr/src/lib/libbsm/common/
H A Daudit_rexecd.c91 audit_rexecd_session_setup(char *name, char *mach, uid_t uid) in audit_rexecd_session_setup() argument
109 rc = aug_get_machine(mach, addr, &type); in audit_rexecd_session_setup()
H A Daudit_rexd.c119 audit_rexd_session_setup(char *name, char *mach, uid_t uid) in audit_rexd_session_setup() argument
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dphdr.c193 conv_phdr_type(uchar_t osabi, Half mach, Word type, Conv_fmt_flags_t fmt_flags, in conv_phdr_type() argument
196 return (conv_map_ds(osabi, mach, type, in conv_phdr_type()
H A Dcap.msg40 @ MSG_CA_SUNW_MACH_NF "mach"
H A Dcorenote.c542 conv_cnote_pr_regname(Half mach, int regno, Conv_fmt_flags_t fmt_flags, in conv_cnote_pr_regname() argument
634 switch (mach) { in conv_cnote_pr_regname()
656 return (conv_map_ds(ELFOSABI_NONE, mach, regno, ds, fmt_flags, in conv_cnote_pr_regname()
757 conv_cnote_si_code(Half mach, int sig, int si_code, in conv_cnote_si_code() argument
934 switch (mach) { in conv_cnote_si_code()
/illumos-gate/usr/src/
H A DMakefile.psm48 ROOT_PSM_MACH_DIR_32 = $(ROOT_PSM_MOD_DIR)/mach
67 ROOT_PSM_MACH_DIR_64 = $(ROOT_PSM_MOD_DIR)/mach/$(SUBDIR64)
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dsym.c253 Half mach = obj_state->os_ehdr->e_machine; in dump_symtab() local
284 Elf_syms_table_entry(NULL, ELF_DBG_ELFDUMP, index, osabi, mach, in dump_symtab()
527 Half mach = argstate->obj_state->os_ehdr->e_machine; in print_symstate() local
534 conv_sym_info_type(mach, value, in print_symstate()
941 Half mach = argstate->obj_state->os_ehdr->e_machine; in cmd_body_set_st_type() local
959 conv_sym_info_type(mach, type, CONV_FMT_ALT_CF, in cmd_body_set_st_type()
965 conv_sym_info_type(mach, old_type, CONV_FMT_ALT_CF, in cmd_body_set_st_type()
967 conv_sym_info_type(mach, type, CONV_FMT_ALT_CF, in cmd_body_set_st_type()
H A Dcap.c739 Half mach = argstate->obj_state->os_ehdr->e_machine; in cap_set() local
749 conv_cap_val(cap_tag, ocap, mach, CONV_FMT_NOBKT, &buf1)); in cap_set()
755 conv_cap_val(cap_tag, ocap, mach, CONV_FMT_NOBKT, &buf1), in cap_set()
756 conv_cap_val(cap_tag, ncap, mach, CONV_FMT_NOBKT, &buf2)); in cap_set()
H A Dehdr.c793 Half mach = (Half) elfedit_atoconst(argstate.argv[0], in cmd_body() local
797 if (ehdr->e_machine == mach) { in cmd_body()
807 conv_ehdr_mach(mach, 0, &inv_buf2)); in cmd_body()
809 ehdr->e_machine = mach; in cmd_body()
/illumos-gate/usr/src/uts/intel/config/
H A DMakefile49 driver_classes dacf.conf $(PATH2INST) mach
/illumos-gate/usr/src/cmd/sgs/link_audit/
H A DMakefile45 src/mach.h \
/illumos-gate/usr/src/uts/common/io/iprb/
H A Diprb.c398 if (mac_register(macp, &ip->mach) != 0) { in iprb_attach()
417 if (mac_disable(ip->mach) != 0) in iprb_detach()
420 (void) mac_unregister(ip->mach); in iprb_detach()
1303 mac_link_update(ip->mach, LINK_STATE_UP); in iprb_m_start()
1316 mac_link_update(ip->mach, LINK_STATE_DOWN); in iprb_m_stop()
1595 mac_link_update(ip->mach, link); in iprb_mii_notify()
1640 mac_rx(ip->mach, NULL, mp); in iprb_intr()
1644 mac_tx_update(ip->mach); in iprb_intr()
H A Diprb.h57 mac_handle_t mach; member
/illumos-gate/usr/src/cmd/mailx/
H A Doptim.c62 static char *rpair(char str[], int mach);
789 rpair(char str[], int mach) in rpair() argument
796 if (*cp == mach) in rpair()
/illumos-gate/usr/src/ucbcmd/
H A DMakefile108 mach \
/illumos-gate/usr/src/uts/
H A DMakefile.uts387 ROOT_MACH_DIR_32 = $(ROOT_MOD_DIR)/mach
416 ROOT_MACH_DIR_64 = $(ROOT_MOD_DIR)/mach/$(SUBDIR64)
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Drelocate.c1402 Half mach = ifl->ifl_ehdr->e_machine; in reloc_TLS() local
1412 conv_reloc_type(mach, rtype, 0, &inv_buf1), ifl->ifl_name, in reloc_TLS()
1423 conv_reloc_type(mach, rtype, 0, &inv_buf1), ifl->ifl_name, in reloc_TLS()
1425 conv_sym_info_type(mach, type, 0, &inv_buf2)); in reloc_TLS()
1437 conv_reloc_type(mach, rtype, 0, &inv_buf1), ifl->ifl_name, in reloc_TLS()
1458 conv_reloc_type(mach, rtype, 0, &inv_buf1), in reloc_TLS()
1465 conv_reloc_type(mach, rtype, 0, &inv_buf1), in reloc_TLS()
H A Dsyms.c2080 Half mach = ifl->ifl_ehdr->e_machine; in ld_sym_process() local
2213 conv_sym_shndx(osabi, mach, sym->st_shndx, in ld_sym_process()
2340 conv_sym_shndx(osabi, mach, in ld_sym_process()
2433 conv_sym_shndx(osabi, mach, sym->st_shndx, in ld_sym_process()
2540 conv_sym_shndx(osabi, mach, nsym->st_shndx, in ld_sym_process()
2649 conv_sym_shndx(osabi, mach, nsym->st_shndx, in ld_sym_process()
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dfiles.c685 Dbg_file_rejected(Lm_list *lml, Rej_desc *rej, Half mach) in Dbg_file_rejected() argument
695 conv_reject_desc(rej, &rej_buf, mach)); in Dbg_file_rejected()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dconv.h924 Half mach);
1110 extern const char *conv_sec_flags(uchar_t osabi, Half mach, Xword,
/illumos-gate/usr/src/lib/libc/
H A DMakefile230 include ../Makefile.mach
/illumos-gate/usr/src/lib/crt/
H A DMakefile.com34 MACH_CRT = mach-crt1.o
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c872 uchar_t osabi, Half mach, Cache *cache, const char *file) in check_phdr_v_shdr() argument
883 conv_phdr_type(osabi, mach, phdr->p_type, \ in check_phdr_v_shdr()
2739 Half mach = ehdr->e_machine; in reloc() local
2753 reltype = ELF_R_TYPE(rela->r_info, mach); in reloc()
2757 reltype = ELF_R_TYPE(rel->r_info, mach); in reloc()
2770 if ((mach == EM_SPARC) || in reloc()
2771 (mach == EM_SPARC32PLUS) || in reloc()
2772 (mach == EM_SPARCV9)) { in reloc()
2777 } else if (mach == EM_386) { in reloc()
2781 } else if (mach == EM_AMD64) { in reloc()
[all …]
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic_main.c372 mac_link_update(adapter->mach, LINK_STATE_DOWN); in unm_nic_remove()
1353 mac_rx(adapter->mach, NULL, mp); in unm_process_rcv_ring()
1447 mac_tx_update(adapter->mach); in unm_process_cmd_ring()
1816 mac_link_update(adapter->mach, LINK_STATE_UP); in unm_nic_resume()
1824 mac_link_update(adapter->mach, LINK_STATE_DOWN); in unm_nic_suspend()
2570 ret = mac_register(macp, &adapter->mach); in unm_register_mac()

12345