Home
last modified time | relevance | path

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

/titanic_44/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()
1154 if ((ms->ms_type != STT_NOTYPE) && in ld_map_sym_enter()
1155 (ELF_ST_TYPE(sym->st_info) != ms->ms_type)) in ld_map_sym_enter()
1158 sym->st_info = ELF_ST_INFO(STB_GLOBAL, ms->ms_type); in ld_map_sym_enter()
1205 if (ms->ms_type == STT_OBJECT) { in ld_map_sym_enter()
1355 if (ms->ms_type != STT_NOTYPE) in ld_map_sym_enter()
H A D_map.h249 uchar_t ms_type; /* STT_NOTYPE / mapfile set type */ member
H A Dmap.c1085 ms.ms_type = STT_FUNC; in map_version()
1090 ms.ms_type = STT_OBJECT; in map_version()
1095 ms.ms_type = STT_OBJECT; in map_version()
H A Dmap_v2.c2879 uchar_t ms_type; /* STT_ symbol type */ member
2941 ss->ss_ms.ms_type = type->ms_type; in at_sym_type()
/titanic_44/usr/src/uts/sun4u/sys/
H A Dsbd_ioctl.h125 #define ms_type ms_cm.ci_type macro
/titanic_44/usr/src/uts/i86pc/sys/
H A Dsbd_ioctl.h129 #define ms_type ms_cm.ci_type macro
/titanic_44/usr/src/uts/common/sys/rsm/
H A Drsmpi.h171 RSM_MEM_INVALID } ms_type; member
/titanic_44/usr/src/uts/common/io/e1000api/
H A De1000_hw.h823 enum e1000_ms_type ms_type; member
H A De1000_phy.c1024 switch (hw->phy.ms_type) { in e1000_set_master_slave_mode()
/titanic_44/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()
7619 iovec->local_mem.ms_type = RSM_MEM_BUF; in rsm_iovec_ioctl()
7622 iovec->local_mem.ms_type = RSM_MEM_HANDLE; in rsm_iovec_ioctl()
7629 iovec->local_mem.ms_type = RSM_MEM_VADDR; in rsm_iovec_ioctl()
7725 if (iovec->local_mem.ms_type == RSM_MEM_BUF) { in rsm_iovec_ioctl()
9261 mem.ms_type = RSM_MEM_BUF; in rsm_unquiesce_exp_seg()
/titanic_44/usr/src/uts/sun4u/io/
H A Dsbd.c4102 msp->ms_type = SBD_COMP_MEM; in sbd_mem_status()
4548 ds32p->d_mem.ms_type = in sbd_status()
4549 (int32_t)dsp->d_mem.ms_type; in sbd_status()
/titanic_44/usr/src/uts/common/io/e1000g/
H A De1000g_main.c862 hw->phy.ms_type = e1000_ms_hw_default; /* E1000_MASTER_SLAVE */ in e1000g_set_driver_params()
4183 hw->phy.ms_type = propval; in e1000g_get_conf()
/titanic_44/usr/src/uts/common/io/igb/
H A Digb_main.c1440 hw->phy.ms_type = e1000_ms_hw_default; /* E1000_MASTER_SLAVE */ in igb_init_adapter()