Searched refs:sn1 (Results 1 – 14 of 14) sorted by relevance
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-zones-brand-sn1.p5m | 26 set name=pkg.fmri value=pkg:/system/zones/brand/sn1@$(PKGVERS) 44 dir path=usr/lib/brand/sn1 group=sys 45 dir path=usr/lib/brand/sn1/$(ARCH64) 46 file path=usr/lib/brand/sn1/$(ARCH64)/sn1_librtld_db.so.1 47 link path=usr/lib/brand/sn1/64 target=$(ARCH64) 48 file path=usr/lib/brand/sn1/config.xml mode=0444 49 file path=usr/lib/brand/sn1/platform.xml mode=0444 50 file path=usr/lib/brand/sn1/sn1_boot mode=0755 51 file path=usr/lib/brand/sn1/sn1_librtld_db.so.1
|
/illumos-gate/usr/src/lib/brand/sn1/sn1_brand/ |
H A D | Makefile.com | 32 include ../../Makefile.sn1 66 -I. -I$(BRAND_SHARED)/brand/sys -I$(UTSBASE)/common/brand/sn1
|
/illumos-gate/usr/src/lib/brand/sn1/ |
H A D | Makefile.sn1 | 29 BRAND = sn1
|
H A D | Makefile | 28 include Makefile.sn1
|
/illumos-gate/usr/src/lib/brand/sn1/librtld_db/ |
H A D | Makefile.com | 28 include ../../Makefile.sn1
|
/illumos-gate/usr/src/lib/brand/ |
H A D | Makefile | 33 SUBDIRS= shared .WAIT sn1 solaris10 ipkg labeled $($(MACH)_SUBDIRS)
|
/illumos-gate/usr/src/lib/brand/sn1/zone/ |
H A D | Makefile | 27 BRAND= sn1
|
/illumos-gate/usr/src/uts/intel/sn1_brand/ |
H A D | Makefile | 32 SN1_BASE = $(UTSBASE)/common/brand/sn1
|
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/ |
H A D | iscsit.c | 169 iscsit_sna_lt(uint32_t sn1, uint32_t sn2); 3073 iscsit_sna_lt(uint32_t sn1, uint32_t sn2) in iscsit_sna_lt() argument 3075 return ((sn1 != sn2) && in iscsit_sna_lt() 3076 (((sn1 < sn2) && ((sn2 - sn1) < ISCSIT_SNA32_CHECK)) || in iscsit_sna_lt() 3077 ((sn1 > sn2) && ((sn1 - sn2) > ISCSIT_SNA32_CHECK)))); in iscsit_sna_lt() 3081 iscsit_sna_lte(uint32_t sn1, uint32_t sn2) in iscsit_sna_lte() argument 3083 return ((sn1 == sn2) || in iscsit_sna_lte() 3084 (((sn1 < sn2) && ((sn2 - sn1) < ISCSIT_SNA32_CHECK)) || in iscsit_sna_lte() 3085 ((sn1 > sn2) && ((sn1 - sn2) > ISCSIT_SNA32_CHECK)))); in iscsit_sna_lte()
|
/illumos-gate/usr/src/ |
H A D | Targetdirs | 268 /usr/lib/brand/sn1 \ 464 /usr/lib/brand/sn1/$(MACH64) \ 533 /usr/lib/brand/sn1/64 \ 640 $(BUILD64) $(ROOT)/usr/lib/brand/sn1/64:= LINKDEST=$(MACH64)
|
/illumos-gate/usr/src/uts/intel/ |
H A D | Makefile.rules | 58 $(OBJS_DIR)/%.o: $(UTSBASE)/intel/brand/sn1/%.S
|
/illumos-gate/usr/src/uts/sun4v/ml/ |
H A D | trap_table.S | 1307 SPILL_32bit_tt1(ASI_AIUP,sn1); /* 084 spill 1 normal */ 1308 SPILL_64bit_tt1(ASI_AIUP,sn1); /* 088 spill 2 normal */ 1309 SPILL_32bit_tt1(ASI_AIUP,sn1); /* 08C spill 3 normal */ 1310 SPILL_64bit_tt1(ASI_AIUP,sn1); /* 090 spill 4 normal */
|
/illumos-gate/usr/src/uts/sun4u/ml/ |
H A D | trap_table.S | 1533 SPILL_32bit_tt1(ASI_AIUP,sn1); /* 084 spill 1 normal */ 1534 SPILL_64bit_tt1(ASI_AIUP,sn1); /* 088 spill 2 normal */ 1535 SPILL_32bit_tt1(ASI_AIUP,sn1); /* 08C spill 3 normal */ 1536 SPILL_64bit_tt1(ASI_AIUP,sn1); /* 090 spill 4 normal */
|
/illumos-gate/usr/src/uts/common/ |
H A D | Makefile.rules | 128 $(OBJS_DIR)/%.o: $(UTSBASE)/common/brand/sn1/%.c
|