Home
last modified time | relevance | path

Searched refs:tsip (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/vm/
H A Dvm_swap.c441 struct swapinfo *sip, *csip, *tsip; in swapctl() local
657 for (sip = swapinfo, tsip = csip, tpname = pname, nswap = 0; in swapctl()
659 sip = sip->si_next, tsip++, tpname += plen, nswap++) { in swapctl()
666 *tsip = *sip; in swapctl()
667 tsip->si_pname = tpname; in swapctl()
668 (void) strcpy(tsip->si_pname, sip->si_pname); in swapctl()
677 for (tsip = csip, cnt = 0; cnt < nswap; tsip++, ust++, cnt++) { in swapctl()
682 st.ste_flags = tsip->si_flags; in swapctl()
684 (tsip->si_eoff - tsip->si_soff) >> SCTRSHFT; in swapctl()
685 st.ste_start = tsip->si_soff >> SCTRSHFT; in swapctl()
[all …]
/titanic_41/usr/src/lib/scsi/plugins/ses/ses2/common/
H A Dses2_impl.h374 #define SES2_ES_TEMP_ST_TEMPERATURE(tsip) \ argument
375 ((tsip)->stsi_temperature + SES2_ES_TEMP_OFFSET)
/titanic_41/usr/src/uts/sun4u/starfire/io/
H A Didn.c824 struct idn *sip, *hsip, *tsip; in idndetach() local
941 if ((hsip = tsip = idn.sip) == sip) { in idndetach()
944 for (; hsip && (sip != hsip); tsip = hsip, in idndetach()
948 tsip->si_nextp = hsip->si_nextp; in idndetach()