/freebsd/contrib/ntp/ |
H A D | results.y2kfixes | 4 [root@timetest ntpdate]# ./ntpdate -b timelord.att.com 5 14 Jul 13:44:39 ntpdate[11723]: step time server 135.16.xxxx.xxxx offset -14740193.210537 sec 9 [root@timetest ntptrace]# ./ntptrace timelord.att.com 10 timelord.att.com: stratum 2, offset -0.000879, synch distance 0.07207 11 timemaster.att.com: stratum 1, offset -0.004876, synch distance 0.03485, refid 'GPS' 12 [root@timetest ntptrace]# cd - 15 [root@timetest ntpdate]# ./ntpdate -b timelord.att.com 16 14 Jul 13:49:01 ntpdate[11760]: step time server 135.16.xxxx.xxxx offset -19739467.533126 sec 19 [root@timetest ntpdate]# cd - 20 [root@timetest ntptrace]# ./ntptrace timelord.att.com [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/display/ |
H A D | ssd1307fb.txt | 4 - compatible: Should be "solomon,<chip>fb-<bus>". The only supported bus for 7 - reg: Should contain address of the controller on the I2C bus. Most likely 9 - pwm: Should contain the pwm to use according to the OF device tree PWM 11 - solomon,height: Height in pixel of the screen driven by the controller 12 - solomon,width: Width in pixel of the screen driven by the controller 13 - solomon,page-offset: Offset of pages (band of 8 pixels) that the screen is 17 - reset-gpios: The GPIO used to reset the OLED display, if available. See 19 - vbat-supply: The supply for VBAT 20 - solomon,segment-no-remap: Display needs normal (non-inverted) data column 22 - solomon,col-offset: Offset of columns (COL/SEG) that the screen is mapped to. [all …]
|
H A D | solomon,ssd1307fb.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Maxime Ripard <mripard@kernel.org> 11 - Javier Martinez Canillas <javierm@redhat.com> 17 - enum: 18 - solomon,ssd1305fb-i2c 19 - solomon,ssd1306fb-i2c 20 - solomon,ssd1307fb-i2c 21 - solomon,ssd1309fb-i2c [all …]
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | krb5_425_conv_principal.3 | 1 .\" Copyright (c) 1997-2003 Kungliga Tekniska Högskolan 43 Kerberos 5 Library (libkrb5, -lkrb5) 74 is non-NULL, it will be called for each candidate principal. 115 This list of default host-type conversions is compiled-in: 116 .Bd -literal -offset indent 160 .Dq foo.com , 162 .Dq bar.com 163 domains that have shared a single version 4 realm, FOO.COM. The version 4 166 .Bd -literal -offset indent 167 foo.com FOO.COM [all …]
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | fonts | 2 #------------------------------------------------------------------------------ 8 0 short 017001 byte-swapped Berkeley vfont data 10 # PostScript fonts (must precede "printer" entries), quinlan@yggdrasil.com 17 0 string %!PS-AdobeFont-1. PostScript Type 1 font text 18 #!:mime font/x-postscript-pfb 22 6 string %!PS-AdobeFont-1. 23 # skip DROID fmt-525-signature-id-816.pfb by checking for content after header 25 #!:mime application/octet-stream 26 !:mime font/x-postscript-pfb 35 # show font name in parentheses like: Frankfurt Lithos CharterBT-BoldItalic Courier10PitchBT-Bold [all …]
|
H A D | msdos | 2 #------------------------------------------------------------------------------ 4 # msdos: file(1) magic for MS-DOS files 7 # .BAT files (Daniel Quinlan, quinlan@yggdrasil.com) 11 !:mime text/x-msdos-batch 14 !:mime text/x-msdos-batch 17 !:mime text/x-msdos-batch 20 !:mime text/x-msdos-batch 40 # FMX64:FileMaker Pro 64-bit plug-in https://en.wikipedia.org/wiki/FileMaker 41 # FMX: FileMaker Pro 32-bit plug-in https://en.wikipedia.org/wiki/FileMaker 47 # MLL: Maya plug-in (generic) http://en.wikipedia.org/wiki/Autodesk_Maya [all …]
|
/freebsd/lib/libc/tests/sys/ |
H A D | sendfile_test.c | 1 /*- 43 #include <atf-c.h> 89 random_port = rand() % (portrange_last - portrange_first) + in generate_random_port() 135 ATF_REQUIRE_MSG(sock != -1, "socket(%d, %d, 0) failed: %s", in make_socket() 150 (const struct sockaddr*)res->ai_addr, res->ai_addrlen, in setup_client() 151 host, nitems(host) - 1, NULL, 0, NI_NUMERICHOST); in setup_client() 157 host, res->ai_family, res->ai_socktype); in setup_client() 160 sock = make_socket(res->ai_family, res->ai_socktype, res->ai_protocol); in setup_client() 161 error = connect(sock, (struct sockaddr*)res->ai_addr, res->ai_addrlen); in setup_client() 180 sock = make_socket(res->ai_family, res->ai_socktype, res->ai_protocol); in setup_server() [all …]
|
/freebsd/contrib/file/ |
H A D | ChangeLog | 1 2024-11-27 14:44 Christos Zoulas <christos@zoulas.com> 6 2024-11-25 13:56 Christos Zoulas <christos@zoulas.com> 10 2024-11-10 13:56 Christos Zoulas <christos@zoulas.com> 14 offset that the "use" starts so that we don't double-count it. 17 2024-11-09 19:30 Christos Zoulas <christos@zoulas.com> 21 2024-11-02 14:34 Christos Zoulas <christos@zoulas.com> 25 2023-12-29 12:55 Christos Zoulas <christos@zoulas.com> 29 2023-07-29 12:55 Christos Zoulas <christos@zoulas.com> 33 2023-07-27 15:45 Christos Zoulas <christos@zoulas.com> 37 2023-07-17 11:53 Christos Zoulas <christos@zoulas.com> [all …]
|
/freebsd/sys/dev/drm2/ |
H A D | drm_vm.c | 5 * \author Rickard E. (Rik) Faith <faith@valinux.com> 6 * \author Gareth Hughes <gareth@valinux.com> 10 * Created: Mon Jan 4 08:58:31 1999 by faith@valinux.com 46 drm_mmap(struct cdev *kdev, vm_ooffset_t offset, vm_paddr_t *paddr, in drm_mmap() argument 66 if (file_priv && !file_priv->authenticated) in drm_mmap() 69 DRM_DEBUG("called with offset %016jx\n", offset); in drm_mmap() 70 if (dev->dma && offset < ptoa(dev->dma->page_count)) { in drm_mmap() 71 drm_device_dma_t *dma = dev->dma; in drm_mmap() 73 DRM_SPINLOCK(&dev->dma_lock); in drm_mmap() 75 if (dma->pagelist != NULL) { in drm_mmap() [all …]
|
H A D | drm_memory.c | 5 * \author Rickard E. (Rik) Faith <faith@valinux.com> 6 * \author Gareth Hughes <gareth@valinux.com> 10 * Created: Thu Feb 4 14:00:34 1999 by faith@valinux.com 42 static void *agp_remap(unsigned long offset, unsigned long size, in agp_remap() argument 46 * FIXME Linux<->FreeBSD: Not implemented. This is never called in agp_remap() 47 * on FreeBSD anyway, because drm_agp_mem->cant_use_aperture is in agp_remap() 73 return -EINVAL; in drm_bind_agp() 75 return -agp_bind_memory(agpdev, handle, start * PAGE_SIZE); in drm_bind_agp() 85 return -EINVAL; in drm_unbind_agp() 87 return -agp_unbind_memory(agpdev, handle); in drm_unbind_agp() [all …]
|
/freebsd/sys/dev/gve/ |
H A D | gve_utils.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 4 * Copyright (c) 2023-2024 Google LLC 35 gve_reg_bar_read_4(struct gve_priv *priv, bus_size_t offset) in gve_reg_bar_read_4() argument 37 return (be32toh(bus_read_4(priv->reg_bar, offset))); in gve_reg_bar_read_4() 41 gve_reg_bar_write_4(struct gve_priv *priv, bus_size_t offset, uint32_t val) in gve_reg_bar_write_4() argument 43 bus_write_4(priv->reg_bar, offset, htobe32(val)); in gve_reg_bar_write_4() 47 gve_db_bar_write_4(struct gve_priv *priv, bus_size_t offset, uint32_t val) in gve_db_bar_write_4() argument 49 bus_write_4(priv->db_bar, offset, htobe32(val)); in gve_db_bar_write_4() 53 gve_db_bar_dqo_write_4(struct gve_priv *priv, bus_size_t offset, uint32_t val) in gve_db_bar_dqo_write_4() argument [all …]
|
H A D | gve_tx.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 4 * Copyright (c) 2023-2024 Google LLC 40 struct gve_queue_page_list *qpl = tx->com.qpl; in gve_tx_fifo_init() 41 struct gve_tx_fifo *fifo = &tx->fifo; in gve_tx_fifo_init() 43 fifo->size = qpl->num_pages * PAGE_SIZE; in gve_tx_fifo_init() 44 fifo->base = qpl->kva; in gve_tx_fifo_init() 45 atomic_store_int(&fifo->available, fifo->size); in gve_tx_fifo_init() 46 fifo->head = 0; in gve_tx_fifo_init() 54 struct gve_tx_ring *tx = &priv->tx[i]; in gve_tx_free_ring_gqi() [all …]
|
/freebsd/share/man/man4/ |
H A D | bxe.4 | 35 .Bd -ragged -offset indent 42 .Bd -literal -offset indent 51 tagging, checksum offload (IPv4, TCP, UDP, IPv6-TCP, IPv6-UDP), MSI-X 60 .Bl -bullet -compact 70 QLogic NetXtreme II BCM57712-MF 10Gb 74 QLogic NetXtreme II BCM57800-MF 10Gb 78 QLogic NetXtreme II BCM57810-MF 10Gb 82 QLogic NetXtreme II BCM57840-MF 10Gb 92 .Bl -tag -width indent 117 MSI/MSIX interrupt vector is allocated per-queue. [all …]
|
H A D | mlx5ib.4 | 30 .Nd "Mellanox ConnectX-4 and ConnectX-4 LX based 100Gb, 50Gb, 40Gb, 25Gb and 10Gb network adapter d… 34 .Bd -ragged -offset indent 40 To load the driver as a module at run-time, 42 .Bd -literal -offset indent 49 .Bd -literal -offset indent 56 RoCE, for PCI Express network adapters based on ConnectX-4 and ConnectX-4 LX. 60 .Pa http://www.mellanox.com/ . 68 ConnectX-4 supports: 10/20/25/40/50/56/100Gb/s speeds. 69 ConnectX-4 LX supports: 10/25/40/50Gb/s speeds (and reduced power consumption): 71 .Bl -bullet -compact [all …]
|
H A D | oce.4 | 31 .\" freebsd-drivers@emulex.com 47 .Bd -ragged -offset indent 55 .Bd -literal -offset indent 69 Bonding, Jumbo frames (from 1500 - 9000), Multiple TX queues, 70 Receive-Sid [all...] |
/freebsd/contrib/netcat/ |
H A D | nc.1 | 38 .Bk -words 43 .Op Fl -lb 44 .Op Fl -no-tcpopt 45 .Op Fl -sctp 46 .Op Fl -crlf 52 .Op Fl -tun Ar tundev 70 .Ux Ns -domain 85 .Bl -bullet -offset indent -compact 89 shell-script based HTTP clients and servers 100 .Bl -tag -width Ds [all …]
|
/freebsd/crypto/openssh/ |
H A D | sshd_config.5 | 50 The file contains keyword-argument pairs, one per line. 61 keywords are case-insensitive and arguments are case-sensitive): 62 .Bl -tag -width Ds 77 requests a pseudo-terminal as it is required by the protocol. 102 .Xr ssh-agent 1 127 Specifies whether StreamLocal (Unix-domain socket) forwarding is permitted. 189 This option must be followed by one or more lists of comma-separated 198 .Qq publickey,password publickey,keyboard-interactive 203 keyboard-interactive authentication before public key. 213 .Qq keyboard-interactive:bsdauth [all …]
|
H A D | sftp-client.c | 1 /* $OpenBSD: sftp-client.c,v 1.176 2024/05/17 02:39:11 jsg Exp $ */ 3 * Copyright (c) 2001-2004 Damien Miller <djm@openbsd.org> 29 #include "openbsd-compat/sys-queue.h" 65 #include "sftp-common.h" 66 #include "sftp-client.h" 113 /* Tracks in-progress requests during file transfers */ 117 u_int64_t offset; member 128 uint64_t offset) in request_enqueue() argument 133 req->id = id; in request_enqueue() 134 req->len = len; in request_enqueue() [all …]
|
H A D | ssh_config.5 | 48 .Bl -enum -offset indent -compact 50 command-line options 55 system-wide configuration file 71 host-specific declarations should be given near the beginning of the 74 The file contains keyword-argument pairs, one per line. 95 keywords are case-insensitive and arguments are case-sensitive): 96 .Bl -tag -width Ds 169 keyword matches only when the configuration file is being re-parsed 178 keyword requests that the configuration be re-parsed (regardless of whether 208 and so caution should be applied if using it to control security-sensitive [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/iio/dac/ |
H A D | adi,ad3552r.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 4 --- 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Nuno Sá <nuno.sa@analog.com> 16 https://www.analog.com/media/en/technical-documentation/data-sheets/ad3541r.pdf 17 https://www.analog.com/media/en/technical-documentation/data-sheets/ad3542r.pdf 18 https://www.analog.com/media/en/technical-documentation/data-sheets/ad3551r.pdf 19 https://www.analog.com/media/en/technical-documentation/data-sheets/ad3552r.pdf 24 - adi,ad3541r 25 - adi,ad3542r [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/ |
H A D | WindowsMMap.c | 3 * https://git.uclibc.org/uClibc/tree/utils/mmap-windows.c 12 * CreateFileMapping: http://msdn.microsoft.com/en-us/library/aa366537(VS.85).aspx 13 * CloseHandle: http://msdn.microsoft.com/en-us/library/ms724211(VS.85).aspx 14 * MapViewOfFile: http://msdn.microsoft.com/en-us/library/aa366761(VS.85).aspx 15 * UnmapViewOfFile: http://msdn.microsoft.com/en-us/library/aa366882(VS.85).aspx 28 void *mmap(void *start, size_t length, int prot, int flags, int fd, off_t offset) in mmap() argument [all...] |
/freebsd/sys/contrib/device-tree/Bindings/gpu/host1x/ |
H A D | nvidia,tegra234-nvdec.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/gpu/host1x/nvidia,tegra234-nvdec.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 15 - Thierry Reding <treding@gmail.com> 16 - Mikko Perttunen <mperttunen@nvidia.com> 20 pattern: "^nvdec@[0-9a-f]*$" 24 - nvidia,tegra234-nvdec 32 clock-names: 34 - const: nvdec [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_send/ |
H A D | zfs_send_sparse.ksh | 1 #!/bin/ksh -p 14 # Copyright 2017, loli10K <ezomori.nozomu@gmail.com>. All rights reserved. 27 # like the one described in https://github.com/openzfs/zfs/pull/6760 34 datasetexists $SENDFS && destroy_dataset $SENDFS -r 35 datasetexists $RECVFS && destroy_dataset $RECVFS -r 39 # Write 1 random byte at $offset of "source" file in $sendfs dataset 43 function write_compare_files # <sendfs> <recvfs> <offset> 47 typeset offset="$3" 53 log_must dd if=/dev/urandom of=$sendfile bs=1 count=1 seek=$offset 59 log_must cmp $sendfile $recvfile $offset $offset [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Win64EH.h | 1 //===-- llvm/Support/Win64EH.h ---Win64 EH Constants----- [all...] |
/freebsd/sys/dev/jedec_dimm/ |
H A D | jedec_dimm.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 7 * Copyright (c) 2018-2023 Panasas 32 * This driver is a super-set of the now-deleted jedec_ts(4), and most of the 82 * http://www.analog.com/media/en/technical-documentation/data-sheets/ADT7408.pdf 87 * http://www.atmel.com/images/doc8711.pdf 88 * http://www.atmel.com/images/atmel-8868-dts-at30tse004a-datasheet.pdf 97 * http://www.idt.com/sites/default/files/documents/IDT_TSE2002B3C_DST_20100512_120303152056.pdf 98 * http://www.idt.com/sites/default/files/documents/IDT_TS3000B3A_DST_20101129_120303152013.pdf 99 * https://www.idt.com/document/dst/tse2004gb2b0-datasheet [all …]
|