/freebsd/crypto/heimdal/appl/login/ |
H A D | utmp_login.c | 2 * Copyright (c) 1995 - 2001 Kungliga Tekniska Högskolan 39 * full name, first component or address */ 46 char *ld, *hd; in shrink_hostname() local 55 hd = strchr (hostname, '.'); in shrink_hostname() 57 if (hd != NULL && ld != NULL && strcmp(hd, ld) == 0 in shrink_hostname() 58 && hd - hostname < dst_sz) { in shrink_hostname() 60 dst[hd - hostname] = '\0'; in shrink_hostname() 69 ret = getnameinfo (ai->ai_addr, ai->ai_addrlen, in shrink_hostname() 80 /* update utmp and wtmp - the BSD way */ 91 utmp->ut_time = time(NULL); in prepare_utmp() [all …]
|
/freebsd/sys/dev/mii/ |
H A D | rgephyreg.h | 1 /*- 2 * SPDX-License-Identifier: BSD-4-Clause 18 * 4. Neither the name of the author nor the names of any co-contributors 65 #define RGEPHY_BMSR_100TXFDX 0x4000 /* 100 base Tx full duplex capable */ 67 #define RGEPHY_BMSR_10TFDX 0x1000 /* 10 base T full duplex capable */ 69 #define RGEPHY_BMSR_100T2FDX 0x0400 /* 100 base T2 full duplex capable */ 122 #define RGEPHY_1000CTL_AFD 0x0200 /* Advertise full duplex */ 136 #define RGEPHY_1000STS_LPHD 0x0400 /* Link partner can HD */ 140 #define RGEPHY_EXTSTS_X_FD_CAP 0x8000 /* 1000base-X FD capable */ 141 #define RGEPHY_EXTSTS_X_HD_CAP 0x4000 /* 1000base-X HD capable */ [all …]
|
H A D | ciphyreg.h | 1 /*- 2 * SPDX-License-Identifier: BSD-4-Clause 18 * 4. Neither the name of the author nor the names of any co-contributors 62 #define CIPHY_BMSR_100TXFDX 0x4000 /* 100 base Tx full duplex capable */ 64 #define CIPHY_BMSR_10TFDX 0x1000 /* 10 base T full duplex capable */ 66 #define CIPHY_BMSR_100T2FDX 0x0400 /* 100 base T2 full duplex capable */ 140 #define CIPHY_1000CTL_AFD 0x0200 /* Advertise full duplex */ 155 #define CIPHY_1000STS_LPHD 0x0400 /* Link partner can HD */ 159 #define CIPHY_EXTSTS_X_FD_CAP 0x8000 /* 1000base-X FD capable */ 160 #define CIPHY_EXTSTS_X_HD_CAP 0x4000 /* 1000base-X HD capable */ [all …]
|
H A D | mii.h | 3 /*- 4 * SPDX-License-Identifier: BSD-2-Clause 70 #define BMSR_100TXFDX 0x4000 /* 100 base Tx full duplex capable */ 72 #define BMSR_10TFDX 0x1000 /* 10 base T full duplex capable */ 74 #define BMSR_100T2FDX 0x0400 /* 100 base T2 full duplex capable */ 128 #define ANAR_X_FD 0x0020 /* local device supports 1000BASE-X FD */ 129 #define ANAR_X_HD 0x0040 /* local device supports 1000BASE-X HD */ 153 #define ANLPAR_X_FD 0x0020 /* local device supports 1000BASE-X FD */ 154 #define ANLPAR_X_HD 0x0040 /* local device supports 1000BASE-X HD */ 164 #define ANER_LPNP 0x0008 /* link parter next page-able */ [all …]
|
H A D | brgphyreg.h | 1 /*- 2 * SPDX-License-Identifier: BSD-4-Clause 18 * 4. Neither the name of the author nor the names of any co-contributors 100 #define BRGPHY_1000CTL_AFD 0x0200 /* Advertise full duplex */ 109 #define BRGPHY_1000STS_LPHD 0x0400 /* Link partner can HD */ 113 #define BRGPHY_EXTSTS_X_FD_CAP 0x8000 /* 1000base-X FD capable */ 114 #define BRGPHY_EXTSTS_X_HD_CAP 0x4000 /* 1000base-X HD capable */ 115 #define BRGPHY_EXTSTS_T_FD_CAP 0x2000 /* 1000base-T FD capable */ 116 #define BRGPHY_EXTSTS_T_HD_CAP 0x1000 /* 1000base-T HD capable */ 119 #define BRGPHY_PHY_EXTCTL_MAC_PHY 0x8000 /* 10BIT/GMI-interface */ [all …]
|
H A D | xmphyreg.h | 1 /*- 2 * SPDX-License-Identifier: BSD-4-Clause 18 * 4. Neither the name of the author nor the names of any co-contributors 65 #define XMPHY_ANAR_FDX 0x0020 /* Select full duplex */ 73 #define XMPHY_ANLPAR_FDX 0x0020 /* Select full duplex */ 75 #define XMPHY_RF_OK 0x0000 /* No error -- link is good */ 107 #define XMPHY_EXTSTS_FDX 0x8000 /* 1000base-X FD capable */ 108 #define XMPHY_EXTSTS_HDX 0x4000 /* 1000base-X HD capable */ 113 #define XMPHY_RESAB_FDX 0x0020 /* Full duplex selected */
|
/freebsd/sys/contrib/device-tree/Bindings/display/panel/ |
H A D | advantech,idk-2121wr.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/display/panel/advantech,idk-212 [all...] |
/freebsd/sys/dev/sec/ |
H A D | sec.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (C) 2008-2009 Semihalf, Piotr Ziecik 70 static int sec_channel_reset(struct sec_softc *sc, int channel, int full); 158 if (dma_mem->dma_vaddr != NULL) in sec_sync_dma_mem() 159 bus_dmamap_sync(dma_mem->dma_tag, dma_mem->dma_map, op); in sec_sync_dma_mem() 166 return (desc->sd_ptr_dmem[n].dma_vaddr); in sec_get_pointer_data() 183 sc->sc_rrid = 0; in sec_probe() 184 sc->sc_rres = bus_alloc_resource_any(dev, SYS_RES_MEMORY, &sc->sc_rrid, in sec_probe() 187 if (sc->sc_rres == NULL) in sec_probe() [all …]
|
/freebsd/libexec/bootpd/ |
H A D | bootptab.5 | 17 in which two-character case-sensitive tag symbols are used to 28 is a two-character tag symbol. 32 .Em tc=.dummy-entry 34 Most tags must be followed by an equals-sign 41 .Bl -tag -width xxx -compact 45 Bootfile size in 512-octet blocks 60 .It hd 75 IEN-116 name server address list 121 RFC1084-style bootp reply. 123 The following tags take a whitespace-separated list of IP addresses: [all …]
|
/freebsd/share/doc/usd/21.troff/ |
H A D | m5 | 1 .\" Copyright (C) Caldera International Inc. 2001-2002. All rights reserved. 76 The Compatible Time-Sharing System, 89 environment switching, page-position trap, and conditional input mechanisms 90 provide the basis for user-defined implementations. 110 \fI\-N\fR (\fIN\fR from the page bottom) for the footer. 113 &de hd \e"define header 119 &wh 0 hd 120 &wh \-1i fo 125 the initial pseudo-page transition (\(sc3). 132 the \fIno-break\fR control character \fB\'\fR [all …]
|
/freebsd/stand/efi/libefi/ |
H A D | efipart.c | 1 /*- 123 if (dev->dv_type == DEVT_DISK) in efiblk_get_pdinfo_list() 125 if (dev->dv_type == DEVT_CD) in efiblk_get_pdinfo_list() 127 if (dev->dv_type == DEVT_FD) in efiblk_get_pdinfo_list() 139 pdi = efiblk_get_pdinfo_list(dev->d_dev); in efiblk_get_pdinfo() 144 if (pd->pd_unit == dev->d_unit) in efiblk_get_pdinfo() 157 status = BS->LocateDevicePath(&blkio_guid, &devp, &h); in efiblk_get_pdinfo_by_device_path() 167 return (pd->pd_handle == h || pd->pd_alias == h); in same_handle() 181 STAILQ_FOREACH(pp, &dp->pd_part, pd_link) { in efiblk_get_pdinfo_by_handle() 189 STAILQ_FOREACH(pp, &dp->pd_part, pd_link) { in efiblk_get_pdinfo_by_handle() [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/gemini/ |
H A D | gemini-dlink-dir-685.dts | 2 * Device Tree file for D-Link DIR-685 Xtreme N Storage Router 5 /dts-v1/; 8 #include <dt-bindings/input/input.h> 11 model = "D-Link DIR-685 Xtreme N Storage Router"; 12 compatible = "dlink,dir-685", "cortina,gemini"; 13 #address-cells = <1>; 14 #size-cells = <1>; 17 /* 128 MB SDRAM in 2 x Hynix HY5DU121622DTP-D43 */ 24 stdout-path = "uart0:19200n8"; 28 compatible = "gpio-keys"; [all …]
|
H A D | gemini-sl93512r.dts | 1 // SPDX-License-Identifier: GPL-2.0 5 * "Gemini324 EV-Board" before Storm acquired Storlink Semiconductor. 9 /dts-v1/; 12 #include <dt-bindings/input/input.h> 15 model = "Storlink Semiconductor Gemini324 EV-Board / Storm Semiconductor SL93512R_BRD"; 17 #address-cells = <1>; 18 #size-cells = <1>; 28 stdout-path = &uart0; 32 compatible = "gpio-keys"; 34 button-wps { [all …]
|
/freebsd/share/misc/ |
H A D | scsi_modes | 3 # Copyright (c) 1995 HD Associates 16 # 3. The name of HD Associates 20 # THIS SOFTWARE IS PROVIDED BY HD ASSOCIATES ``AS IS'' AND 23 # ARE DISCLAIMED. IN NO EVENT SHALL HD ASSOCIATES BE LIABLE 35 # 'i' is a byte-sized integral types, followed by a field width of 38 # 'b' is a bit-sized integral type 39 # 't' is a bitfield type- followed by a bit field width 42 # 'z' values are null-padded strings 81 {Extended Self-Test Completion Time} i2 95 0x02 "Disconnect-Reconnect" { [all …]
|
H A D | pci_vendors | 5 # Date: 2024-11-25 03:15:02 8 # the PCI ID Project at https://pci-ids.ucw.cz/. 14 # (version 2 or higher) or the 3-clause BSD License. 25 # device device_name <-- single tab 26 # subvendor subdevice subsystem_name <-- two tabs 30 # This is a relabelled RTL-8139 31 8139 AT-2500TX V3 Ethernet 41 7a09 PCI-to-PCI Bridge 50 7a19 PCI-to-PCI Bridge 55 7a29 PCI-to-PCI Bridge [all …]
|
H A D | usb_vendors | 6 # http://www.linux-usb.org/usb-ids.html 7 # or send entries as patches (diff -u old new) in the 10 # http://www.linux-usb.org/usb.ids 13 # Date: 2024-12-04 20:34:02 20 # device device_name <-- single tab 21 # interface interface_name <-- two tabs 38 5301 GW-US54ZGL 802.11bg 54 145f NW-3100 802.11b/g 54Mbps Wireless Network Adapter [zd1211] 62 0200 TP-Link 81 120e ASI120MC-S Planetary Camera [all …]
|
/freebsd/sys/net/ |
H A D | sff8472.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2013 George V. Neville-Neil 30 * The following set of constants are from Document SFF-8472 40 * 0-95 Serial ID Defined by SFP MSA 41 * 96-127 Vendor Specific Data 42 * 128-255 Reserved 45 * 0-55 Alarm and Warning Thresholds 46 * 56-95 Cal Constants 47 * 96-119 Real Time Diagnostic Interface [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/freescale/ |
H A D | imx8mm-venice-gw72xx-0x-rs422.dtso | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 5 * GW72xx RS422 (RS485 full duplex): 6 * - GPIO1_0 rs485_term selects on-chip termination 7 * - GPIO4_0 rs485_en needs to be driven high (active) 8 * - GPIO4_2 rs485_hd needs to be driven low (in-active) 9 * - UART4_TX is DE for RS485 transmitter 10 * - RS485_EN needs to be pulled high 11 * - RS485_HALF needs to be low 14 #include <dt-bindings/gpio/gpio.h> 16 #include "imx8mm-pinfunc.h" [all …]
|
H A D | imx8mm-venice-gw73xx-0x-rs422.dtso | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 5 * GW73xx RS422 (RS485 full duplex): 6 * - GPIO1_0 rs485_term selects on-chip termination 7 * - GPIO4_0 rs485_en needs to be driven high (active) 8 * - GPIO4_2 rs485_hd needs to be driven low (in-active) 9 * - UART4_TX is DE for RS485 transmitter 10 * - RS485_EN needs to be pulled high 11 * - RS485_HALF needs to be low 14 #include <dt-bindings/gpio/gpio.h> 16 #include "imx8mm-pinfunc.h" [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/display/bridge/ |
H A D | anx6345.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Torsten Duwe <duwe@lst.de> 13 The ANX6345 is an ultra-low power Full-HD eDP transmitter designed for 24 reset-gpios: 28 dvdd12-supply: 31 dvdd25-supply: 50 - port@0 53 - compatible [all …]
|
H A D | analogix,anx7814.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schema [all...] |
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_read_support_format_cab.c | 1 /*- 2 * Copyright (c) 2010-2012 Michihiro NAKAJIMA 134 #define SLOT_MAX 21/*->25*/ 361 archive_set_error(&a->archive, ENOMEM, in archive_read_support_format_cab() 365 archive_string_init(&cab->ws); in archive_read_support_format_cab() 366 archive_wstring_ensure(&cab->ws, 256); in archive_read_support_format_cab() 392 * Note: Self-Extraction program has 'MSCF' string in their in find_cab_magic() 418 return (-1); in archive_read_format_cab_bid() 421 return (-1); in archive_read_format_cab_bid() 427 * Attempt to handle self-extracting archives in archive_read_format_cab_bid() [all …]
|
/freebsd/usr.sbin/fdformat/ |
H A D | fdformat.8 | 45 may either be given as a full path 56 .Bl -tag -width ".Fl s Ar fmtstr" 90 For non-autoselecting subdevices, neither 116 does only perform low-level formatting. 125 .Tn MS-DOS 135 To format a new double-sided, high-density (HD) 1.44 MB disk 138 .Dl "/usr/sbin/fdformat -f 1440 /dev/fd0" 140 After low-level formatting the disk with 152 .Dl "/sbin/bsdlabel -B -w /dev/fd0 fd1440" 154 The floppy is now ready to be high-level formatted with a file system. [all …]
|
/freebsd/sys/contrib/openzfs/lib/libnvpair/ |
H A D | libnvpair_json.c | 7 * A full copy of the text of the CDDL should have accompanied this 27 return (-1); \ 43 * The output will be entirely 7-bit ASCII (as a subset of UTF-8) with all 55 if (sz == (size_t)-1 || sz == (size_t)-2) { in nvlist_print_json_string() 60 return (-1); in nvlist_print_json_string() 90 * as JSON-escaped multibyte characters. in nvlist_print_json_string() 95 * Render other 7-bit ASCII characters directly in nvlist_print_json_string() 110 * Dump a JSON-formatted representation of an nvlist to the provided FILE *. 111 * This routine does not output any new-lines or additional whitespace other 131 if (nvlist_print_json_string(fp, nvpair_name(curr)) == -1) in nvlist_print_json() [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/nvidia/ |
H A D | tegra30-lg-p880.dts | 1 // SPDX-License-Identifier: GPL-2.0 2 /dts-v1/; 4 #include "tegra30-lg-x3.dtsi" 7 model = "LG Optimus 4X HD P880"; 16 pinctrl-names = "default"; 17 pinctrl-0 = <&state_default>; 21 host-wlan-wake { 26 nvidia,enable-input = <TEGRA_PIN_ENABLE>; 29 /* GNSS UART-B pinmux */ 30 uartb-rxd { [all …]
|