/freebsd/sys/contrib/device-tree/Bindings/leds/ |
H A D | leds-bcm6328.txt | 18 explained later in brcm,link-signal-sources). Even if a LED is hardware 59 - brcm,link-signal-sources : An array of hardware link 60 signal sources. Up to four link hardware signals can get muxed into 65 - brcm,activity-signal-sources : An array of hardware activity 66 signal sources. Up to four activity hardware signals can get muxed into 127 brcm,link-signal-sources = <0>; 132 brcm,link-signal-sources = <1>; 205 brcm,link-signal-sources = <0>; 206 brcm,activity-signal-sources = <0>; 212 brcm,activity-signal-sources = <1>; [all …]
|
H A D | leds-lm36274.txt | 20 - led-sources : Indicates which LED strings will be enabled. 21 Values from 0-3, sources is 0 based so strings will be 77 led-sources = <0 2>;
|
H A D | leds-lm3697.txt | 23 - led-sources : Indicates which HVLED string is associated to which 53 led-sources = <0 2>; 63 led-sources = <1>;
|
/freebsd/contrib/ncurses/misc/ |
H A D | ncu2openbsd | 711 my @sources = &makefile_list( \@oldfile, "C_SRC", "./" ); 712 printf $fp "%s\n", &format_list( "SRCS+=", \@sources ); 849 my @sources = &makefile_list( \@oldfile, "C_SRC", "?" ); 858 printf $fp "%s\n", &format_list( "SRCS=", \@sources ); 896 my @sources = ("$binname.c"); 919 $sources[ ++$#sources ] = "dump_entry.c" if ($use_dump_entry); 920 $sources[ ++$#sources ] = "tparm_type.c" if ($use_tparm_type); 921 $sources[ ++$#sources ] = "transform.c" if ($use_transform); 932 $sources[ ++$#sources ] = "tty_settings.c" if ( $tput_ver >= 20161224 ); 935 $sources[ ++$#sources ] = "clear_cmd.c" if ( $tput_ver >= 20161022 ); [all …]
|
H A D | Makefile.in | 91 @MAKE_PHONY@.PHONY : sources 98 sources :: 101 @MAKE_DATABASE@sources :: terminfo.tmp 165 @MAKE_PC_FILES@sources :: pc-files
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | opt-debug-graph1.mk | 8 all: made-target made-target-no-sources 14 made-target-no-sources: 16 unmade-target: unmade-sources unmade-silent-source 20 unmade-target-no-sources:
|
/freebsd/contrib/unbound/ |
H A D | freebsd-sources.pl | 62 my %sources; 64 $sources{$target} = { 66 grep({ !exists($sources{LIBUNBOUND}->{$_}) } 70 my $SRCS = fill("SRCS=\t", "\t", sort keys %{$sources{$target}});
|
/freebsd/contrib/tcpdump/ |
H A D | mkdep | 96 sources="" 99 sources="$sources $SOURCE_DIRECTORY/$srcfile" 105 "$CC" "$DEPENDENCY_CFLAG" $flags $sources |
|
/freebsd/contrib/libpcap/ |
H A D | mkdep | 101 sources="" 104 sources="$sources $SOURCE_DIRECTORY/$srcfile" 110 "$CC" "$DEPENDENCY_CFLAG" $flags $sources |
|
/freebsd/contrib/kyua/admin/ |
H A D | check-style.sh | 152 local sources 154 sources="${@}" 156 sources="$(find_sources "${srcdir}" "${builddir}" "${tarname}")" 160 for file in ${sources}; do
|
/freebsd/contrib/arm-optimized-routines/ |
H A D | README | 20 math/ - math subproject sources. 22 math/test/ - math test and benchmark related sources. 24 networking/ - networking subproject sources. 26 networking/test/ - networking test and benchmark related sources. 27 string/ - string routines subproject sources. 29 string/test/ - string test and benchmark related sources.
|
/freebsd/crypto/openssl/util/perl/OpenSSL/Config/ |
H A D | Query.pm | 108 my @sources = @{$self->{info}->{sources}->{$_} // []}; 112 my %parts = ( %{$self->get_sources(@sources)}, 126 ( grep { !defined($parts{$_}) } @sources, @generator ) );
|
/freebsd/contrib/ncurses/ |
H A D | mk-0th.awk | 41 function make_lintlib(name,sources) { 49 printf "llib-l%s : %s\n", name, sources 50 printf "\tcproto -a -l -DNCURSES_ENABLE_STDBOOL_H=0 -DLINT $(CPPFLAGS) %s >$@\n", sources 56 printf "\t$(LINT) $(LINT_OPTS) $(CPPFLAGS) %s $(LINT_LIBS)\n", sources
|
/freebsd/crypto/openssl/Configurations/ |
H A D | common0.tmpl | 12 ( # The sources of stuff may be generated 13 ( map { @{$unified_info{sources}->{$_}} } 14 keys %{$unified_info{sources}} ), 26 ( grep { defined $unified_info{sources}->{$_} }
|
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
H A D | arm,vic.txt | 14 the VIC has no configuration options for interrupt sources. The cell is a u32 21 - valid-mask : A one cell big bit mask of valid interrupt sources. Each bit 25 - valid-wakeup-mask : A one cell big bit mask of interrupt sources that can be 29 interrupt sources configurable as wake up sources.
|
H A D | samsung,exynos4210-combiner.txt | 4 can combine interrupt sources as a group and provide a single interrupt request 9 interrupt sources can be connected to a combiner. The combiner outputs one 10 combined interrupt for its eight interrupt sources. The combined interrupt 18 up to 8 interrupt sources).
|
/freebsd/sys/contrib/device-tree/Bindings/misc/ |
H A D | aspeed,cvic.txt | 9 some of the same sources as the main ARM interrupt controller but with 21 - valid-sources: One cell, bitmap of supported sources for the implementation 32 valid-sources = <0xffffffff>;
|
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | ti-lmu.txt | 110 led-sources = <0 1>; 155 led-sources = <0 1>; 172 led-sources = <1 2>; 179 led-sources = <0>; 190 led-sources = <1>; 196 led-sources = <3 4 5>; 217 led-sources = <0 1>; 264 led-sources = <0 2>;
|
/freebsd/crypto/ |
H A D | README | 2 holds crypto sources. In other words, this holds raw sources obtained 6 is the result of an old USA law, which made these sources export
|
/freebsd/crypto/openssl/apps/ |
H A D | progs.pl | 30 map { @{$unified_info{sources}->{$_}} } 32 && !$unified_info{attributes}->{sources}->{$apps_openssl}->{$_}->{nocheck} } 33 @{$unified_info{sources}->{$apps_openssl}};
|
/freebsd/contrib/ntp/ |
H A D | README | 52 adjtimed Directory containing the sources for the adjtime daemon 55 authstuff Directory containing sources for miscellaneous programs 64 clockstuff Directory containing sources for miscellaneous programs 104 kernel Directory containing sources for kernel programs such as 111 ntpdate Directory containing sources for a program to set the 115 ntpq Directory containing sources for a utility program to 120 ntptrace Directory containing sources for a utility program that 144 util Directory containing sources for various utility and
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | RAND_add.pod | 34 itself automatically using trusted system entropy sources. 42 random input obtained from polling various trusted entropy sources. 52 Details about sources of randomness and how to estimate their randomness 66 usage by the random seed sources. Some seed sources maintain open file 67 descriptors by default, which allows such sources to operate in a
|
/freebsd/usr.sbin/mtest/ |
H A D | mtest.c | 527 sockunion_t sources[MAX_ADDRS]; in process_cmd() local 557 sockunion_t *psu = (sockunion_t *)&sources[i]; in process_cmd() 588 &su.sa, su.sa.sa_len, fmode, n, &sources[0].ss) != 0) in process_cmd() 704 sockunion_t sources[MAX_ADDRS]; in process_cmd() local 725 su.sa.sa_len, &fmode, &nsrc, &sources[0].ss) != 0) { in process_cmd() 736 uint8_t *bp = (uint8_t *)&sources[0]; in process_cmd() 737 for (j = 0; j < (nsrc * sizeof(sources[0])); j++) { in process_cmd() 742 qsort(sources, nsrc, af2socklen(af), su_cmp); in process_cmd() 744 sockunion_t *psu = (sockunion_t *)&sources[i]; in process_cmd()
|
/freebsd/sys/contrib/device-tree/src/arm/broadcom/ |
H A D | bcm4708-smartrg-sr400ac.dts | 45 trigger-sources = <&ohci_port2>, <&ehci_port2>; 52 trigger-sources = <&xhci_port1>; 59 trigger-sources = <&ohci_port1>, <&ehci_port1>;
|
/freebsd/contrib/sendmail/contrib/ |
H A D | qtool.pl | 61 my %sources; 208 $result = add_source(\%sources, $source_name); 216 if (keys(%sources) == 0) 221 while (($source_name, $source) = each(%sources)) 273 my $sources = shift; 319 $sources->{$source_id} = $queued_message; 337 $sources->{$source_id} = $queued_message;
|