Home
last modified time | relevance | path

Searched +full:co +full:- +full:located (Results 1 – 25 of 53) sorted by relevance

123

/freebsd/usr.sbin/crashinfo/
H A Dcrashinfo.812 .\" 3. Neither the name of the author nor the names of any co-contributors
62 has located a core dump,
73 has located a core dump and kernel,
89 .Bl -tag -width indent
/freebsd/contrib/wpa/hostapd/
H A DREADME1 hostapd - user space IEEE 802.11 AP and IEEE 802.1X/WPA/WPA2/EAP
5 Copyright (c) 2002-2024, Jouni Malinen <j@w1.fi> and contributors
17 -------
33 3. Neither the name(s) of the above-listed copyright holder(s) nor the
68 ------------
71 - drivers:
73 (http://w1.fi/hostap-driver.html)
77 mac80211-based drivers that support AP mode (with driver=nl80211).
84 FreeBSD -current
89 -------------------
[all …]
/freebsd/share/man/man4/
H A Dcd9660.42 .\" SPDX-License-Identifier: BSD-3-Clause
33 .Nd "ISO-9660 file system"
36 .Bd -ragged -offset indent
43 .Bd -literal -offset indent
57 volume located on
60 .Dl "mount -t cd9660 /dev/cd0 /mnt"
75 .An -nosplit
81 .An Atsushi Murai Aq Mt amurai@spec.co.jp .
/freebsd/share/man/man5/
H A Dcd9660.5
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dnixge.txt4 - compatible: Should be "ni,xge-enet-3.00", but can be "ni,xge-enet-2.00" for
5 older device trees with DMA engines co-located in the address map,
7 - reg: Address and length of the register set for the device. It contains the
8 information of registers in the same order as described by reg-names.
9 - reg-names: Should contain the reg names
12 - interrupts: Should contain tx and rx interrupt
13 - interrupt-names: Should be "rx" and "tx"
14 - phy-mode: See ethernet.txt file in the same directory.
15 - nvmem-cells: Phandle of nvmem cell containing the MAC address
16 - nvmem-cell-names: Should be "address"
[all …]
/freebsd/usr.sbin/bhyve/
H A Dqemu_loader.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2022 Beckhoff Automation GmbH & Co. KG
15 * Some guest bios like seabios assume the RSDP to be located in the FSEG. Bhyve
20 QEMU_LOADER_ALLOC_FSEG, /* 0x0F000000 - 0x100000 */
/freebsd/share/doc/smm/02.config/
H A D4.t80 \-DFUNNY \-DHAHA in the resultant makefile.
123 This is usually a cute name like ERNIE (short for Ernie Co-Vax) or
142 \fBconfig\fP\ \fIsysname\fP\ \fIconfig-clauses\fP
149 is located and the number and location of paging devices.
161 \fBroot\fP [ \fBon\fP ] \fIroot-device\fP
162 \fBswap\fP [ \fBon\fP ] \fIswap-device\fP [ \fBand\fP \fIswap-device\fP ] ...
163 \fBdumps\fP [ \fBon\fP ] \fIdump-device\fP
164 \fBargs\fP [ \fBon\fP ] \fIarg-device\fP
172 is located, the ``swap'' clause indicates swapping and paging
189 file system is located. Appendix B contains a complete list
[all …]
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Driscv,imsics.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/interrupt-controller/riscv,imsics.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: RISC-V Incoming MSI Controller (IMSIC)
10 - Anup Patel <anup@brainfault.org>
13 The RISC-V advanced interrupt architecture (AIA) defines a per-CPU incoming
14 MSI controller (IMSIC) for handling MSIs in a RISC-V platform. The RISC-V
15 AIA specification can be found at https://github.com/riscv/riscv-aia.
17 The IMSIC is a per-CPU (or per-HART) device with separate interrupt file
[all …]
/freebsd/crypto/krb5/doc/
H A Diprop-notes.txt22 which I haven't had a chance to implement: Make the update-log code
23 fit in as a sort of pseudo-database layer via the DAL, being called
29 as a differently-named database; the installation of the hooks would
35 because A's bandwidth is highly limited, or B and C are co-located?
44 kadmin/cli/kadmin.c call to kadm5_init_iprop - is this needed in
45 client-side program? Should it be done in libkadm5srv instead as part
46 of the existing kadm5_init* so that database-accessing applications
51 we want to slip the iprop code in between -- run it plus the DB update
70 primary, listing the replica. Since the full-resync part uses normal
89 backwards-incompatible ABI changes.)
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFTypes.h1 //===- ELFTypes.h - Endian specific types for ELF ---------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
160 Elf_Word sh_link; // Section type-specific header table index link
161 Elf_Word sh_info; // Section type-specific extra information
175 Elf_Word sh_link; // Section type-specific header table index link
176 Elf_Word sh_info; // Section type-specific extra information
281 uint32_t Offset = this->st_name;
407 return this->getRInfo(isMips64EL) >> 8;
410 return (unsigned char)(this->getRInfo(isMips64EL) & 0x0ff);
[all …]
/freebsd/usr.sbin/ypbind/
H A Dyp_ping.c2 * SPDX-License-Identifier: BSD-4-Clause
18 * 4. Neither the name of the author nor the names of any co-contributors
35 /*-
41 * - Redistributions of source code must retain the above copyright notice,
43 * - Redistributions in binary form must reproduce the above copyright notice,
46 * - Neither the name of Sun Microsystems, Inc. nor the names of its
110 int sock = -1; in __pmap_getport()
114 address->sin_port = htons(PMAPPORT); in __pmap_getport()
134 if (sock != -1) in __pmap_getport()
136 address->sin_port = 0; in __pmap_getport()
[all …]
/freebsd/share/doc/usd/11.vitut/
H A Dedittut.ms34 .EH 'USD:11-%''Edit: A Tutorial'
35 .OH 'Edit: A Tutorial''USD:11-%'
64 Its aim is to lead the beginning \s-2UNIX\(dg\s+2 user through the
76 and the \s-2UNIX\s+2 documentation in general.
92 Making contact with \s-2UNIX\s+2\ \ \ 4
128 Moving around in the buffer (+ and \-)\ \ \ 16
137 Issuing \s-2UNIX\s+2 commands from the editor\ \ \ 20
191 other features of \s-2UNIX\s0 will be very important to your work.
214 \s-2UNIX\s0 is a special type of program,
220 is the name of the \s-2UNIX\s0 text editor you will be learning to use,
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception.h1 //===-- interception.h ------------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
57 // DECLARE_REAL(...) are located inside namespaces.
72 // ---------------------
86 // - provide a non-weak function "func" that performs interception;
87 // - if __interceptor_func exists, call it to perform the real functionality;
88 // - if it does not exist, figure out the real function and call it instead.
93 // - provide a non-weak function __interceptor_func that performs interception;
[all …]
/freebsd/share/doc/papers/bufbio/
H A Dbio.ms1 .\" ----------------------------------------------------------------------------
2 .\" "THE BEER-WARE LICENSE" (Revision 42):
5 .\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
6 .\" ----------------------------------------------------------------------------
13 - or -
17 Poul-Henning Kamp <phk@FreeBSD.org>
22 they they left the file-system layer were logical sub disk implementation
27 able to co-exist with other operating systems on the same disk.
37 This paper contains the road-map for a stackable "BIO" system in
44 of struct buf, it is a most enlightening case of not exactly bit-rot
[all …]
/freebsd/contrib/tzdata/
H A Dasia4 # 2009-05-17 by Arthur David Olson.
11 # From Paul Eggert (2019-07-11):
26 # Whitman Publishing Co, 2 Niagara Av, Ealing, London (undated), which
30 # Milne J. Civil time. Geogr J. 1899 Feb;13(2):173-94.
64 # Technical Support (including a page from the Official Airline Guide -
70 # Rule NAME FROM TO - IN ON AT SAVE LETTER/S
71 Rule EUAsia 1981 max - Mar lastSun 1:00u 1:00 S
72 Rule EUAsia 1979 1995 - Sep lastSun 1:00u 0 -
73 Rule EUAsia 1996 max - Oct lastSun 1:00u 0 -
74 Rule E-EurAsia 1981 max - Mar lastSun 0:00 1:00 -
[all …]
H A Daustralasia4 # 2009-05-17 by Arthur David Olson.
16 # Rule NAME FROM TO - IN ON AT SAVE LETTER/S
17 Rule Aus 1917 only - Jan 1 2:00s 1:00 D
18 Rule Aus 1917 only - Mar lastSun 2:00s 0 S
19 Rule Aus 1942 only - Jan 1 2:00s 1:00 D
20 Rule Aus 1942 only - Mar lastSun 2:00s 0 S
21 Rule Aus 1942 only - Sep 27 2:00s 1:00 D
22 Rule Aus 1943 1944 - Mar lastSun 2:00s 0 S
23 Rule Aus 1943 only - Oc
[all...]
H A Dnorthamerica4 # 2009-05-17 by Arthur David Olson.
13 # From Paul Eggert (1999-03-22):
21 # From Paul Eggert (1999-03-31):
22 # Howse writes (pp 121-125) that time zones were invented by
23 # Professor Charles Ferdinand Dowd (1825-1904),
27 # in New York City (1869-10). His 1870 proposal was based on Washington, DC,
28 # but in 1872-05 he moved the proposed origin to Greenwich.
30 # From Paul Eggert (2024-11-18):
36 # work in the US was William Frederick Allen - railway engineer,
41 # to the General Time Convention on 1883-04-11, saying that his plan
[all …]
H A Dsouthamerica4 # 2009-05-17 by Arthur David Olson.
11 # From Paul Eggert (2016-12-05):
26 # Milne J. Civil time. Geogr J. 1899 Feb;13(2):173-94.
29 # These tables use numeric abbreviations like -03 and -0330 for
40 # From Bob Devine (1988-01-28):
44 # From U. S. Naval Observatory (1988-01-19):
47 # From Hernan G. Otero (1995-06-26):
51 # Rule NAME FROM TO - IN ON AT SAVE LETTER/S
52 Rule Arg 1930 only - Dec 1 0:00 1:00 -
53 Rule Arg 1931 only - Apr 1 0:00 0 -
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1 //===- llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp ---------
2191 ClassOptions CO = ClassOptions::None; getCommonClassOptions() local
2247 ClassOptions CO = getCommonClassOptions(Ty); lowerTypeEnum() local
2430 ClassOptions CO = lowerTypeClass() local
2444 ClassOptions CO = getCommonClassOptions(Ty); lowerCompleteTypeClass() local
2483 ClassOptions CO = lowerTypeUnion() local
2494 ClassOptions CO = ClassOptions::Sealed | getCommonClassOptions(Ty); lowerCompleteTypeUnion() local
[all...]
/freebsd/share/doc/usd/13.viref/
H A Dvi.ref94 George Neville-Neil added the Tcl interpreter,
102 IEEE Std 1003.2-1992, IEEE Standard Portable Operating
110 .sy echo -n >index
111 .oh 'Vi/Ex Reference''USD:13-%'
112 .eh 'USD:13-%''Vi/Ex Reference'
119 is a line-oriented text editor.
127 .b \-R
128 (read-only) option of
137 are intended as bug-for-bug compatible replacements for the original
141 This reference manual is accompanied by a traditional-style manual page.
[all …]
/freebsd/contrib/ofed/opensm/man/
H A Dopensm.84 opensm \- InfiniBand subnet manager and administration (SM/SA)
8 [\-\-version]]
9 [\-F | \-\-config <file_name>]
10 [\-c(reate-config) <file_name>]
11 [\-g(uid) <GUID in hex>]
12 [\-l(mc) <LMC>]
13 [\-p(riority) <PRIORITY>]
14 [\-\-smkey <SM_Key>]
15 [\-\-sm_sl <SL number>]
16 [\-r(eassign_lids)]
[all …]
/freebsd/share/dict/
H A Dweb2a12 A-b-c book
13 A-b-c method
14 abdomino-uterotomy
15 Abdul-baha
16 a-be
20 able-bodied
21 able-bodiedness
22 able-minded
23 able-mindedness
27 Abor-miri
[all …]
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_nl80211_scan.c2 * Driver interaction with Linux nl80211/cfg80211 - Scanning
4 * Copyright (c) 2002-2014, Jouni Malinen <j@w1.fi>
6 * Copyright (c) 2009-2010, Atheros Communications
20 #include "common/qca-vendor.h"
43 if (info->count >= MAX_NL80211_NOISE_FREQS) in get_noise_for_scan_results()
68 info->freq[info->count] = in get_noise_for_scan_results()
70 info->noise[info->count] = in get_noise_for_scan_results()
72 info->count++; in get_noise_for_scan_results()
93 struct wpa_driver_nl80211_data *drv = bss->drv; in nl80211_abort_scan()
100 ret, strerror(-ret)); in nl80211_abort_scan()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DMetadata.h1 //===- llvm/IR/Metadata.h - Metadata definitions ----------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
13 //===----------------------------------------------------------------------===//
57 const uint64_t NOMORE_ICP_MAGICNUM = -1;
72 /// Storage flag for non-uniqued, otherwise unowned, metadata.
104 /// User-friendly dump.
196 return V->getValueID() == MetadataAsValueVal; in classof()
303 /// user-friendly tracking reference.
323 /// re-uniqued.
[all …]
/freebsd/sys/fs/ext2fs/
H A Dext2_lookup.c1 /*-
7 /*-
8 * SPDX-License-Identifier: BSD-3-Clause
15 * Co. or Unix System Laboratories, Inc. and are reproduced herein with
84 while it is the native blocksize in ext2fs - thus, a #define
131 if (cnp->cn_namelen <= 2 && cnp->cn_nameptr[0] == '.' && in ext2_is_dot_entry()
132 (cnp->cn_nameptr[1] == '.' || cnp->cn_nameptr[1] == '\0')) in ext2_is_dot_entry()
143 struct vnode *vp = ap->a_vp; in ext2_readdir()
144 struct uio *uio = ap->a_uio; in ext2_readdir()
154 int DIRBLKSIZ = VTOI(ap->a_vp)->i_e2fs->e2fs_bsize; in ext2_readdir()
[all …]

123