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

Completed in 1242 milliseconds