Home
last modified time | relevance | path

Searched refs:TOP (Results 1 – 25 of 79) sorted by relevance

1234

/freebsd/usr.sbin/apmd/
H A Dapmdlex.l49 %s TOP
55 BEGIN TOP; variable
61 <TOP>[ \t]+ ;
62 <TOP>\n lineno++;
63 <TOP>, { return COMMA; }
64 <TOP>; { return SEMICOLON; }
65 <TOP>#.*$ ;
87 <TOP>[0-9]+% {
91 <TOP>[0-9]+[Mm] {
96 <TOP>exec { return EXECCMD; }
[all …]
/freebsd/share/examples/drivers/
H A Dmake_pseudo_driver.sh18 TOP=`cd /sys; pwd -P`
21 TOP=${2}
26 if [ -d ${TOP}/${i} ]
47 rm -rf ${TOP}/dev/${1}
51 rm ${TOP}/sys/${1}io.h
60 echo ${TOP}/modules/${1}
63 echo ${TOP}/dev/${1}
65 echo ${TOP}/sys/${1}io.h
66 echo ${TOP}/modules/${1}
69 mkdir ${TOP}/modules/${1}
[all …]
H A Dmake_device_driver.sh30 TOP=`cd /sys; pwd -P`
33 TOP=${2}
47 rm -rf ${TOP}/dev/${1}
51 rm ${TOP}/sys/${1}io.h
60 echo ${TOP}/modules/${1}
63 echo ${TOP}/dev/${1}
64 echo ${TOP}/dev/${1}/${1}.c
65 echo ${TOP}/sys/${1}io.h
66 echo ${TOP}/modules/${1}
69 mkdir ${TOP}/modules/${1}
[all …]
/freebsd/sys/contrib/device-tree/Bindings/display/
H A Dallwinner,sun8i-r40-tcon-top.yaml7 title: Allwinner R40 TCON TOP
26 TCON-TOP
29 | TCON-TOP - HDMI
129 - description: The TCON TOP TV0 clock
130 - description: The TCON TOP TVE0 clock
131 - description: The TCON TOP TV1 clock
132 - description: The TCON TOP TVE1 clock
133 - description: The TCON TOP MIPI DSI clock
166 - description: The TCON TOP TV0 clock
167 - description: The TCON TOP TVE0 clock
[all …]
H A Damlogic,meson-dw-hdmi.yaml19 - A TOP control block controlling the Clocks and PHY
22 | HDMI TOP |<= HPD
29 The HDMI TOP block only supports HPD sensing.
31 TOP Block interrupt.
32 Communication to the TOP Block and the Synopsys HDMI Controller is done
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dsources8 TOP=$(HAL_TOP)\$(TOP_HAL_DIR)
11 TOP=$(HAL_TOP)\..\..\..
14 INC=$(TOP)\include
15 ASF=$(TOP)\asf
16 ADF=$(TOP)\adf
19 INC_MP=$(TOP)\os\win_nwf\include
27 TARGETPATH=$(TOP)\lib
/freebsd/contrib/elftoolchain/elfcopy/
H A DMakefile3 TOP= .. macro
5 .include "${TOP}/mk/elftoolchain.components.mk"
49 .include "${TOP}/mk/elftoolchain.prog.mk"
/freebsd/contrib/elftoolchain/libelftc/
H A DMakefile3 TOP= .. macro
56 ${.CURDIR}/make-toolchain-version -t ${.CURDIR}/${TOP} \
60 .include "${TOP}/mk/elftoolchain.lib.mk"
/freebsd/contrib/elftoolchain/brandelf/
H A DMakefile3 TOP= .. macro
9 .include "${TOP}/mk/elftoolchain.prog.mk"
/freebsd/contrib/elftoolchain/elfdump/
H A DMakefile3 TOP= .. macro
11 .include "${TOP}/mk/elftoolchain.prog.mk"
/freebsd/contrib/elftoolchain/size/
H A DMakefile3 TOP= .. macro
10 .include "${TOP}/mk/elftoolchain.prog.mk"
/freebsd/contrib/elftoolchain/strings/
H A DMakefile3 TOP= .. macro
10 .include "${TOP}/mk/elftoolchain.prog.mk"
/freebsd/contrib/elftoolchain/nm/
H A DMakefile4 TOP= .. macro
13 .include "${TOP}/mk/elftoolchain.prog.mk"
/freebsd/contrib/elftoolchain/readelf/
H A DMakefile3 TOP= .. macro
15 .include "${TOP}/mk/elftoolchain.prog.mk"
/freebsd/contrib/elftoolchain/addr2line/
H A DMakefile3 TOP= .. macro
15 .include "${TOP}/mk/elftoolchain.prog.mk"
/freebsd/contrib/elftoolchain/cxxfilt/
H A DMakefile3 TOP= .. macro
15 .include "${TOP}/mk/elftoolchain.prog.mk"
/freebsd/share/doc/llvm/clang/
H A DMakefile6 FILESGROUPS= TOP
7 TOP= LICENSE.TXT macro
/freebsd/contrib/elftoolchain/common/
H A DMakefile3 TOP= .. macro
18 .include "${TOP}/mk/elftoolchain.inc.mk"
/freebsd/share/doc/atf/
H A DMakefile30 FILESGROUPS= TOP
33 TOP= AUTHORS COPYING NEWS README macro
/freebsd/share/doc/llvm/
H A DMakefile8 FILESGROUPS= TOP
9 TOP= LICENSE.TXT COPYRIGHT.regex macro
/freebsd/contrib/elftoolchain/libpe/
H A DMakefile3 TOP= .. macro
32 .include "${TOP}/mk/elftoolchain.lib.mk"
/freebsd/contrib/elftoolchain/ar/
H A DMakefile3 TOP= .. macro
30 .include "${TOP}/mk/elftoolchain.prog.mk"
/freebsd/contrib/less/
H A Djump.c125 get_scrpos(&scrpos, TOP); in repaint()
214 back(-nline, position(TOP), 1, 0); in jump_loc()
236 tpos = position(TOP); in jump_loc()
/freebsd/contrib/tnftp/src/
H A Ddomacro.c78 TOP: in domacro()
151 goto TOP; in domacro()
/freebsd/crypto/heimdal/appl/ftp/ftp/
H A Ddomacro.c60 TOP: in domacro()
146 goto TOP; in domacro()

1234