Searched refs:sn1 (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/brand/sn1/librtld_db/
H A DMakefile.com28 include ../../Makefile.sn1
/illumos-gate/usr/src/lib/brand/
H A DMakefile33 SUBDIRS= shared .WAIT sn1 solaris10 ipkg labeled $($(MACH)_SUBDIRS)
/illumos-gate/usr/src/lib/brand/sn1/
H A DMakefile28 include Makefile.sn1
/illumos-gate/usr/src/lib/brand/sn1/sn1_brand/
H A DMakefile.com31 include ../../Makefile.sn1
65 -I. -I$(BRAND_SHARED)/brand/sys -I$(UTSBASE)/common/brand/sn1
/illumos-gate/usr/src/lib/brand/sn1/zone/
H A DMakefile27 BRAND= sn1
/illumos-gate/usr/src/uts/sun4u/sn1_brand/
H A DMakefile32 SN1_BASE = $(UTSBASE)/common/brand/sn1
/illumos-gate/usr/src/uts/sun4v/sn1_brand/
H A DMakefile32 SN1_BASE = $(UTSBASE)/common/brand/sn1
/illumos-gate/usr/src/uts/intel/sn1_brand/
H A DMakefile32 SN1_BASE = $(UTSBASE)/common/brand/sn1
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit.c169 iscsit_sna_lt(uint32_t sn1, uint32_t sn2);
3068 iscsit_sna_lt(uint32_t sn1, uint32_t sn2) argument
3070 return ((sn1 != sn2) &&
3071 (((sn1 < sn2) && ((sn2 - sn1) < ISCSIT_SNA32_CHECK)) ||
3072 ((sn1 > sn2) && ((sn1 - sn2) > ISCSIT_SNA32_CHECK))));
3076 iscsit_sna_lte(uint32_t sn1, uint32_t sn2) argument
3078 return ((sn1 == sn2) ||
3079 (((sn1 < sn
[all...]
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dtrap_table.s1328 SPILL_32bit_tt1(ASI_AIUP,sn1); /* 084 spill 1 normal */
1329 SPILL_64bit_tt1(ASI_AIUP,sn1); /* 088 spill 2 normal */
1330 SPILL_32bit_tt1(ASI_AIUP,sn1); /* 08C spill 3 normal */
1331 SPILL_64bit_tt1(ASI_AIUP,sn1); /* 090 spill 4 normal */
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dtrap_table.s1553 SPILL_32bit_tt1(ASI_AIUP,sn1); /* 084 spill 1 normal */
1554 SPILL_64bit_tt1(ASI_AIUP,sn1); /* 088 spill 2 normal */
1555 SPILL_32bit_tt1(ASI_AIUP,sn1); /* 08C spill 3 normal */
1556 SPILL_64bit_tt1(ASI_AIUP,sn1); /* 090 spill 4 normal */

Completed in 99 milliseconds