/titanic_44/usr/src/lib/libmd/capabilities/ |
H A D | Makefile.com | 28 MAPFILE-CAP = ../common/mapfile-cap 29 MAPOPT-CAP = $(MAPFILE-CAP:%=-M%)
|
H A D | Makefile.targ | 62 pics/objcap.o: $(PICS) $(MAPFILE-CAP) 63 $(LD) -r -o $@ $(MAPOPT-CAP) -Breduce $(PICS)
|
/titanic_44/usr/src/lib/pkcs11/libsoftcrypto/capabilities/ |
H A D | Makefile.com | 28 MAPFILE-CAP = ../common/mapfile-cap 29 MAPOPT-CAP = $(MAPFILE-CAP:%=-M%)
|
H A D | Makefile.targ | 62 pics/objcap.o: $(PICS) $(MAPFILE-CAP) 63 $(LD) -r -o $@ $(MAPOPT-CAP) -Breduce $(PICS)
|
/titanic_44/usr/src/lib/libc/capabilities/ |
H A D | Makefile.com | 28 MAPFILE-CAP = ../common/mapfile-cap 29 MAPOPT-CAP = $(MAPFILE-CAP:%=-M%)
|
H A D | Makefile.targ | 43 pics/objcap.o: $(PICS) $(MAPFILE-CAP) 44 $(LD) -r -o $@ $(MAPOPT-CAP) -Breduce $(PICS)
|
/titanic_44/usr/src/cmd/trapstat/capabilities/ |
H A D | Makefile.com | 28 MAPFILE-CAP = mapfile-cap 29 MAPOPT-CAP = $(MAPFILE-CAP:%=-M%)
|
H A D | Makefile.targ | 50 objcap.o: $(OBJECTS) $(MAPFILE-CAP) 51 $(LD) -r -o $@ $(MAPOPT-CAP) -Breduce $(OBJECTS)
|
/titanic_44/usr/src/grub/grub-0.97/netboot/ |
H A D | cpu.h | 6 #define CPU_FEATURE_P(CAP, FEATURE) \ argument 7 (!!(CAP[(X86_FEATURE_##FEATURE)/32] & ((X86_FEATURE_##FEATURE) & 0x1f)))
|
/titanic_44/usr/src/lib/libc/capabilities/sun4u-us3-hwcap1/ |
H A D | Makefile.com | 38 MAPFILE-CAP += ../../$(TRG_PLATFORM)/common/mapfile-cap
|
/titanic_44/usr/src/lib/libc/capabilities/sun4u-us3-hwcap2/ |
H A D | Makefile.com | 38 MAPFILE-CAP += ../../$(TRG_PLATFORM)/common/mapfile-cap
|
/titanic_44/usr/src/uts/common/io/mii/ |
H A D | mii.c | 1235 #define FILTER_ADV(CAP) \ in phy_start() argument 1236 if (!ph->phy_cap_##CAP) \ in phy_start() 1237 ph->phy_adv_##CAP = 0 in phy_start() 1760 #define INIT_ENABLE(CAP) \ in _mii_probe_phy() argument 1761 ph->phy_en_##CAP = (mh->m_en_##CAP > 0) ? \ in _mii_probe_phy() 1762 mh->m_en_##CAP : ph->phy_cap_##CAP in _mii_probe_phy()
|
/titanic_44/usr/src/cmd/sgs/libconv/common/ |
H A D | data.msg | 49 @ MSG_DATA_CAP "CAP"
|
H A D | syminfo.msg | 50 @ MSG_SYMINFO_FLG_CAP_CFNP "CAP"
|
H A D | sections.msg | 128 @ MSG_SHT_SUNW_CAP_DMP "CAP "
|
/titanic_44/usr/src/cmd/sgs/rtld/common/ |
H A D | elf.c | 1558 if (CAP(ilmp) && CAPINFO(ilmp) && ELF_C_GROUP(CAPINFO(ilmp)[ndx]) && 2145 CAP(lmp) = (void *)(dyn->d_un.d_ptr + base); 2295 if ((CAP(lmp) == NULL) && cap) 2296 CAP(lmp) = cap; 2317 } else if ((cap = CAP(lmp)) != NULL) {
|
H A D | cap.c | 432 return (cap_check(CAP(lmp), STRTAB(lmp), in cap_check_lmp() 1334 cap = CAP(ilmp); in cap_match()
|
/titanic_44/usr/src/cmd/sgs/rtld/mdbmod/common/ |
H A D | rtld.msg | 66 @ MSG_FLG_CAP "CAP" 95 @ MSG_FL1_ALTCHECK "ALT-CAP-CHECKED" 96 @ MSG_FL1_ALTCAP "ALT-CAP-REQUIRED"
|
/titanic_44/usr/src/cmd/sgs/include/ |
H A D | rtld.h | 982 #define CAP(X) ((X)->rt_cap) macro
|
/titanic_44/usr/src/cmd/sgs/libelf/common/ |
H A D | xlate.m4 | 583 /* CAP */ { cap_2L11_tof, cap_2L11_tom }, 607 /* CAP */ { cap_2M11_tof, cap_2M11_tom }, 647 /* CAP */ { C1_sizeof, sizeof (Elf32_Cap) },
|
H A D | xlate64.m4 | 640 /* CAP */ { cap_2L11_tof, cap_2L11_tom }, 664 /* CAP */ { cap_2M11_tof, cap_2M11_tom }, 703 /* CAP */ { C1_sizeof, sizeof (Elf64_Cap) },
|