| /src/usr.bin/make/unit-tests/ | 
| depsrc-optional.mk | 1 # $NetBSD: depsrc-optional.mk,v 1.5 2020/11/08 10:33:47 rillig Exp $ 3 # Tests for the special source .OPTIONAL in dependency declarations,
 11 important: optional optional-cohort
 14 optional: .OPTIONAL  target
 15 	: An optional leaf node is not executed.
 18 optional-cohort:: .OPTIONAL
 
 | 
| depsrc-optional.exp | 4 ExamineLater: need to examine "optional" 5 ExamineLater: need to examine "optional-cohort"
 6 Make_ExpandUse: examine optional
 7 Make_ExpandUse: examine optional-cohort
 8 Examining optional...nonexistent...up-to-date.
 9 Examining optional-cohort...nonexistent...:: operator and no sources...out-of-date.
 11  recheck(optional-cohort): update time from nonexistent to now
 12 Examining important...nonexistent...modified before source "optional-cohort"...out-of-date.
 
 | 
| varmod-mtime.mk | 29 # The ':mtime' modifier accepts a timestamp in seconds as an optional 63 # If the optional argument of the ':mtime' modifier is the word 'error', the
 
 | 
| varmod-remember.mk | 49 # The ':_' modifier takes a variable name as optional argument.  Before var.c 
 | 
| /src/sys/arch/pmax/tc/ | 
| dtreg.h | 129 	uint8_t	optional[4];	/* 0-3 optional bytes, ignore */  member in struct:dt_ident 
 | 
| /src/sys/external/gpl2/dts/dist/arch/riscv/boot/dts/microchip/ | 
| mpfs-polarberry.dts | 34  * phy0 is connected to mac0, but the port itself is on the (optional) carrier 
 | 
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ | 
| armada-38x-solidrun-microsom.dtsi | 92 	/* Optional eMMC */ 101 	/* The microsom has an optional W25Q32 on board, connected to CS0 */
 
 | 
| omap3-overo-common-peripherals.dtsi | 47 	/* optional 1K EEPROM with revision information */ 
 | 
| omap4-duovero-parlor.dts | 122 	/* optional 1K EEPROM with revision information */ 
 | 
| am57xx-idk-common.dtsi | 127 		gpios = <0>, /* optional CT_CP_HPD */ 128 			<0>, /* optional LS_OE */
 
 | 
| armada-385-clearfog-gtr.dtsi | 30 	20 - 1512 phy reset (eth2, optional) 
 | 
| dra71-evm.dts | 111 				/* LDO0 -> LP8733-LDO1 - VPO_L1_3V3 - VDDSHV8 (optional) */ 
 | 
| omap3-overo-base.dtsi | 177 /* optional on board WiFi */ 
 | 
| stm32mp157c-ev1.dts | 354 	 * HW flow control USART3_RTS is optional, and isn't default wired to 
 | 
| /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/hisilicon/ | 
| hi3798cv200-poplar.dts | 206 /* No optional LS-UART1 on Low Speed Expansion Connector. */ 
 | 
| /src/tests/lib/libc/regex/ | 
| t_regex_att.c | 193 optional(const char *s)  function in typeref:typename:int 462 		case '{':	/* Begin optional implementation */
 463 			if (optional(comment)) {
 469 		case '}':	/* End optional implementation */
 472 		case '?':	/* Optional */
 
 | 
| /src/usr.sbin/sysinst/ | 
| target.c | 445 cp_within_target(const char *frompath, const char *topath, int optional) 453 	if (access(realfrom, R_OK) == -1 && optional)
 
 | 
| README.md_defs | 48 The following macros provide optional MD hooks: 
 | 
| /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/allwinner/ | 
| sun50i-a64-orangepi-win.dts | 382 /* On Pi-2 connector, RTS/CTS optional */ 389 /* On Pi-2 connector, RTS/CTS optional */
 396 /* On Pi-2 connector (labeled for SPI1), RTS/CTS optional */
 
 | 
| sun50i-a64-sopine-baseboard.dts | 192 /* On Euler connector, RTS/CTS optional */ 
 | 
| sun50i-a64-pine64.dts | 306 /* On Euler connector, RTS/CTS optional */ 
 | 
| /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/freescale/ | 
| imx8qxp-colibri.dtsi | 196 	/* Colibri optional CAN on UART_B RTS/CTS */ 204 	/* Colibri optional CAN on PS2 */
 212 	/* Colibri optional CAN on UART_A TXD/RXD */
 
 | 
| /src/sbin/sysctl/ | 
| sysctl.c | 848 	bool optional = false;  local in function:parse 856 			optional = true;
 902 		if (optional)
 946 		write_number(&name[0], namelen, node, value, optional);
 949 		write_string(&name[0], namelen, node, value, optional);
 971   size is optional for some types.  type must be set before anything
 1756 	bool optional)
 1813 		if (!optional || errno != EPERM) {
 1837 	bool optional)
 1858 		if (!optional || errno != EPERM)
 [all...]
 | 
| /src/sbin/iscsictl/ | 
| iscsic_driverif.c | 247 get_sessid(int argc, char **argv, int optional) 254 		if (!optional) {
 
 | 
| /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/amlogic/ | 
| meson-gxm-khadas-vim2.dts | 54 		/* Dummy RPM values since fan is optional */ 
 |