Home
last modified time | relevance | path

Searched refs:ms_type (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmap_support.c1111 sym->st_info = ELF_ST_INFO(STB_GLOBAL, ms->ms_type); in ld_map_sym_enter()
1174 if ((ms->ms_type != STT_NOTYPE) && in ld_map_sym_enter()
1175 (ELF_ST_TYPE(sym->st_info) != ms->ms_type)) in ld_map_sym_enter()
1178 sym->st_info = ELF_ST_INFO(STB_GLOBAL, ms->ms_type); in ld_map_sym_enter()
1225 if (ms->ms_type == STT_OBJECT) { in ld_map_sym_enter()
1375 if (ms->ms_type != STT_NOTYPE) in ld_map_sym_enter()
H A D_map.h253 uchar_t ms_type; /* STT_NOTYPE / mapfile set type */ member
H A Dmap.c1086 ms.ms_type = STT_FUNC; in map_version()
1091 ms.ms_type = STT_OBJECT; in map_version()
1096 ms.ms_type = STT_OBJECT; in map_version()
H A Dmap_v2.c2940 uchar_t ms_type; /* STT_ symbol type */ member
3001 ss->ss_ms.ms_type = type->ms_type; in at_sym_type()
3030 uchar_t ms_type; member
3227 ss->ss_ma.ass_type = type->ms_type; in at_ass_type()
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dsbd_ioctl.h132 #define ms_type ms_cm.ci_type macro
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dsbd_ioctl.h128 #define ms_type ms_cm.ci_type macro
/illumos-gate/usr/src/uts/common/sys/rsm/
H A Drsmpi.h169 RSM_MEM_INVALID } ms_type; member
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_hw.h904 enum e1000_ms_type ms_type; member
H A De1000_phy.c1024 switch (hw->phy.ms_type) { in e1000_set_master_slave_mode()
/illumos-gate/usr/src/uts/common/io/rsm/
H A Drsm.c2539 mem.ms_type = RSM_MEM_BUF; in rsm_rebind()
2968 mem.ms_type = RSM_MEM_BUF; in rsm_publish()
7618 iovec->local_mem.ms_type = RSM_MEM_BUF; in rsm_iovec_ioctl()
7621 iovec->local_mem.ms_type = RSM_MEM_HANDLE; in rsm_iovec_ioctl()
7628 iovec->local_mem.ms_type = RSM_MEM_VADDR; in rsm_iovec_ioctl()
7724 if (iovec->local_mem.ms_type == RSM_MEM_BUF) { in rsm_iovec_ioctl()
9260 mem.ms_type = RSM_MEM_BUF; in rsm_unquiesce_exp_seg()
/illumos-gate/usr/src/uts/sun4u/io/
H A Dsbd.c4082 msp->ms_type = SBD_COMP_MEM; in sbd_mem_status()
4525 ds32p->d_mem.ms_type = in sbd_status()
4526 (int32_t)dsp->d_mem.ms_type; in sbd_status()
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c872 hw->phy.ms_type = e1000_ms_hw_default; /* E1000_MASTER_SLAVE */ in e1000g_set_driver_params()
4225 hw->phy.ms_type = propval; in e1000g_get_conf()
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_main.c1485 hw->phy.ms_type = e1000_ms_hw_default; /* E1000_MASTER_SLAVE */ in igb_init_adapter()