Searched refs:SHDR (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/uts/common/avs/ns/dsw/ |
H A D | ii_tree.c | 269 (void) _ii_rsrv_devs(ip, SHDR, II_INTERNAL); in alloc_chunk() 272 _ii_rlse_devs(ip, SHDR); in alloc_chunk() 327 (void) _ii_rsrv_devs(ip, SHDR, II_INTERNAL); in free_node() 330 _ii_rlse_devs(ip, SHDR); in free_node()
|
H A D | dsw_dev.c | 424 if ((devs&(SHD|SHDR)) != 0 && (ip->bi_flags&DSW_SHDEXPORT) == 0) { 425 _ii_rlse_d(ip, 0, (devs&SHDR)); 555 if (rc == 0 && (devs&(SHD|SHDR)) != 0 && in _ii_rsrv_devs() 558 if ((rc = _ii_rsrv_d((devs&SHDR) != 0, &ip->bi_shdrdev, in _ii_rsrv_devs() 563 got |= (devs&(SHD|SHDR)); in _ii_rsrv_devs() 1705 rtype = MSTR|SHDR|BMP; in _ii_config() 2169 rtype = SHDR|BMP; in _ii_perform_disable() 2890 rtype = MSTR|SHDR|BMP; in _ii_reset() 4713 rtype = MSTR|SHDR|BMP; in _ii_chk_copy() 4739 int rtype = MSTR|SHDR|BMP; in _ii_do_copy() [all …]
|
H A D | dsw_dev.h | 454 #define SHDR 0x0020 /* raw shadow reserve/release flag */ macro
|
/titanic_44/usr/src/cmd/sgs/libconv/common/ |
H A D | data.msg | 37 @ MSG_DATA_SHDR "SHDR"
|
/titanic_44/usr/src/cmd/sgs/libelf/common/ |
H A D | xlate.m4 | 571 /* SHDR */ { shdr_2L11_tof, shdr_2L11_tom }, 595 /* SHDR */ { shdr_2M11_tof, shdr_2M11_tom }, 633 /* SHDR */ { SH1_sizeof, sizeof (Elf32_Shdr) },
|
H A D | xlate64.m4 | 628 /* SHDR */ { shdr_2L11_tof, shdr_2L11_tom }, 652 /* SHDR */ { shdr_2M11_tof, shdr_2M11_tom }, 690 /* SHDR */ { SH1_sizeof, sizeof (Elf64_Shdr) },
|