Home
last modified time | relevance | path

Searched +full:host +full:- +full:id (Results 1 – 25 of 1082) sorted by relevance

12345678910>>...44

/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dmvebu-gated-clock.txt5 should specify the desired clock by having the clock ID in its
6 "clocks" phandle cell. The clock ID is directly mapped to the
11 ID Clock Peripheral
12 -----------------------------------
20 15 sata0 SATA Host 0
21 17 sdio SDHCI Host
25 30 sata1 SATA Host 0
28 ID Clock Peripheral
29 -----------------------------------
39 16 usb3 USB3 Host
[all …]
/freebsd/contrib/ntp/scripts/ntpsweep/
H A Dntpsweep.html1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
3 <!-- Created by GNU Texinfo 6.6, http://www.gnu.org/software/texinfo/ -->
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
10 <meta name="resource-type" content="document">
16 <!-
[all...]
/freebsd/contrib/ntp/scripts/ntptrace/
H A Dntptrace.html1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
3 <!-- Created by GNU Texinfo 6.6, http://www.gnu.org/software/texinfo/ -->
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
10 <meta name="resource-type" content="document">
16 <!-
[all...]
/freebsd/sys/contrib/device-tree/Bindings/pci/
H A Dti,j721e-pci-host.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2 # Copyright (C) 2019 Texas Instruments Incorporated - http://www.ti.com/
4 ---
[all...]
/freebsd/share/doc/psd/05.sysman/
H A D1.1.t30 Host and process identifiers
32 Each UNIX host has associated with it a 32-bit host id, and a host
50 On each host runs a set of \fIprocesses\fP.
55 Each process in a host is named by an integer
56 called the \fIprocess id\fP. This number is
57 in the range 1-30000
64 On each UNIX host this identifier is guaranteed to be unique;
65 in a multi-host environment, the (hostid, process id) pairs are
79 The parent-child relationship induces a hierarchical structure on
93 second call provides a non-blocking interface and may also be used
[all …]
/freebsd/contrib/ntp/util/
H A Dntp-keygen.html1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
3 <!-- Created by GNU Texinfo 6.6, http://www.gnu.org/software/texinfo/ -->
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
6 <title>Ntp-keygen User&rsquo;s Manual</title>
8 <meta name="description" content="Ntp-keyge
[all...]
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DAction.h1 //===- Action.h - Abstract compilation steps --------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
35 /// Action - Represent an abstract compilation step to perform.
86 // to designate the host offloading tool chain.
90 // The host offloading tool chain.
93 // The device offloading tool chains - one bit for each programming model.
105 types::ID Type;
120 /// The host offloading kind - a combination of kinds encoded in a mask.
122 /// host.
[all …]
/freebsd/sys/x86/pci/
H A Dpci_bus.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
129 if (slot == -1 || func == -1) in legacy_pcib_map_msi()
140 uint32_t id, uint8_t class, uint8_t subclass, in legacy_pcib_is_host_bridge() argument
149 switch (id) { in legacy_pcib_is_host_bridge()
151 s = "Intel 824?? host to PCI bridge"; in legacy_pcib_is_host_bridge()
157 s = "Intel 82810 (i810 GMCH) Host To Hub bridge"; in legacy_pcib_is_host_bridge()
160 s = "Intel 82810-DC100 (i810-DC100 GMCH) Host To Hub bridge"; in legacy_pcib_is_host_bridge()
163 s = "Intel 82810E (i810E GMCH) Host To Hub bridge"; in legacy_pcib_is_host_bridge()
166 s = "Intel 82815 (i815 GMCH) Host To Hub bridge"; in legacy_pcib_is_host_bridge()
[all …]
/freebsd/crypto/openssh/
H A DPROTOCOL.mux2 ControlMaster connection-sharing.
14 Most messages from the client to the server contain a "request id"
15 field. This field is returned in replies as "client request id" to
43 host if necessary.
69 uint32 request id
93 uint32 client request id
94 uint32 session id
105 uint32 session id
109 non-multiplexed ssh(1) connection. Two additional cases that the
118 uint32 session id
[all …]
/freebsd/crypto/openssh/regress/
H A Dssh-com-client.sh1 # $OpenBSD: ssh-com-client.sh,v 1.7 2013/05/17 04:29:14 dtucker Exp $
31 cp ${SRC}/dsa_ssh2.prv ${OBJ}/id.com
32 chmod 600 ${OBJ}/id.com
33 ${SSHKEYGEN} -i -f ${OBJ}/id.com > $OBJ/id.openssh
34 chmod 600 ${OBJ}/id.openssh
35 ${SSHKEYGEN} -y -f ${OBJ}/id.openssh > $OBJ/authorized_keys_$USER
36 ${SSHKEYGEN} -e -f ${OBJ}/id.openssh > $OBJ/id.com.pub
37 echo IdKey ${OBJ}/id.com > ${OBJ}/id.list
39 # we need a DSA host key
41 rm -f ${OBJ}/$t ${OBJ}/$t.pub
[all …]
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DAction.cpp1 //===- Action.cpp - Abstract compilation steps ----------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
23 case BindArchClass: return "bind-arch"; in getClassName()
29 return "api-extractor"; in getClassName()
35 case IfsMergeJobClass: return "interface-stub-merger"; in getClassName()
39 case VerifyDebugInfoJobClass: return "verify-debug-info"; in getClassName()
40 case VerifyPCHJobClass: return "verify-pch"; in getClassName()
42 return "clang-offload-bundler"; in getClassName()
44 return "clang-offload-unbundler"; in getClassName()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Dusb-device.txt5 http://www.devicetree.org/open-firmware/bindings/usb/usb-1_0.ps
7 Four types of device-tree nodes are defined: "host-controller nodes"
8 representing USB host controllers, "device nodes" representing USB devices,
21 - compatible: "usbVID,PID", where VID is the vendor id and PID the product id.
26 - reg: the number of the USB hub port or the USB host-controller port to which
27 this device is attached. The range is 1-255.
31 - #address-cells: shall be 2
32 - #size-cells: shall be 0
36 - compatible: "usbifVID,PID.configCN.IN", where VID is the vendor id, PID is
37 the product id, CN is the configuration value and IN is the interface
[all …]
/freebsd/sys/dev/bhnd/
H A Dbhnd_ids.h1 /*-
2 * SPDX-License-Identifier: ISC
4 * Copyright (c) 2015-2016 Landon Fuller <landon@landonf.org>
5 * Copyright (c) 1999-2015, Broadcom Corporation
9 * with the dd-wrt project, and the hndsoc.h header distributed with Broadcom's
30 * JEDEC JEP-106 Core Vendor IDs
32 * These are the JEDEC JEP-106 manufacturer ID representions (with ARM's
33 * non-standard 4-bit continutation code), as used in ARM's PrimeCell
38 * will need to convert bus-specific vendor IDs to their BHND_MFGID
39 * JEP-106 equivalents.
[all …]
/freebsd/contrib/ntp/ntpq/
H A Dntpq.1ntpqmdoc4 .\" EDIT THIS FILE WITH CAUTION (ntpq-opts.mdoc)
6 .\" It has been AutoGen-ed May 25, 2024 at 12:04:29 AM by AutoGen 5.18.16
7 .\" From the definitions ntpq-opts.def
8 .\" and the template file agmdoc-cmd.tpl
17 .Op Fl \-option\-name Ns Oo Oo Ns "=| " Oc Ns Ar value Oc
18 [ host ...]
30 variables can be assembled, with raw and pretty\-printed output
49 first host given on the command line, again defaulting to localhost
50 when no other host i
[all...]
H A Dntpq.mdoc.in4 .\" EDIT THIS FILE WITH CAUTION (ntpq-opts.mdoc)
6 .\" It has been AutoGen-ed May 25, 2024 at 12:04:29 AM by AutoGen 5.18.16
7 .\" From the definitions ntpq-opts.def
8 .\" and the template file agmdoc-cmd.tpl
17 .Op Fl \-option\-name Ns Oo Oo Ns "=| " Oc Ns Ar value Oc
18 [ host ...]
30 variables can be assembled, with raw and pretty\-printed output
49 first host given on the command line, again defaulting to localhost
50 when no other host i
[all...]
H A Dntpq-opts.def1 /* -*- Mode: Text -*- */
7 #include autogen-version.def
9 prog-name = "ntpq";
10 prog-title = "query Network Time Protocol servers";
11 argument = '[ host ...]';
15 flags-cant = ipv6;
18 doc = <<- _EndOfDoc_
19 Force resolution of following host names on the command line
26 flags-cant = ipv4;
29 doc = <<- _EndOfDoc_
[all …]
/freebsd/contrib/ntp/html/
H A Dntpq.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4 <meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
6 <title>ntpq - standard NTP query program</title>
10 <h3><tt>ntpq</tt> - standard NTP query program</h3>
14 <!-- #BeginDate format:En2m -->24-Jan-2018 08:35<!-- #EndDate -->
21 <tt>ntpq [-46dinp] [-c <i>command</i>] [<i>host</i>] [...]</tt>
29 … to read and write arbitrary variables can be assembled, with raw and pretty-printed output option…
30 …the NTP server running on the first host given on the command line, again defaulting to localhost …
31 … attempt to retransmit requests, and will time requests out if the remote host is not heard from w…
32 …xts where a host name is expected, a <tt>-4</tt> qualifier preceding the host name forces DNS reso…
[all …]
H A Dkeygen.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4 <meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
6 <title>ntp-keygen - generate public and private keys</title>
10 <h3><tt>ntp-keygen</tt> - generate public and private keys</h3>
14 <!-- #BeginDate format:En2m -->24-Jul-2018 07:27<!-- #EndDate -->
30 <h4 id="synop">Synopsis</h4>
31 …<p id="intro"><tt>ntp-keygen [ -deGHIMPT ] [ -b <i>modulus</i> ] [ -c [ RSA-MD2 | RSA-MD5 | RSA-SHA
32 | RSA-SHA1 | RSA-MDC2 | RSA-RIPEMD160 | DSA-SHA | DSA-SHA1 ] ]
33 [ -C <i>cipher</i> ] [-i <i>group</i> ] [ -l <em>days</em>]
34 [ -m <i>modulus</i> ] [ -p <i>passwd1</i> ] [ -q <i>passwd2</i> ]
[all …]
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dsnoc.c1 // SPDX-License-Identifier: ISC
46 "vdd-0.8-cx-mx",
47 "vdd-1.8-xo",
48 "vdd-1.3-rfa",
49 "vdd-3.3-ch0",
50 "vdd-3.3-ch1",
136 /* CE0: host->target HTC control streams */
145 /* CE1: target->host HTT + HTC control */
154 /* CE2: target->host WMI */
163 /* CE3: host->target WMI */
[all …]
/freebsd/sbin/pfctl/
H A Dpfctl.835 .Bk -words
43 .Op Fl K Ar host | network
46 .Ar host | network | label | id | gateway | nat
68 network interfaces entering or leaving the host based on filter
111 .Bl -tag -width Ds
150 .Bd -literal -offset indent
151 # pfctl -a "authpf/smith(1234)" -s rules
158 .Bd -literal -offset indent
159 # pfctl -a foo/bar -t mytable -T add 1.2.3.4 5.6.7.8
180 .Bd -literal -offset indent
[all …]
/freebsd/sys/contrib/device-tree/Bindings/mmc/
H A Dsocionext,uniphier-sd.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/mmc/socionext,uniphier-sd.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Masahiro Yamada <yamada.masahiro@socionext.com>
16 - socionext,uniphier-sd-v2.91
17 - socionext,uniphier-sd-v3.1
18 - socionext,uniphier-sd-v3.1.1
32 dma-names:
33 const: rx-tx
[all …]
/freebsd/usr.bin/quota/
H A Dquota.c2 * SPDX-License-Identifier: BSD-3-Clause
76 static struct quotause *getprivs(long id, int quotatype);
82 static int showquotas(int type, u_long id, const char *name);
83 static void showrawquotas(int type, u_long id, struct quotause *qup);
84 static void heading(int type, u_long id, const char *name, const char *tag);
85 static int getufsquota(struct fstab *fs, struct quotause *qup, long id,
87 static int getnfsquota(struct statfs *fst, struct quotause *qup, long id,
89 static enum clnt_stat callaurpc(char *host, int prognum, int versnum, int procnum,
107 while ((ch = getopt(argc, argv, "f:ghlrquv")) != -1) { in main()
137 argc -= optind; in main()
[all …]
/freebsd/usr.bin/logger/
H A Dlogger.139 .Op Fl h Ar host
53 .Bl -tag -width indent
66 even if the host has more than one A or AAAA record.
71 Log the process id of the logger process
73 This flag is ignored and the process id is always logged.
83 If not specified, host part of
86 .It Fl h Ar host
88 .Ar host
99 .Pq Unix-domain socket
102 .Ar host :
[all …]
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DNVPTX.cpp1 //===--- NVPTX.cpp - Implement NVPTX target feature support ---------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
24 #define BUILTIN(ID, TYPE, ATTRS) \ argument
25 {#ID, TYPE, ATTRS, nullptr, HeaderDesc::NO_HEADER, ALL_LANGUAGES},
26 #define LIBBUILTIN(ID, TYPE, ATTRS, HEADER) \ argument
27 {#ID, TYPE, ATTRS, nullptr, HeaderDesc::HEADER, ALL_LANGUAGES},
28 #define TARGET_BUILTIN(ID, TYPE, ATTRS, FEATURE) \ argument
29 {#ID, TYPE, ATTRS, FEATURE, HeaderDesc::NO_HEADER, ALL_LANGUAGES},
[all …]
/freebsd/share/man/man4/
H A Dinet.467 .Bd -literal -offset indent
89 .Dq this host .
129 interface or peers address in case of point-to-point interface.
134 .Bl -tag -width ".Dv SIOCGIFBRDADDR" -offset indent -compact
168 .Bl -tag -width ".Va accept_sourceroute"
170 Boolean: enable/disable accepting of source-routed IP packets (default false).
179 in all VNETs (read-only).
185 for the VNET (read-only).
187 Integer: time to live for IPv4 packet fragments in the per-VNET reassemby queue.
191 and cannot be sent, received, or forwarded on a non-loopback interface.
[all …]

12345678910>>...44