OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SH
(Results
1 - 25
of
33
) sorted by relevancy
1
2
/src/sys/arch/sh3/sh3/
devreg.c
103
SH
## x ## REG(TRA); \
104
SH
## x ## REG(EXPEVT); \
105
SH
## x ## REG(INTEVT); \
107
SH
## x ## REG(BARA); \
108
SH
## x ## REG(BAMRA); \
109
SH
## x ## REG(BASRA); \
110
SH
## x ## REG(BBRA); \
111
SH
## x ## REG(BARB); \
112
SH
## x ## REG(BAMRB); \
113
SH
## x ## REG(BASRB);
[
all
...]
interrupt.c
66
*
SH
INTC support.
227
iprreg = (volatile uint16_t *)(
SH
## _sh ## _IPR ## _ipr); \
/src/sys/arch/sh3/include/
endian_machdep.h
4
# error Define
SH
target CPU endian-ness in port-specific header file.
/src/share/man/tools/
prnames
1
#! /bin/
sh
21
/^.
SH
NAME/+
ckfrefs
1
#! /bin/
sh
21
+,/\.
SH
/-p
71
sh
tmp.$$ > fref$dir 2>&1
ckso
1
#! /bin/
sh
26
/^\.
SH
NAME/+s/ .-.*//p
47
sh
tmp.$$ 2>&1 | grep "not found" >> badso$dir
cknames
1
#! /bin/
sh
31
grep "^.
SH
NAME" $file > /dev/null
37
grep "^.
SH
SYNOPSIS" $file > /dev/null
40
lines=`cat $file | sed -n "/\.
SH
NAME/,/\.
SH
SYNOP/p" | wc -l | sed "s/ //g"`
42
lines=`cat $file | sed -n "/\.
SH
NAME/,/\.
SH
DESCR/p" | wc -l | sed "s/ //g"`
64
/^.
SH
NAME/+p
/src/sys/arch/hpc/stand/hpcboot/sh3/
sh_arch.h
74
//
SH
product. setup cache flush routine and 2nd-bootloader.
81
class
SH
## x : public SHArchitecture { \
85
SH
## x(Console *&cons, MemoryManager *&mem, boot_func_t bootfunc)\
87
DPRINTF((TEXT("CPU:
SH
") TEXT(#x) TEXT("\n"))); \
90
~
SH
## x(void) { \
107
SH
## x ## _CACHE_FLUSH(); \
176
SH
##x##::boot_func(struct BootArgs *bi, struct PageTag *p) \
185
SH
## x ## _MMU_DISABLE(); \
198
SH
## x ## _CACHE_FLUSH(); \
/src/sys/arch/hpc/stand/dspgen/
Makefile
6
TYPE=application
sh
gen_template.
sh
vc5
SH
MIPS
7
TYPE=static_library
sh
gen_template.
sh
vc5
SH
MIPS
10
TYPE=application
sh
gen_template.
sh
vc6 $(BUILD_ARCH)
11
TYPE=static_library
sh
gen_template.
sh
vc6 $(BUILD_ARCH
[
all
...]
gen_template.sh
1
# $NetBSD: gen_template.
sh
,v 1.4 2008/04/30 13:10:59 martin Exp $
252
if [ -f asm_build.
SH
.0 ]; then
253
sed 's/%%% ASM %%%/asmsh.exe/' asm_build.
SH
.0 > asm_build.
SH
254
rm -f asm_build.
SH
.0
/src/sys/arch/hpcsh/hpcsh/
kloader_machdep.c
108
SH
## cpu ## _TLB_DISABLE; \
118
SH
## product ## _CACHE_FLUSH(); \
/src/sys/arch/evbsh3/evbsh3/
kloader_machdep.c
112
SH
## cpu ## _TLB_DISABLE; \
122
SH
## product ## _CACHE_FLUSH(); \
/src/tests/share/mk/
t_test.sh
31
# The first argument must be one of C, CXX or
SH
, and this indicates the
98
cat >t_fake.
sh
<<EOF
108
one_test
SH
t_fake
/src/usr.sbin/lpr/common_source/
lp.h
73
extern long
SH
; /* suppress header page */
/src/usr.sbin/paxctl/
paxctl.c
192
#define
SH
(field) (size == 32 ? SWAP(s.h32.field) : SWAP(s.h64.field))
244
if (
SH
(sh_type) != SHT_NOTE)
247
if (pread(fd, &n, NHSIZE, (off_t)
SH
(sh_offset)) != NHSIZE) {
255
if (pread(fd, &pax_tag, sizeof(pax_tag),
SH
(sh_offset) + NHSIZE)
300
(off_t)
SH
(sh_offset) + NHSIZE) != sizeof(pax_tag))
/src/sys/arch/hpc/stand/
Makefile
20
${HOST_SH} dspgen/config.
sh
evc3 $$d || exit 1; \
22
${HOST_SH} dspgen/gen_workspace.
sh
evc3 hpc_stand.vcw $(PROJECT_DIRS)
33
${HOST_SH} dspgen/config.
sh
evc4 $$d || exit 1; \
35
${HOST_SH} dspgen/gen_workspace.
sh
evc4 hpc_stand.vcw $(PROJECT_DIRS)
46
${HOST_SH} dspgen/config.
sh
vc6 $$d || exit 1; \
49
${HOST_SH} dspgen/gen_workspace.
sh
vc6 hpc_stand.dsw $(PROJECT_DIRS)
59
${HOST_SH} dspgen/config.
sh
vc5 $$d || exit 1; \
62
${HOST_SH} dspgen/gen_workspace.
sh
vc5 hpc_stand.dsw $(PROJECT_DIRS)
80
compile/
SH
*Debug compile/
SH
*Release
[
all
...]
/src/games/warp/
warp.h
268
/* ksh or
sh
would be okay here */
274
#ifndef
SH
275
# define
SH
"/bin/
sh
"
config.h.SH
3
if test ! -f config.
sh
; then
4
ln ../config.
sh
. || \
5
ln ../../config.
sh
. || \
6
ln ../../../config.
sh
. || \
7
(echo "Can't find config.
sh
."; exit 1)
8
echo "Using config.
sh
from above..."
10
. config.
sh
16
* This file was produced by running the config.h.
SH
script, which
17
* gets its values from config.
sh
, which is generally produced by
21
* that running config.h.
SH
again will wipe out any changes you've made
[
all
...]
/src/usr.bin/deroff/
deroff.c
225
static int
SH
(pacmac);
1229
SH
(pacmac c12)
1338
* only called for -me .pp or .
sh
, when parag is on
1671
M(NONE, 'S','H',
SH
), /* section heading */
1672
M(NONE, 'S','N',
SH
), /* undocumented */
/src/usr.sbin/makefs/cd9660/
cd9660_eltorito.h
131
boot_catalog_section_header
SH
;
cd9660_eltorito.c
309
boot_catalog_section_header *
sh
;
local
316
sh
= &entry->entry_data.
SH
;
318
sh
->header_indicator[0] = ET_SECTION_HEADER_MORE;
319
sh
->platform_id[0] = platform;
320
sh
->num_section_entries[0] = 0;
494
head->entry_data.
SH
.num_section_entries[0]++;
517
head->entry_data.
SH
.header_indicator[0] = ET_SECTION_HEADER_LAST;
/src/sys/arch/luna68k/dev/xplx/
xplx.asm
34
; type :
SH
, PR, IN, NC
35
;
SH
: host shared memory, 64kB, PA 00000 - 0FFFF
41
; 0000 00FF
SH
RESET/RST etc.
42
; 0100 01FF
SH
shared variables
43
; 0200 0FFF
SH
resident program
44
; 1000 7FFF
SH
PAM/PCM buffer 28K
45
; 8000 8FFF
SH
PSG buffer 4K
46
; 9000 9FFF
SH
LPR buffer 4K
47
; A000 DFFF
SH
FDC buffer 16K
664
; Common0: VA=0000H -> PA=00000H
SH
[
all
...]
/src/sys/arch/hpc/stand/hpcboot/sh3/dev/
sh3_dev.cpp
37
#include <sh3/dev/
sh
.h>
248
tmu_channel_dump(x,
SH
##a##_TCOR##x, \
249
SH
##a##_TCNT##x, \
250
SH
##a##_TCR##x##)
/src/sys/arch/hpc/conf/
platid.def
66
SH
{
/src/libexec/getNAME/
getNAME.c
83
/* The .
SH
NAMEs that are allowed. */
176
warnx("missing .
SH
section in `%s'", pathname);
193
warnx("missing argument to .
SH
in `%s'", pathname);
200
warnx("first .
SH
section is not \"NAME\" in `%s'", pathname);
295
warnx("missing .
Sh
section in `%s'", pathname);
307
warnx("missing argument to .
Sh
in `%s'", pathname);
314
warnx("first .
SH
section is not \"NAME\" in `%s'", pathname);
Completed in 731 milliseconds
1
2
Indexes created Sun Feb 15 12:34:49 CET 2026