/freebsd/tools/regression/zfs/ |
H A D | misc.sh | 3 os=`uname -s` 6 if [ $? -eq 0 ]; then 13 if [ -z "${LUSTRE}" ]; then 17 zpool_f_flag="-f" 22 zpool_f_flag="-F" 26 # Use correct arguments to cmd line programs 27 stat --version 2>/dev/null | grep GNU >/dev/null 28 if [ $? -eq 0 ]; then 32 import_flags="-d /dev/lofi" 33 mount_t_flag="-F" [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/freescale/ |
H A D | imx93-9x9-qsb.dts | 1 // SPDX-License-Identifier: (GPL-2.0-only OR MIT) 6 /dts-v1/; 8 #include <dt-bindings/usb/pd.h> 13 compatible = "fsl,imx93-9x9-qsb", "fsl,imx93"; 16 stdout-path = &lpuart1; 19 reserved-memory { 20 #address-cells = <2>; 21 #size-cells = <2>; 25 compatible = "shared-dma-pool"; 28 linux,cma-default; [all …]
|
H A D | imx93-14x14-evk.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 6 /dts-v1/; 8 #include <dt-bindings/usb/pd.h> 13 compatible = "fsl,imx93-14x14-evk", "fsl,imx93"; 16 stdout-path = &lpuart1; 19 reserved-memory { 20 #address-cells = <2>; 21 #size-cells = <2>; 25 compatible = "shared-dma-pool"; 27 alloc-ranges = <0 0x80000000 0 0x40000000>; [all …]
|
H A D | imx93-11x11-evk.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 6 /dts-v1/; 8 #include <dt-bindings/usb/pd.h> 13 compatible = "fsl,imx93-11x11-evk", "fsl,imx93"; 16 stdout-path = &lpuart1; 19 reserved-memory { 20 #address-cells = <2>; 21 #size-cells = <2>; 25 compatible = "shared-dma-pool"; 27 alloc-ranges = <0 0x80000000 0 0x40000000>; [all …]
|
/freebsd/contrib/libedit/ |
H A D | readline.c | 3 /*- 70 /* readline compatibility stuff - look at readline sources/documentation */ 215 if (i == -1) in _getc_function() 228 *ap = li->buffer; in _resize_fun() 244 len = strlen(p->pw_dir) + sizeof("/.history"); in _default_history_file() 248 (void)snprintf(path, len, "%s/.history", p->pw_dir); in _default_history_file() 272 return -1; in rl_set_prompt() 275 /* Remove adjacent end/start markers to avoid double-escapes. */ in rl_set_prompt() 326 if (tcgetattr(fileno(rl_instream), &t) != -1 && (t.c_lflag & ECHO) == 0) in rl_initialize() 338 return -1; in rl_initialize() [all …]
|
/freebsd/tools/test/stress2/tools/ |
H A D | leaks2.sh | 41 vmstat -z | sed '1,3d;s/://g' | \ 42 sed 's/ */ /g;s/\([0-9]\) *\([0-9]\)/\1,\2/g;s/ \([0-9]\)/,\1/;s/^ *//' | \ 43 awk -F, ' 47 printf "vmstat -z %s,%s\n", $1, size; 52 # $ netstat -m 54 # 1232/196/1428/8896 mbuf clusters in use (current/cache/total/max) 56 # 0/0/0/0 4k (page size) jumbo clusters in use (current/cache/total/max) 57 # 0/0/0/0 9k jumbo clusters in use (current/cache/total/max) 58 # 0/0/0/0 16k jumbo clusters in use (current/cache/total/max) 62 # 0/6/2480 sfbufs in use (current/peak/max) [all …]
|
H A D | leaks.sh | 41 vmstat -z | sed '1,3d;s/://g' | \ 42 sed 's/ */ /g;s/\([0-9]\) *\([0-9]\)/\1,\2/g;s/ \([0-9]\)/,\1/;s/^ *//' | \ 43 awk -F, ' 47 printf "vmstat -z %s,%s\n", $1, size; 50 # vmstat -m 53 # DEVFS3 168 21K - 169 128 54 # DEVFS1 157 40K - 157 256 55 # DEVFS 12 1K - 13 16,128 56 vmstat -m | \ 57 sed '1,1d;s/K .*//;s/ [0-9][0-9]* / /;s/ */ /g;s/^ *//;s/ /_/g;s/_\([0-9][0-9]*$\)/ \1/' | \ [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/ |
H A D | mt8390-genio-700-evk.dts | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 4 * Author: Chris Chen <chris-qj.chen@mediatek.com> 8 /dts-v1/; 12 #include <dt-bindings/gpio/gpio.h> 13 #include <dt-bindings/input/input.h> 14 #include <dt-bindings/interrupt-controller/irq.h> 15 #include <dt-bindings/pinctrl/mediatek,mt8188-pinfunc.h> 16 #include <dt-bindings/regulator/mediatek,mt6360-regulator.h> 17 #include <dt-bindings/spmi/spmi.h> 18 #include <dt-bindings/usb/pd.h> [all …]
|
H A D | mt8395-genio-1200-evk.dts | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 7 /dts-v1/; 11 #include <dt-bindings/gpio/gpio.h> 12 #include <dt-bindings/input/input.h> 13 #include <dt-bindings/interrupt-controller/irq.h> 14 #include <dt-bindings/pinctrl/mt8195-pinfunc.h> 15 #include <dt-bindings/regulator/mediatek,mt6360-regulator.h> 16 #include <dt-bindings/spmi/spmi.h> 17 #include <dt-bindings/usb/pd.h> 20 model = "MediaTek Genio 1200 EVK-P1V2-EMMC"; [all …]
|
H A D | mt8173-evb.dts | 1 // SPDX-License-Identifier: GPL-2.0-only 7 /dts-v1/; 8 #include <dt-bindings/gpio/gpio.h> 13 chassis-type = "embedded"; 14 compatible = "mediatek,mt8173-evb", "mediatek,mt8173"; 31 compatible = "hdmi-connector"; 37 remote-endpoint = <&hdmi0_out>; 43 compatible = "linux,extcon-usb-gpio"; 44 id-gpios = <&pio 16 GPIO_ACTIVE_HIGH>; 47 usb_p1_vbus: regulator-usb-p1 { [all …]
|
H A D | mt8195-demo.dts | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 6 /dts-v1/; 11 #include <dt-bindings/gpio/gpio.h> 12 #include <dt-bindings/input/input.h> 13 #include <dt-bindings/pinctrl/mt8195-pinfunc.h> 14 #include <dt-bindings/regulator/mediatek,mt6360-regulator.h> 18 compatible = "mediatek,mt8195-demo", "mediatek,mt8195"; 25 stdout-path = "serial0:921600n8"; 30 compatible = "linaro,optee-tz"; 35 gpio-keys { [all …]
|
H A D | mt7622-rfb1.dts | 6 * SPDX-License-Identifier: (GPL-2.0 OR MIT) 9 /dts-v1/; 10 #include <dt-bindings/input/input.h> 11 #include <dt-bindings/gpio/gpio.h> 18 chassis-type = "embedded"; 19 compatible = "mediatek,mt7622-rfb1", "mediatek,mt7622"; 26 stdout-path = "serial0:115200n8"; 32 proc-supply = <&mt6380_vcpu_reg>; 33 sram-supply = <&mt6380_vm_reg>; 37 proc-supply = <&mt6380_vcpu_reg>; [all …]
|
H A D | mt8186-corsola.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 5 /dts-v1/; 7 #include <dt-bindings/pinctrl/mt8186-pinfunc.h> 8 #include <dt-bindings/gpio/gpio.h> 9 #include <dt-bindings/input/input.h> 10 #include <dt-bindings/input/gpio-keys.h> 11 #include <dt-bindings/regulator/mediatek,mt6397-regulator.h> 26 stdout-path = "serial0:115200n8"; 35 backlight_lcd0: backlight-lcd0 { 36 compatible = "pwm-backlight"; [all …]
|
H A D | mt7622-bananapi-bpi-r64.dts | 5 * SPDX-License-Identifier: (GPL-2.0 OR MIT) 8 /dts-v1/; 9 #include <dt-bindings/input/input.h> 10 #include <dt-bindings/gpio/gpio.h> 11 #include <dt-bindings/leds/common.h> 17 model = "Bananapi BPI-R64"; 18 chassis-type = "embedded"; 19 compatible = "bananapi,bpi-r64", "mediatek,mt7622"; 26 stdout-path = "serial0:115200n8"; 32 proc-supply = <&mt6380_vcpu_reg>; [all …]
|
H A D | mt8195-cherry.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 6 #include <dt-bindings/gpio/gpio.h> 7 #include <dt-bindings/spmi/spmi.h> 25 backlight_lcd0: backlight-lcd0 { 26 compatible = "pwm-backlight"; 27 brightness-levels = <0 1023>; 28 default-brightness-level = <576>; 29 enable-gpios = <&pio 82 GPIO_ACTIVE_HIGH>; 30 num-interpolated-steps = <1023>; 32 power-supply = <&ppvar_sys>; [all …]
|
/freebsd/stand/defaults/ |
H A D | loader.conf | 1 # This is loader.conf - a file full of useful variables that you can 13 kernel="kernel" # /boot sub-directory containing kernel and modules 14 bootfile="kernel" # Kernel name (possibly absolute path) 28 bitmap_name="splash.bmp" # Set this to the name of the file 30 splash="/boot/images/freebsd-logo-rev.png" # Set boot_mute=YES to load it 35 screensave_name="green_saver" # Set to the name of the screensaver module 47 entropy_cache_name="/boot/entropy" # Set this to the name of the file 49 # the boot-time entropy cache. This 63 ram_blacklist_name="/boot/blacklist.txt" # Set this to the name of the file 97 # -1 for no user interrupts, NO to disable [all …]
|
/freebsd/sys/netgraph/ |
H A D | ng_message.h | 5 /*- 6 * Copyright (c) 1996-1999 Whistle Communications, Inc. 24 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. 49 #define NG_TYPESIZ 32 /* max type name len (including null) */ 50 #define NG_HOOKSIZ 32 /* max hook name len (including null) */ 51 #define NG_NODESIZ 32 /* max node name len (including null) */ 52 #define NG_PATHSIZ 512 /* max path len (including null) */ 53 #define NG_CMDSTRSIZ 32 /* max command string (including null) */ 64 u_int32_t cmd; /* command identifier */ member 68 u_char cmdstr[NG_CMDSTRSIZ]; /* cmd string + \0 */ [all …]
|
/freebsd/sys/powerpc/powermac/ |
H A D | smu.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 65 volatile uint8_t cmd; member 171 static int smu_run_cmd(device_t dev, struct smu_cmd *cmd, int wait); 262 const char *name = ofw_bus_get_name(dev); in smu_probe() local 264 if (strcmp(name, "smu") != 0) in smu_probe() 276 sc->sc_cmd_phys = segs[0].ds_addr; in smu_phys_callback() 288 mtx_init(&sc->sc_mtx, "smu", NULL, MTX_DEF); in smu_attach() 289 sc->sc_cur_cmd = NULL; in smu_attach() 290 sc->sc_doorbellirqid = -1; in smu_attach() [all …]
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | ScriptParser.cpp | 1 //===- ScriptParser.cpp ---------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // This file contains a recursive-descendent parser for linker scripts. 12 //===----------------------------------------------------------------------===// 53 if (config->sysroot == "") in ScriptParser() 57 if (!sys::fs::equivalent(config->sysroot, path)) in ScriptParser() 67 void readDefsym(StringRef name); 92 SymbolAssignment *readSymbolAssignment(StringRef name); 95 bool readSectionDirective(OutputSection *cmd, StringRef tok); [all …]
|
/freebsd/contrib/ntp/scripts/ntptrace/ |
H A D | invoke-ntptrace.texi | 7 # EDIT THIS FILE WITH CAUTION (invoke-ntptrace.texi) 9 # It has been AutoGen-ed May 25, 2024 at 12:05:48 AM by AutoGen 5.18.16 10 # From the definitions ntptrace-opts.def 11 # and the template file agtexi-cmd.tpl 28 On each line, the fields are (left to right): the host name, the host stratum, 31 synchronization distance, and (only for stratum-1 servers) the reference clock 35 defined in RFC-1305. 39 using the @code{agtexi-cmd} templat [all...] |
/freebsd/sys/contrib/device-tree/src/arm/qcom/ |
H A D | qcom-msm8974pro-sony-xperia-shinano-common.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 2 #include "qcom-msm8974pro.dtsi" 5 #include <dt-bindings/input/input.h> 6 #include <dt-bindings/leds/common.h> 7 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h> 18 stdout-path = "serial0:115200n8"; 21 gpio-keys { 22 compatible = "gpio-keys"; 24 pinctrl-0 = <&gpio_keys_pin_a>; 25 pinctrl-names = "default"; [all …]
|
/freebsd/sys/dev/drm2/ |
H A D | drm_modes.c | 2 * Copyright © 1997-2003 by The XFree86 Project, Inc. 4 * Copyright © 2007-2008 Intel Corporation 6 * Copyright 2005-2006 Luc Verhaegen 27 * Except as contained in this notice, the name of the copyright holder(s) 38 * drm_mode_debug_printmodeline - debug print a mode 51 mode->base.id, mode->name, mode->vrefresh, mode->clock, in drm_mode_debug_printmodeline() 52 mode->hdisplay, mode->hsync_start, in drm_mode_debug_printmodeline() 53 mode->hsync_end, mode->htotal, in drm_mode_debug_printmodeline() 54 mode->vdisplay, mode->vsync_start, in drm_mode_debug_printmodeline() 55 mode->vsync_end, mode->vtotal, mode->type, mode->flags); in drm_mode_debug_printmodeline() [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/ |
H A D | meson-gxbb-nanopi-k2.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 6 /dts-v1/; 8 #include "meson-gxbb.dtsi" 9 #include <dt-bindings/gpio/gpio.h> 10 #include <dt-bindings/sound/meson-aiu.h> 13 compatible = "friendlyarm,nanopi-k2", "amlogic,meson-gxbb"; 22 stdout-path = "serial0:115200n8"; 31 compatible = "gpio-leds"; 33 led-stat { 34 label = "nanopi-k2:blue:stat"; [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | qcs404-evb.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 6 #include <dt-bindings/gpio/gpio.h> 9 #include <dt-bindings/gpio/gpio.h> 10 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h> 19 stdout-path = "serial0"; 22 vph_pwr: vph-pwr-regulator { 23 compatible = "regulator-fixed"; 24 regulator-name = "vph_pwr"; 25 regulator-always-on; 26 regulator-boot-on; [all …]
|
/freebsd/usr.sbin/bhyve/ |
H A D | pci_nvme.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 31 * bhyve PCIe-NVMe device emulation. 34 * -s <n>,nvme,devpath,maxq=#,qsz=#,ioslots=#,sectsz=#,ser=A-Z,eui64=#,dsm=<opt> 41 * maxq = max number of queues 42 * qsz = max elements in each queue 43 * ioslots = max number of concurrent io requests 45 * ser = serial number (20-chars max) 52 - create async event for smart and log 53 - intr coalesce [all …]
|