| /freebsd-13.1/usr.sbin/apmd/ |
| H A D | apmdlex.l | 51 %s TOP 57 BEGIN TOP; variable 63 <TOP>[ \t]+ ; 64 <TOP>\n lineno++; 65 <TOP>, { return COMMA; } 66 <TOP>; { return SEMICOLON; } 67 <TOP>#.*$ ; 89 <TOP>[0-9]+% { 93 <TOP>[0-9]+[Mm] { 98 <TOP>exec { return EXECCMD; } [all …]
|
| /freebsd-13.1/share/examples/drivers/ |
| H A D | make_pseudo_driver.sh | 19 TOP=`cd /sys; pwd -P` 22 TOP=${2} 27 if [ -d ${TOP}/${i} ] 48 rm -rf ${TOP}/dev/${1} 52 rm ${TOP}/sys/${1}io.h 61 echo ${TOP}/modules/${1} 64 echo ${TOP}/dev/${1} 66 echo ${TOP}/sys/${1}io.h 67 echo ${TOP}/modules/${1} 70 mkdir ${TOP}/modules/${1} [all …]
|
| H A D | make_device_driver.sh | 31 TOP=`cd /sys; pwd -P` 34 TOP=${2} 50 rm -rf ${TOP}/dev/${1} 54 rm ${TOP}/sys/${1}io.h 63 echo ${TOP}/modules/${1} 66 echo ${TOP}/dev/${1} 67 echo ${TOP}/dev/${1}/${1}.c 68 echo ${TOP}/sys/${1}io.h 69 echo ${TOP}/modules/${1} 72 mkdir ${TOP}/modules/${1} [all …]
|
| /freebsd-13.1/contrib/ipfilter/ |
| H A D | Makefile | 21 CFLAGS=-I$$(TOP) -D_BSD_SOURCE 301 (cd SunOS4; $(MAKE) TOP=.. clean) 302 -(cd SunOS5; $(MAKE) TOP=.. clean) 303 (cd BSD; $(MAKE) TOP=.. clean) 304 (cd HPUX; $(MAKE) BITS=32 TOP=.. clean) 305 (cd Linux; $(MAKE) TOP=.. clean) 306 (cd OSF; $(MAKE) TOP=.. clean) 307 (cd AIX; $(MAKE) TOP=.. clean) 318 (cd BSD; make TOP=.. clean) 372 (cd SunOS4; $(MAKE) CPU=$(CPU) TOP=.. install) [all …]
|
| /freebsd-13.1/contrib/ipfilter/lib/ |
| H A D | Makefile | 8 INCDEP=$(TOP)/ip_compat.h $(TOP)/ip_fil.h $(TOP)/ipf.h 271 $(TOP)/ipf.h $(TOP)/ip_nat.h 321 $(TOP)/ip_frag.h 326 $(TOP)/ip_htable.h 329 $(TOP)/ip_htable.h $(TOP)/ip_lookup.h 332 $(TOP)/ip_htable.h 350 $(TOP)/ip_pool.h $(TOP)/ip_lookup.h 353 $(TOP)/ip_pool.h $(TOP)/ip_lookup.h 356 $(TOP)/ip_pool.h $(TOP)/ip_lookup.h 359 $(TOP)/ip_pool.h $(TOP)/ip_lookup.h [all …]
|
| /freebsd-13.1/sys/contrib/dev/ath/ath_hal/ar9300/ |
| H A D | sources | 8 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-13.1/sys/contrib/device-tree/Bindings/display/ |
| H A D | allwinner,sun8i-r40-tcon-top.yaml | 7 title: Allwinner R40 TCON TOP Device Tree Bindings 26 TCON-TOP 29 | TCON-TOP - HDMI 33 Note that both TCON TOP references same physical unit. Both mixers 34 can be connected to any TCON. Not all TCON TOP variants support all 53 - description: The TCON TOP interface clock 54 - description: The TCON TOP TV0 clock 55 - description: The TCON TOP TVE0 clock 56 - description: The TCON TOP TV1 clock 57 - description: The TCON TOP TVE1 clock [all …]
|
| H A D | amlogic,meson-dw-hdmi.yaml | 16 - A TOP control block controlling the Clocks and PHY 19 | HDMI TOP |<= HPD 26 The HDMI TOP block only supports HPD sensing. 28 TOP Block interrupt. 29 Communication to the TOP Block and the Synopsys HDMI Controller is done
|
| /freebsd-13.1/contrib/elftoolchain/elfcopy/ |
| H A D | Makefile | 3 TOP= .. macro 5 .include "${TOP}/mk/elftoolchain.components.mk" 49 .include "${TOP}/mk/elftoolchain.prog.mk"
|
| /freebsd-13.1/contrib/elftoolchain/libelftc/ |
| H A D | Makefile | 3 TOP= .. macro 56 ${.CURDIR}/make-toolchain-version -t ${.CURDIR}/${TOP} \ 60 .include "${TOP}/mk/elftoolchain.lib.mk"
|
| /freebsd-13.1/contrib/elftoolchain/brandelf/ |
| H A D | Makefile | 3 TOP= .. macro 9 .include "${TOP}/mk/elftoolchain.prog.mk"
|
| /freebsd-13.1/contrib/elftoolchain/elfdump/ |
| H A D | Makefile | 3 TOP= .. macro 11 .include "${TOP}/mk/elftoolchain.prog.mk"
|
| /freebsd-13.1/contrib/elftoolchain/size/ |
| H A D | Makefile | 3 TOP= .. macro 10 .include "${TOP}/mk/elftoolchain.prog.mk"
|
| /freebsd-13.1/contrib/elftoolchain/strings/ |
| H A D | Makefile | 3 TOP= .. macro 10 .include "${TOP}/mk/elftoolchain.prog.mk"
|
| /freebsd-13.1/contrib/elftoolchain/nm/ |
| H A D | Makefile | 4 TOP= .. macro 13 .include "${TOP}/mk/elftoolchain.prog.mk"
|
| /freebsd-13.1/contrib/elftoolchain/readelf/ |
| H A D | Makefile | 3 TOP= .. macro 15 .include "${TOP}/mk/elftoolchain.prog.mk"
|
| /freebsd-13.1/contrib/elftoolchain/addr2line/ |
| H A D | Makefile | 3 TOP= .. macro 15 .include "${TOP}/mk/elftoolchain.prog.mk"
|
| /freebsd-13.1/contrib/elftoolchain/cxxfilt/ |
| H A D | Makefile | 3 TOP= .. macro 15 .include "${TOP}/mk/elftoolchain.prog.mk"
|
| /freebsd-13.1/share/doc/llvm/clang/ |
| H A D | Makefile | 7 FILESGROUPS= TOP 8 TOP= LICENSE.TXT macro
|
| /freebsd-13.1/contrib/elftoolchain/common/ |
| H A D | Makefile | 3 TOP= .. macro 18 .include "${TOP}/mk/elftoolchain.inc.mk"
|
| /freebsd-13.1/share/doc/atf/ |
| H A D | Makefile | 31 FILESGROUPS= TOP 34 TOP= AUTHORS COPYING NEWS README macro
|
| /freebsd-13.1/share/doc/llvm/ |
| H A D | Makefile | 9 FILESGROUPS= TOP 10 TOP= LICENSE.TXT COPYRIGHT.regex macro
|
| /freebsd-13.1/contrib/elftoolchain/libpe/ |
| H A D | Makefile | 3 TOP= .. macro 32 .include "${TOP}/mk/elftoolchain.lib.mk"
|
| /freebsd-13.1/contrib/elftoolchain/ar/ |
| H A D | Makefile | 3 TOP= .. macro 30 .include "${TOP}/mk/elftoolchain.prog.mk"
|
| /freebsd-13.1/contrib/less/ |
| H A D | jump.c | 125 get_scrpos(&scrpos, TOP); in repaint() 223 back(-nline, position(TOP), 1, 0); 245 tpos = position(TOP);
|