/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | nuvoton,nau8325.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Seven Lee <WTLI@nuvoton.com> 13 - $ref: dai-common.yaml# 22 nuvoton,vref-impedance-ohms: 25 Tie-Off selection options. Due to the high impedance of the VREF 26 pin, it is important to use a low-leakage capacitor. 30 nuvoton,dac-vref-microvolt: 39 nuvoton,alc-enable: [all …]
|
/freebsd/share/man/man4/ |
H A D | alc.4 | 26 .Dt ALC 4 29 .Nm alc 35 .Bd -ragged -offset indent 37 .Cd "device alc" 43 .Bd -literal -offset indent 57 as well as a 64-bit multicast hash filter. 69 .Bl -tag -widt [all...] |
H A D | altq.4 | 69 .Bl -tag -width ".Dv ALTQ_DEBUG" -compact 71 Enable 108 Enable additional debugging facilities. 112 .Nm Ns -disciplines 129 .Xr alc 4 , 180 .Bd -literal -offset indent
|
/freebsd/sys/powerpc/conf/ |
H A D | QORIQ64 | 14 makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols 16 #makeoptions WERROR="-Werror -Wno-format" 37 options SOFTUPDATES #Enable FFS soft updates support 40 options UFS_GJOURNAL #Enable gjournal-based UFS journaling 41 options QUOTA #Enable disk quotas for UFS 86 device alc 110 options USB_DEBUG # enable debu [all...] |
H A D | MPC85XX | 13 makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols 82 device alc 109 options USB_DEBUG # enable debug msgs 133 options HID_DEBUG # enable debug msgs
|
H A D | MPC85XXSPE | 13 makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols 89 device alc 116 options USB_DEBUG # enable debug msgs 148 options HID_DEBUG # enable debug msgs
|
/freebsd/sys/dev/alc/ |
H A D | if_alc.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 75 #include <dev/alc/if_alcreg.h> 76 #include <dev/alc/if_alcvar.h> 88 MODULE_DEPEND(alc, pci, 1, 1, 1); 89 MODULE_DEPEND(alc, ether, 1, 1, 1); 90 MODULE_DEPEND(alc, miibus, 1, 1, 1); 94 TUNABLE_INT("hw.alc.msi_disable", &msi_disable); 98 * enable MSI-X in alc_attach() depending on the card type. The operator can 102 TUNABLE_INT("hw.alc.msix_disable", &msix_disable); [all …]
|
/freebsd/sys/i386/conf/ |
H A D | GENERIC | 2 # GENERIC -- Generic kernel configuration file for FreeBSD/i386 7 # https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config 25 makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols 29 options PREEMPTION # Enable kernel thread preemption 39 options SOFTUPDATES # Enable FFS soft updates support 42 options UFS_GJOURNAL # Enable gjournal-based UFS journaling 43 options QUOTA # Enable disk quotas for UFS 52 options PSEUDOFS # Pseudo-filesyste [all...] |
/freebsd/sys/amd64/conf/ |
H A D | GENERIC | 2 # GENERIC -- Generic kernel configuration file for FreeBSD/amd64 7 # https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config 23 makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols 27 options NUMA # Non-Uniform Memory Architecture support 28 options PREEMPTION # Enable kernel thread preemption 43 options SOFTUPDATES # Enable FFS soft updates support 46 options UFS_GJOURNAL # Enable gjournal-based UFS journaling 47 options QUOTA # Enable dis [all...] |
/freebsd/sys/sys/ |
H A D | sf_buf.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 5 * Copyright (c) 2003-2004 Alan L. Cox <alc@cs.rice.edu> 63 * kern/subr_sfbuf.c. Meanwhile, most 64-bit machines have a physical map, 66 * Different 32-bit architectures demand different requirements on sf_buf 68 * enable parts of this file. They can also optionally provide helpers in 119 return (sf->kva); in sf_buf_kva() 128 return (sf->m); in sf_buf_page() 138 pmap_qenter(sf->kva, &sf->m, 1); in sf_buf_map()
|
/freebsd/sys/i386/i386/ |
H A D | pmap_base.c | 1 /*- 2 * SPDX-License-Identifier: BSD-4-Clause 10 * Copyright (c) 2005-2010 Alan L. Cox <alc@cs.rice.edu> 45 /*- 54 * DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the DARPA 208 ksize = VM_MAX_KERNEL_ADDRESS - KERNBASE; in kvm_size() 220 kfree = VM_MAX_KERNEL_ADDRESS - kernel_vm_end; in kvm_free() 261 return (pmap_methods_ptr->pm_sysctl_kmaps(oidp, arg1, arg2, req)); in sysctl_kmaps() 269 * Initialize a vm_page's machine-dependent fields. 275 TAILQ_INIT(&m->md.pv_list); in pmap_page_init() [all …]
|
H A D | pmap.c | 1 /*- 2 * SPDX-License-Identifier: BSD-4-Clause 10 * Copyright (c) 2005-2010 Alan L. Cox <alc@cs.rice.edu> 45 /*- 54 * DARPA/SPAWAR contract N66001-01- [all...] |
/freebsd/sys/conf/ |
H A D | NOTES | 2 # NOTES -- Lines that can be cut/pasted into kernel and hints configs. 11 # Please use ``make LINT'' to create an old-style LINT file if you want to 12 # do kernel test-builds. 48 # auto-size based on physical memory. 66 # after most other flags. Here we use it to inhibit use of non-optimal 67 # gcc built-in functions (e.g., memcmp). 70 # The following is equivalent to 'config -g KERNELNAME' and creates 71 # 'kernel.debug' compiled with -g debugging as well as a normal 81 makeoptions CONF_CFLAGS=-fno-builtin #Don't allow use of memcmp, etc. 82 #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols [all …]
|
/freebsd/contrib/unbound/services/ |
H A D | localzone.h | 2 * services/localzone.h - local zones authority service. 39 * This file contains functions to enable local zone authority service. 63 * local-data directly. 104 /** answer not from the view, but global or no-answer */ 184 * If this list is NULL, the node is an empty non-terminal. */ 234 * @return: -1, 0, +1 comparison value. 242 * @return: -1, 0, +1 comparison value. 264 * local-zone's tags. 315 * It can also return true if a non-exact alias answer is found. In this 316 * case qinfo->local_alias points to the corresponding alias RRset but the [all …]
|
/freebsd/sys/dev/usb/wlan/ |
H A D | if_run.c | 1 /*- 5 * Copyright (c) 2013-2014 Kevin Lo 21 /*- 115 device_printf((_sc)->sc_dev, __VA_ARGS__); \ 531 /* MCS - single stream */ 541 /* MCS - 2 streams */ 551 /* MCS - 3 streams */ 732 if (uaa->dev_state != UAA_DEV_READY) in run_autoinst() 738 id = iface->idesc; in run_autoinst() 739 if (id == NULL || id->bInterfaceClass != UICLASS_MASS) in run_autoinst() [all …]
|
/freebsd/sys/vm/ |
H A D | vm_reserv.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2002-2006 Rice University 5 * Copyright (c) 2007-2011 Alan L. Cox <alc@cs.rice.edu> 81 * Temporarily simulate two-level reservations. Effectively, VM_LEVEL_0_* is 129 (((object)->pg_color + (pindex)) & (VM_LEVEL_0_NPAGES - 1)) 151 * c - constant after boot 152 * d - vm_reserv_domain_lock 153 * o - vm_reserv_object_lock 154 * r - vm_reserv_lock [all …]
|
/freebsd/sys/riscv/riscv/ |
H A D | pmap.c | 1 /*- 2 * SPDX-License-Identifier: BSD-4-Clause 12 * Copyright (c) 2005-2010 Alan L. Cox <alc@cs.rice.edu> 18 * Copyright (c) 2015-2018 Ruslan Bukin <br@bsdpad.com> 30 * FA8750-10-C-0237 ("CTSRD"), as part of the DARPA CRASH research programme. 64 /*- 71 * DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the DARPA 101 * this module may throw away valid virtual-to-physical 103 * of virtual-to-physical mappings must be done as 107 * make virtual-to-physical map invalidates expensive, [all …]
|
/freebsd/sys/amd64/amd64/ |
H A D | pmap.c | 1 /*- 2 * SPDX-License-Identifier: BSD-4-Clause 12 * Copyright (c) 2005-2010 Alan L. Cox <alc@cs.rice.edu> 47 /*- 49 * Copyright (c) 2014-2020 The FreeBSD Foundation 55 * DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the DARPA 92 * this module may throw away valid virtual-to-physical 94 * of virtual-to-physical mappings must be done as 98 * make virtual-to-physical map invalidates expensive, 181 return ((pmap->pm_type == PT_EPT) || (pmap->pm_type == PT_RVI)); in pmap_type_guest() [all …]
|
/freebsd/sys/arm64/arm64/ |
H A D | pmap.c | 1 /*- 10 * Copyright (c) 2005-2010 Alan L. Cox <alc@cs.rice.edu> 14 * Copyright (c) 2014-2016 The FreeBSD Foundation 52 /*- 59 * DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the DARPA 90 * this module may throw away valid virtual-to-physical 92 * of virtual-to-physical mappings must be done as 96 * make virtual-to-physical map invalidates expensive, 159 #define PMAP_ASSERT_STAGE1(pmap) MPASS((pmap)->pm_stage == PM_STAGE1) 160 #define PMAP_ASSERT_STAGE2(pmap) MPASS((pmap)->pm_stage == PM_STAGE2) [all …]
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | funstack.in | 2 %%% BibTeX-file{ 23 %%% (incompletely) 1970 -- 1979. 50 %%% covering 1958--1996 became too large (about 65 %%% Algorithms 1--492. For Algorithms 493--686, 72 %%% cross-referenced in both directions, so 75 %%% Corrigenda. Cross-referenced entries are 77 %%% that each is completely self-contained. 83 %%% ftp://netlib.bell-labs.com/netlib/toms. 88 %%% http://ciir.cs.umass.edu/cgi-bin/web_query_form/public/cacm2.1. 90 %%% The initial draft of entries for 1981 -- [all …]
|