| /src/usr.bin/make/unit-tests/ | 
| suff.exp | 7 Var_Parse: ${.PREFIX}${.ARCHIVE}.additional (eval) 8 Var_Parse: ${.ARCHIVE}.additional (eval)
 9 Global: .ALLTARGETS =  step1 edge-case.to everything ${.PREFIX}${.ARCHIVE}.additional
 10 Global: .ALLTARGETS =  step1 edge-case.to everything ${.PREFIX}${.ARCHIVE}.additional edge-case.from
 11 Global: .ALLTARGETS =  step1 edge-case.to everything ${.PREFIX}${.ARCHIVE}.additional edge-case.from edge-case.additional
 12 Global: .ALLTARGETS =  step1 edge-case.to everything ${.PREFIX}${.ARCHIVE}.additional edge-case.from edge-case.additional a*.mk
 38 Global: .ALLTARGETS =  step1 edge-case.to everything ${.PREFIX}${.ARCHIVE}.additional edge-case.from edge-case.additional a*.mk .EN
 [all...]
 | 
| suff.mk | 33 # expect: Var_Parse: ${.ARCHIVE}.additional (eval) 34 edge-case.to: ${.PREFIX}${.ARCHIVE}.additional
 36 edge-case.from edge-case.additional:
 
 | 
| dep-double-colon.mk | 5 # and dependencies.  In the code, the additional dependency groups are called 
 | 
| suff-use.mk | 4 # additional command before and after successful compilation of a .c file. 
 | 
| varmod-order-string.mk | 14 # and the additional spaces between them are removed. 
 | 
| directive-include-fatal.mk | 22 # When the command line is parsed, the additional file is only enqueued 
 | 
| impsrc.mk | 27 # (2) This is an additional dependency on the inference rule .x.y. 
 | 
| directive-ifmake.mk | 108 # implemented in ParseDependencyTargetWord, the additional backslash is never 111 # require additional tricks, or it may even be impossible.
 
 | 
| directive-export.mk | 38 # An empty argument means no additional variables to export. 
 | 
| opt-keep-going-indirect.mk | 26 #	At 2016.08.26.23.28.39, the additional empty line for a direct failure 
 | 
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ | 
| s3c6400.dtsi | 12  * S3C6400 SoC. As device tree coverage for S3C6400 increases, additional 
 | 
| s3c6410.dtsi | 12  * S3C6410 SoC. As device tree coverage for S3C6410 increases, additional 
 | 
| ste-hrefprev60.dtsi | 87 				/* This additional pin needed on early MOP500 and HREFs previous to v60 */ 
 | 
| at91-ariag25.dts | 132  * Change to "okay" if you need additional serial ports 
 | 
| imx6dl-plybas.dts | 182 	/* additional i2c devices are added automatically by the boot loader */ 
 | 
| /src/sys/arch/arm/include/ | 
| ehabi.h | 102 		uint32_t additional;		/* additional data */  member in struct:_Unwind_Control_Block::__anon5dce11390808 
 | 
| /src/libexec/ld.elf_so/arch/x86_64/ | 
| rtld_start.S | 76 	# due to the additional argument pushed. 
 | 
| /src/sys/crypto/nist_hash_drbg/ | 
| nist_hash_drbg.c | 162     const void *additional, size_t additionallen) 169 		{ .hv_base = additional, .hv_len = additionallen },
 202     const void *additional, size_t additionallen)
 225 		hash_update(&ctx, additional, additionallen);
 474 	const struct hvec *const *additional;
 482 		.additional = kat_no_additional,
 549 		.additional = kat_additional,
 616 		.additional = kat_no_additional,
 683 		.additional = kat_additional,
 750 		.additional = kat_no_additional
 465  const struct hvec *const *additional;  member in struct:__anonf20f14490108
 [all...]
 | 
| /src/distrib/miniroot/ | 
| upgrade.sh | 215 do any additional network configuration you may need.  This may include 216 adding additional routes, if needed.  In addition, you might take this
 
 | 
| install.sh | 122 # and labeling additional disks.  This is machine-dependent since 309 do any additional network configuration you may need.  This may include
 310 adding additional routes, if needed.  In addition, you might take this
 
 | 
| /src/share/mk/ | 
| bsd.doc.mk | 10 #   DEPSRCS		additional roff source files implicitly included 16 #   EXTRAHTMLFILES	additional files emitted as part of HTML build
 26 #   DEPSRCS.name1=	additional included roff source files
 27 #   DEPSRCS.name2=	more additional included roff source files
 
 | 
| bsd.lua.mk | 16 # DPADD		additional dependencies for building modules 17 # DPADD.mod	additional dependencies for a specific module
 
 | 
| /src/sys/modules/examples/luareadhappy/ | 
| happy.lua | 52 -- need for additional overhead in context-switch with support for floats. 
 | 
| /src/sys/dev/ | 
| ipmivar.h | 139 	uint8_t		additional;  member in struct:ipmi_device_id 
 | 
| ipmi.c | 2104 		if (id.additional != 0) 2105 			aprint_verbose_dev(self, "Additional%s%s%s%s%s%s%s%s\n",
 2106 				(id.additional & 0x80) ? " Chassis" : "",
 2107 				(id.additional & 0x40) ? " Bridge" : "",
 2108 				(id.additional & 0x20) ? " IPMBGen" : "",
 2109 				(id.additional & 0x10) ? " IPMBRcv" : "",
 2110 				(id.additional & 0x08) ? " FRU" : "",
 2111 				(id.additional & 0x04) ? " SEL" : "",
 2112 				(id.additional & 0x02) ? " SDR" : "",
 2113 				(id.additional & 0x01) ? " Sensor" : "")
 [all...]
 |