HomeSort by: relevance | last modified time | path
    Searched refs:Use (Results 1 - 25 of 73) sorted by relevancy

1 2 3

  /src/sys/rump/dev/lib/libpci/
Makefile 28 .error RUMP_PCI_IOSPACE defined in Makefile. Use userfeatures.h instead.
45 .warning Use new style RUMPCOMP_MAKEFILEINC_rumpdev_pci
  /src/usr.sbin/sysinst/arch/i386/
msg.md.en 9 * Redistribution and use in source and binary forms, with or without
27 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
30 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
55 Normal bootblocks use the BIOS console device as the console
56 (usually the monitor and keyboard). Serial bootblocks use the selected
67 message Use_normal_bootblocks {Use BIOS console}
68 message Use_serial_com0 {Use serial port com0}
69 message Use_serial_com1 {Use serial port com1}
70 message Use_serial_com2 {Use serial port com2}
71 message Use_serial_com3 {Use serial port com3
    [all...]
  /src/tools/compat/
defs.mk.in 15 # If "yes", then use the files from the .OBJDIR of
16 # NETBSDSRCDIR/tools/compat. Otherwise, use the files
20 # If "yes" then do not use the library (but still use
25 # * Use uninstalled copy of libnbcompat and associated *.h files:
31 # * Use TOOLDIR copy of libnbcompat and associated *.h files:
35 # * Use TOOLDIR copy of compat *.h files, but do not use libnbcompat.a:
40 # The use of ".-include" instead of ".include" above is because it's
46 # Use the installed (TOOLDIR) version of the library and headers by defaul
    [all...]
  /src/usr.bin/make/unit-tests/
deptgt-error.mk 19 # Use single quotes to demonstrate that the output is only informational, it
20 # does not use any established escaping mechanism.
varname-dot-make-meta-ignore_filter.exp 4 Use .MAKE.META.IGNORE_FILTER - check-ignore is up to date
varname-dot-make-meta-ignore_paths.exp 4 Use .MAKE.META.IGNORE_PATHS - check-ignore is up to date
varname-dot-make-meta-ignore_patterns.exp 4 Use .MAKE.META.IGNORE_PATTERNS - check-ignore is up to date
posix1.mk 156 # Use .c.a inference with an extra dependency.
159 # Use .c.o inference with an extra dependency.
dotwait.mk 8 # Use a .for loop rather than dependencies here, to ensure
37 _ECHOUSE: .USE
  /src/sys/arch/x86/include/
pte.h 10 * Redistribution and use in source and binary forms, with or without
25 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
28 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
36 #error Use machine/pte.h, not x86/pte.h directly.
  /src/sys/arch/acorn32/doc/
bootoptions 7 * Redistribution and use in source and binary forms, with or without
15 * 3. All advertising materials mentioning features or use of this software
28 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
31 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
59 ascpoll Use polling mode rather than interrupt mode for the asc
61 nbuf= Specify the number of buffers to use.
68 Special debugging options not for normal use
  /src/sys/arch/arm/include/
cpuconf.h 9 * Redistribution and use in source and binary forms, with or without
17 * 3. All advertising materials mentioning features or use of this software
31 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
34 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
51 #warning option CPU_XSCALE_PXA2X0 is obsolete. Use CPU_XSCALE_PXA250 and/or CPU_XSCALE_PXA270.
158 * require different PTE layout to use.
163 * require different PTE layouts to use.
234 * Can we use the ASID support in armv6+ MMUs?
  /src/sys/external/isc/libsodium/dist/src/libsodium/sodium/
core.c 28 # warning Do not use this in production.
29 # warning Use releases available at https://download.libsodium.org/libsodium/releases/ instead.
30 # warning Alternatively, use the "stable" branch in the git repository.
  /src/distrib/amiga/stand/
device-streams.README.md 53 * Use of 64bit offsets throughout.
55 * Use dos.library for file I/O.
  /src/sys/conf/
copts.mk 5 # Use -Wno-error=foo when the ultimate goal is to fix this warning
6 # with code change, and use -Wno-foo when the warning is bad.
  /src/sys/arch/mips/include/
cpu.h 10 * Redistribution and use in source and binary forms, with or without
28 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
31 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
45 #error Use assym.h to get definitions from <mips/cpu.h>
143 /* use on chips where hw cannot pass tag */
245 * A port must provide CLKF_USERMODE() for use in machine-independent code.
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
rk3288-veyron-pinky.dts 29 * Use a pullup instead of a drive since the output is 3.3V and
armada-385-db-ap.dts 48 * Use this bus with caution.
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_malloc_mac.inc 332 // Ok to use internal_memset, these places are not performance-critical.
352 // Use version 6 for OSX >= 10.6.
  /src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/ingenic/
cu1000-neo.dts 84 * Use the 32.768 kHz oscillator as the parent of the RTC for a higher
cu1830-neo.dts 84 * Use the 32.768 kHz oscillator as the parent of the RTC for a higher
  /src/common/lib/libc/arch/sparc64/string/
memset.S 7 * Redistribution and use in source and binary forms, with or without
19 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
34 * We need to make sure that this doesn't use floating point
41 * We want to use VIS instructions if we're clearing out more than
88 cmp %o2, 256 ! Use block clear if len > 256
89 bge,pt CCCR, Lmemset_block ! use block store insns
134 brnz,pn %o3, Lmemset_longs ! No, then don't use block load/store
139 * Here we use VIS instructions to do a block clear of a page.
  /src/sys/external/bsd/acpica/dist/tools/examples/
extables.c 18 * you this software, covering your right to use that party's intellectual
25 * make derivatives, distribute, use and display any portion of the Covered
30 * patents that are infringed by the Original Intel Code, to make, use, sell,
76 * Intel shall be used in advertising or otherwise to promote the sale, use or
91 * OR ANY OTHER THIRD PARTY, FOR ANY LOST PROFITS, LOST DATA, LOSS OF USE OR
119 * Redistribution and use in source and binary forms, with or without
140 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
143 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
471 Use native instr after SLP_TYPx (V3) : 0
473 Use Platform Timer (V4) :
    [all...]
  /src/sys/external/bsd/acpica/dist/compiler/
readme.txt 109 Use Output Window <Check this option>
118 By enabling "Use Output Window", you can click on error messages in
120 automatically displayed by VC. Also, you can use F4 to step through
  /src/sys/external/bsd/drm/dist/
configure.ac 6 # on the rights to use, copy, modify, merge, publish, distribute, sub
19 # CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
69 dnl We use clock_gettime to check for timeouts in drmWaitVBlank
76 dnl Use lots of warning flags with with gcc and compatible compilers

Completed in 17 milliseconds

1 2 3