Symbol: SH
sys/arch/powerpc/ddb/db_disasm.c
816
u_int SH;
sys/arch/powerpc/ddb/db_disasm.c
817
SH = extract_field(instr, 20, 5);
sys/arch/powerpc/ddb/db_disasm.c
818
snprintf(lbuf, sizeof (lbuf), "%d", SH);
sys/arch/powerpc64/powerpc64/db_disasm.c
816
u_int SH;
sys/arch/powerpc64/powerpc64/db_disasm.c
817
SH = extract_field(instr, 20, 5);
sys/arch/powerpc64/powerpc64/db_disasm.c
818
snprintf(lbuf, sizeof (lbuf), "%d", SH);
sys/arch/sh/sh/devreg.c
101
SH ## x ## REG(TRA); \
sys/arch/sh/sh/devreg.c
102
SH ## x ## REG(EXPEVT); \
sys/arch/sh/sh/devreg.c
103
SH ## x ## REG(INTEVT); \
sys/arch/sh/sh/devreg.c
105
SH ## x ## REG(BARA); \
sys/arch/sh/sh/devreg.c
106
SH ## x ## REG(BAMRA); \
sys/arch/sh/sh/devreg.c
107
SH ## x ## REG(BASRA); \
sys/arch/sh/sh/devreg.c
108
SH ## x ## REG(BBRA); \
sys/arch/sh/sh/devreg.c
109
SH ## x ## REG(BARB); \
sys/arch/sh/sh/devreg.c
110
SH ## x ## REG(BAMRB); \
sys/arch/sh/sh/devreg.c
111
SH ## x ## REG(BASRB); \
sys/arch/sh/sh/devreg.c
112
SH ## x ## REG(BBRB); \
sys/arch/sh/sh/devreg.c
113
SH ## x ## REG(BDRB); \
sys/arch/sh/sh/devreg.c
114
SH ## x ## REG(BDMRB); \
sys/arch/sh/sh/devreg.c
115
SH ## x ## REG(BRCR); \
sys/arch/sh/sh/devreg.c
117
SH ## x ## REG(PTEH); \
sys/arch/sh/sh/devreg.c
118
SH ## x ## REG(TEA); \
sys/arch/sh/sh/devreg.c
119
SH ## x ## REG(TTB); \
sys/arch/sh/sh/devreg.c
121
SH ## x ## REG(R64CNT); \
sys/arch/sh/sh/devreg.c
122
SH ## x ## REG(RSECCNT); \
sys/arch/sh/sh/devreg.c
123
SH ## x ## REG(RMINCNT); \
sys/arch/sh/sh/devreg.c
124
SH ## x ## REG(RHRCNT); \
sys/arch/sh/sh/devreg.c
125
SH ## x ## REG(RWKCNT); \
sys/arch/sh/sh/devreg.c
126
SH ## x ## REG(RDAYCNT); \
sys/arch/sh/sh/devreg.c
127
SH ## x ## REG(RMONCNT); \
sys/arch/sh/sh/devreg.c
128
SH ## x ## REG(RYRCNT); \
sys/arch/sh/sh/devreg.c
129
SH ## x ## REG(RSECAR); \
sys/arch/sh/sh/devreg.c
130
SH ## x ## REG(RMINAR); \
sys/arch/sh/sh/devreg.c
131
SH ## x ## REG(RHRAR); \
sys/arch/sh/sh/devreg.c
132
SH ## x ## REG(RWKAR); \
sys/arch/sh/sh/devreg.c
133
SH ## x ## REG(RDAYAR); \
sys/arch/sh/sh/devreg.c
134
SH ## x ## REG(RMONAR); \
sys/arch/sh/sh/devreg.c
135
SH ## x ## REG(RCR1); \
sys/arch/sh/sh/devreg.c
136
SH ## x ## REG(RCR2); \
sys/arch/sh/sh/devreg.c
138
SH ## x ## REG(TOCR); \
sys/arch/sh/sh/devreg.c
139
SH ## x ## REG(TSTR); \
sys/arch/sh/sh/devreg.c
140
SH ## x ## REG(TCOR0); \
sys/arch/sh/sh/devreg.c
141
SH ## x ## REG(TCNT0); \
sys/arch/sh/sh/devreg.c
142
SH ## x ## REG(TCR0); \
sys/arch/sh/sh/devreg.c
143
SH ## x ## REG(TCOR1); \
sys/arch/sh/sh/devreg.c
144
SH ## x ## REG(TCNT1); \
sys/arch/sh/sh/devreg.c
145
SH ## x ## REG(TCR1); \
sys/arch/sh/sh/devreg.c
146
SH ## x ## REG(TCOR2); \
sys/arch/sh/sh/devreg.c
147
SH ## x ## REG(TCNT2); \
sys/arch/sh/sh/devreg.c
148
SH ## x ## REG(TCR2); \
sys/arch/sh/sh/devreg.c
149
SH ## x ## REG(TCPR2); \
sys/arch/sh/sh/interrupt.c
237
iprreg = (volatile uint16_t *)(SH ## _sh ## _IPR ## _ipr); \
usr.bin/deroff/deroff.c
1668
M(NONE, 'S','H', SH), /* section heading */
usr.bin/deroff/deroff.c
1669
M(NONE, 'S','N', SH), /* undocumented */
usr.bin/deroff/deroff.c
218
int SH(pacmac);
usr.sbin/lpr/common_source/common.c
95
long SH; /* suppress header page */
usr.sbin/lpr/common_source/lp.h
71
extern long SH; /* suppress header page */
usr.sbin/lpr/lpd/printjob.c
1335
SH = (cgetcap(bp, "sh", ':') != NULL);
usr.sbin/lpr/lpd/printjob.c
449
if (!SH && !HL)
usr.sbin/lpr/lpd/printjob.c
500
if (!SH && HL)
usr.sbin/lpr/lpr/lpr.c
300
if (!SH)
usr.sbin/lpr/lpr/lpr.c
652
SH = (cgetcap(bp, "sh", ':') != NULL);
usr.sbin/makefs/cd9660/cd9660_eltorito.c
293
sh = &entry->entry_data.SH;
usr.sbin/makefs/cd9660/cd9660_eltorito.c
442
head->entry_data.SH.num_section_entries[0]++;
usr.sbin/makefs/cd9660/cd9660_eltorito.h
132
boot_catalog_section_header SH;