Home
last modified time | relevance | path

Searched refs:NOTE (Results 1 – 25 of 386) sorted by relevance

12345678910>>...16

/freebsd/usr.sbin/bsdconfig/dot/
H A DUSAGE43 NOTE: Requires `graphics/graphviz' from ports/packages.
49 NOTE: Requires `graphics/gimmage' from ports/packages.
55 NOTE: Image is scaled to fit window on launch.
56 NOTE: Requires `graphics/gthumb' from ports/packages.
62 NOTE: Requires `graphics/gqview' from ports/packages.
68 NOTE: Image is scaled to fit window on launch.
69 NOTE: Requires `graphics/gx' from ports/packages.
75 NOTE: Requires `graphics/eog' from ports/packages.
84 NOTE: Change "-s1" above to "-s0.5" to halve the size of the
87 NOTE: Requires both `graphics/graphviz' and `print/poster' from
[all …]
/freebsd/crypto/heimdal/lib/wind/
H A DCompositionExclusions-3.2.0.txt95 1D15E # MUSICAL SYMBOL HALF NOTE
96 1D15F # MUSICAL SYMBOL QUARTER NOTE
97 1D160 # MUSICAL SYMBOL EIGHTH NOTE
98 1D161 # MUSICAL SYMBOL SIXTEENTH NOTE
99 1D162 # MUSICAL SYMBOL THIRTY-SECOND NOTE
100 1D163 # MUSICAL SYMBOL SIXTY-FOURTH NOTE
101 1D164 # MUSICAL SYMBOL ONE HUNDRED TWENTY-EIGHTH NOTE
/freebsd/sys/dev/e1000/
H A DREADME38 NOTE: The Intel(R) 82562v 10/100 Network Connection only provides 10/100
48 NOTE: This driver package is to be used only as a standalone archive and the
100 NOTE: For assistance, see the ifconfig man page.
140 NOTE: Only use mediaopt to set the driver to full-duplex. If mediaopt is not
181 NOTE: The maximum MTU setting for Jumbo Frames is 16110. This value coincides
184 NOTE: Using Jumbo frames at 10 or 100 Mbps is not supported and may result in
187 NOTE: Packet loss may have a greater impact on throughput when you use jumbo
191 NOTE: Some Intel gigabit adapters that support Jumbo Frames have a frame size
217 NOTE: The following adapters limit Jumbo Frames sized packets to a maximum of
319 NOTE: TSO requires Tx checksum, if Tx checksum is disabled, TSO will also be
[all …]
/freebsd/contrib/ntp/adjtimed/
H A DREADME13 IMPORTANT NOTE: This stuff must be compiled with no optimization !!
15 NOTE: This code is known to work as of 8.0 on s300's, s700's and s800's.
/freebsd/sys/contrib/device-tree/Bindings/input/
H A Dti,palmas-pwrbutton.txt18 NOTE: This depends on OTP support and POWERHOLD signal configuration
22 a press for debouncing purposes. NOTE: This depends on specific
/freebsd/contrib/tnftp/
H A DINSTALL8 = NOTE: You will need an ANSI C compiler. =
57 = NOTE: You will need an ANSI C compiler. =
/freebsd/etc/mail/
H A Daliases5 # >> NOTE >> this file is updated for any changes to
70 # NOTE: /var/msgs and /var/msgs/bounds must be owned by sendmail's
/freebsd/cddl/contrib/opensolaris/head/
H A Dnote.h49 #define NOTE _NOTE macro
/freebsd/cddl/compat/opensolaris/include/
H A Dsolaris.h9 #define NOTE(s) macro
/freebsd/sys/contrib/dev/ice/
H A DREADME
/freebsd/crypto/openssl/doc/man3/
H A DOPENSSL_LH_stats.pod50 =head1 NOTE chapter
53 L<OPENSSL_LH_COMPFUNC(3)/NOTE> for more details about the locks required
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoFlags.def69 // NOTE: always must be equal to largest flag, check this when adding new flag
97 // NOTE: Always must be equal to largest flag, check this when adding new flags.
H A DInstruction.def15 // NOTE: NO INCLUDE GUARD DESIRED!
181 // NOTE: The order matters here because CastInst::isEliminableCastPair
182 // NOTE: (see Instructions.cpp) encodes a table based on this ordering.
/freebsd/usr.sbin/bsdconfig/share/packages/
H A Dindex.subr64 # NOTE: The index is processed with f_index_read() [below] after being loaded.
228 # NOTE: $varpkg is the product of f_str2varname $package varpkg
229 # NOTE: $package is the name as it appears in the INDEX (no archive suffix)
230 # NOTE: We only show categories for which there are at least one package.
231 # NOTE: $varcat is the product of f_str2varname $category varcat
/freebsd/contrib/nvi/regex/
H A Dengine.c121 #define NOTE(str) do { if (m->eflags&REG_TRACE) printf("=%s\n", (str)); } while(0); macro
125 #define NOTE(s) /* nothing */ macro
196 NOTE("finding start"); in matcher()
217 NOTE("dissecting"); in matcher()
228 NOTE("backref dissect"); in matcher()
240 NOTE("backoff"); in matcher()
251 NOTE("backoff dissect"); in matcher()
259 NOTE("false alarm"); in matcher()
/freebsd/crypto/openssl/VMS/
H A Dopenssl_utils.com.in13 $ WRITE SYS$ERROR "NOTE: no perl => no C_REHASH"
/freebsd/contrib/libucl/python/
H A Ducl.pyi3 # NOTE: This dynamically typed stub was automatically generated by stubgen.
/freebsd/stand/forth/
H A Dmenu.rc21 \ NOTE: To use `non-ansi' variants, add `loader_color=0' to loader.conf(5)
22 \ NOTE: ANSI variants can use `^' in place of literal `Esc' (ASCII 27)
52 \ NOTE: appears before menu_options if configured
H A Dbrand.4th39 \ NOTE: Each is defined as a brand function in /boot/brand-${loader_brand}.4th
40 \ NOTE: If `/boot/brand-${loader_brand}.4th' does not exist or does not define
/freebsd/sys/contrib/openzfs/udev/rules.d/
H A D60-zvol.rules.in5 # NOTE: We used to also create an additional tree of zvol symlinks located at
/freebsd/sys/contrib/libsodium/packaging/nuget/
H A Dpackage.bat10 ECHO NOTE: Ignore warnings not applicable to native code: "Issue: Assembly outside lib folder."
/freebsd/lib/libc/regex/
H A Dengine.c140 #define NOTE(str) { if (m->eflags&REG_TRACE) printf("=%s\n", (str)); } macro
144 #define NOTE(s) /* nothing */ macro
310 NOTE("finding start"); in matcher()
332 NOTE("dissecting"); in matcher()
343 NOTE("backref dissect"); in matcher()
355 NOTE("backoff"); in matcher()
366 NOTE("backoff dissect"); in matcher()
374 NOTE("false alarm"); in matcher()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86PassRegistry.def13 // NOTE: NO INCLUDE GUARD DESIRED!
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonPassRegistry.def14 // NOTE: NO INCLUDE GUARD DESIRED!
/freebsd/sys/contrib/device-tree/src/arm/st/
H A Dstm32mp15xx-dhcom-drc02.dtsi31 * NOTE: On DRC02, the RS485_RX_En is controlled by a separate
58 * NOTE: The USB Hub on the DRC02 needs a reset signal to be

12345678910>>...16