Home
last modified time | relevance | path

Searched +full:link +full:- +full:name (Results 1 – 25 of 1122) sorted by relevance

12345678910>>...45

/freebsd-src/usr.sbin/ppp/
H A Dphysical.c11 * me to include this copyright-stuff instead of placing this in the
12 * public domain. The name of of 'Yes Interactive' or 'Eivind Eklund'
79 #include "link.h"
148 p->desc.type = PHYSICAL_DESCRIPTOR; in physical_SetDescriptor()
149 p->desc.UpdateSet = physical_UpdateSet; in physical_SetDescriptor()
150 p->desc.IsSet = physical_IsSet; in physical_SetDescriptor()
151 p->desc.Read = physical_DescriptorRead; in physical_SetDescriptor()
152 p->desc.Write = physical_DescriptorWrite; in physical_SetDescriptor()
164 p->link.type = PHYSICAL_LINK; in physical_Create()
165 p->link.name = dl->name; in physical_Create()
[all …]
H A Dtty.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
64 #include "link.h"
85 #define Online(dev) ((dev)->mbits & TIOCM_CD)
94 unsigned speed; /* Pre-line-discipline speed */
95 int fd; /* Pre-line-discipline fd */
96 int disc; /* Old line-discipline */
104 #define device2tty(d) ((d)->type == TTY_DEVICE ? (struct ttydevice *)d : NULL)
120 struct ttydevice *dev = device2tty(p->handler); in tty_Timeout()
123 timer_Stop(&dev->Timer); in tty_Timeout()
[all …]
H A Dudp.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
56 #include "link.h"
74 #define device2udp(d) ((d)->type == UDP_DEVICE ? (struct udpdevice *)d : NULL)
85 struct udpdevice *dev = device2udp(p->handler); in udp_Sendto()
88 switch (dev->connected) { in udp_Sendto()
90 ret = write(p->fd, v, n); in udp_Sendto()
95 ret = sendto(p->fd, v, n, 0, (struct sockaddr *)&dev->sock, in udp_Sendto()
96 sizeof dev->sock); in udp_Sendto()
99 if (dev->connected == UDP_MAYBEUNCONNECTED) { in udp_Sendto()
[all …]
H A Dchap.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 1996 - 2001 Brian Somers <brian@Awfulhak.org>
5 * based on work by Toshiharu OHNO <tony-o@iij.ad.jp>
75 #include "link.h"
97 #define MAXCHAPCODE (sizeof chapcodes / sizeof chapcodes[0] - 1)
120 link_PushPacket(&physical->link, bp, physical->dl->bundle, in ChapOutput()
121 LINK_QUEUES(&physical->link) - 1, PROTO_CHAP); in ChapOutput()
125 chap_BuildAnswer(char *name, char *key, u_char id, char *challenge in chap_BuildAnswer() argument
135 nlen = strlen(name); in chap_BuildAnswer()
[all …]
H A Dfsm.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 1996 - 2001 Brian Somers <brian@Awfulhak.org>
5 * based on work by Toshiharu OHNO <tony-o@iij.ad.jp>
59 #include "link.h"
86 const char *name; member
110 return FsmCodes[code-1].name; in Code2Nam()
118 "Req-Sent", "Ack-Rcvd", "Ack-Sent", "Opened", in State2Nam()
131 log_Printf(fp->LogLevel, "%s: Stopped timer expired\n", fp->link->name); in StoppedTimeout()
132 if (fp->OpenTimer.state == TIMER_RUNNING) { in StoppedTimeout()
[all …]
H A Dnetgraph.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
65 #include "link.h"
97 #define device2ng(d) ((d)->type == NG_DEVICE ? (struct ngdevice *)d : NULL)
123 dev->dev.name, len, data); in ng_MessageOut()
132 for (pos = len; pos >= 0; pos--) in ng_MessageOut()
137 dev->dev.name, len + 4, strerror(errno)); in ng_MessageOut()
154 if (NgSendAsciiMsg(dev->cs, path, fmt, data) < 0) { in ng_MessageOut()
156 dev->dev.name, path, fmt, data, strerror(errno)); in ng_MessageOut()
170 struct ngdevice *dev = device2ng(p->handler); in ng_MessageIn()
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/sound/
H A Dqcom,sm8250.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schema
[all...]
H A Dgoogle,sc7280-herobrine.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/sound/google,sc7280-herobrine.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Google SC7280-Herobrine ASoC sound card driver
10 - Judy Hsiao <judyhsiao@chromium.org>
16 - $ref: sound-card-common.yaml#
21 - google,sc7280-herobrine
23 "#address-cells":
26 "#size-cells":
[all …]
H A Dgoogle,sc7180-trogdor.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/sound/google,sc7180-trogdor.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Google SC7180-Trogdor ASoC sound card driver
10 - Rohit kumar <quic_rohkumar@quicinc.com>
11 - Cheng-Yi Chiang <cychiang@chromium.org>
17 - $ref: sound-card-common.yaml#
22 - google,sc7180-trogdor
23 - google,sc7180-coachz
[all …]
H A Dimx-audio-card.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/sound/imx-audio-card.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Shengjiu Wang <shengjiu.wang@nxp.com>
13 - $ref: sound-card-common.yaml#
18 - fsl,imx-audio-card
21 ".*-dai-link$":
23 Each subnode represents a dai link. Subnodes of each dai links would be
29 link-name:
[all …]
/freebsd-src/sys/contrib/device-tree/src/arm64/qcom/
H A Dmsm8996-oneplus-common.dtsi1 // SPDX-License-Identifier: GPL-2.0-only
10 #include <dt-bindings/gpio/gpio.h>
11 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h>
12 #include <dt-bindings/sound/qcom,q6afe.h>
13 #include <dt-bindings/sound/qcom,q6asm.h>
14 #include <dt-bindings/sound/qcom,wcd9335.h>
23 compatible = "simple-battery";
25 constant-charge-current-max-microamp = <3000000>;
26 voltage-min-design-microvolt = <3400000>;
30 stdout-path = "serial1:115200n8";
[all …]
H A Dmsm8916-modem-qdsp6.dtsi1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause)
3 * msm8916-modem-qdsp6.dtsi describes the typical modem setup on MSM8916 devices
9 #include <dt-bindings/sound/qcom,q6afe.h>
10 #include <dt-bindings/sound/qcom,q6asm.h>
51 qcom,sd-lines = <0 1>;
55 qcom,sd-lines = <0 1>;
75 is-compress-dai;
80 compatible = "qcom,msm8916-qdsp6-sndcard";
83 pinctrl-0 = <&cdc_pdm_default>;
84 pinctrl-1 = <&cdc_pdm_sleep>;
[all …]
H A Dsc7280-herobrine-audio-wcd9385.dtsi1 // SPDX-License-Identifier: BSD-3-Clause
9 /* BOARD-SPECIFIC TOP LEVEL NODES */
11 compatible = "google,sc7280-herobrine";
12 model = "sc7280-wcd938x-max98360a-1mic";
14 audio-routing =
35 #address-cells = <1>;
36 #size-cells = <0>;
38 dai-link@0 {
39 link-name = "MAX98360A";
43 sound-dai = <&lpass_cpu MI2S_SECONDARY>;
[all …]
/freebsd-src/contrib/tzdata/
H A Dbackward4 # 2009-05-17 by Arthur David Olson.
11 # for pre-1970 timestamps and so is out of scope for tzdb proper.
18 # backward compatibility link. Each section is sorted by link name.
20 # A "#= TARGET1" comment labels each link inserted only because some
24 # "Link Australia/Sydney Australia/ACT #= Australia/Canberra" would be
25 # "Link Australia/Canberra Australia/ACT" were it not that data lines
31 # Pre-199
[all...]
/freebsd-src/bin/ln/
H A Dln.11 .\"-
16 .\" 3. Neither the name of the University nor the names of its contributors
35 .Sh NAME
37 .Nm link
38 .Nd link files
52 .Nm link
57 utility creates a new directory entry (linked file) for the file name
67 instead, a link
71 How a link
73 to a file is one of the differences between a hard and symbolic link.
[all …]
H A Dsymlink.71 .\"-
13 .\" 3. Neither the name of the University nor the names of its contributors
32 .Sh NAME
34 .Nd symbolic link handling
35 .Sh SYMBOLIC LINK HANDLING
39 A hard link to a file is indistinguishable from the original file because
40 it is a reference to the object underlying the original file name.
41 Changes to a file are independent of the name used to reference the
45 A symbolic link contains the name o
[all...]
/freebsd-src/lib/libsys/
H A Dsymlink.212 .\" 3. Neither the name of the University nor the names of its contributors
31 .Sh NAME
34 .Nd make symbolic link to a file
44 A symbolic link
49 is the name of the
53 used in creating the symbolic link).
54 Either name may be an arbitrary path name; the files need not
64 In this case the symbolic link is created relative to the directory
78 .Rv -std symlink
80 The symbolic link succeeds unless:
[all …]
H A Dlink.212 .\" 3. Neither the name of the University nor the names of its contributors
31 .Sh NAME
32 .Nm link ,
34 .Nd make a hard file link
40 .Fn link "const char *name1" "const char *name2"
47 .Fn link
49 atomically creates the specified directory entry (hard link)
53 If the link is successful: the link count of the underlying object
66 is not deleted and the link count of the
73 must exist for the hard link to
[all …]
/freebsd-src/sys/netgraph/
H A Dng_bridge.c1 /*-
20 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT.
42 * algorithm is included which disables a link for priv->conf.loopTimeout
43 * seconds when a host is seen to have jumped from one link to
44 * another within priv->conf.minStableAge seconds.
48 * tell us on which link the host may be found. A host's entry will
49 * expire after priv->conf.maxStaleness seconds.
89 counter_u64_t recvOctets; /* total octets rec'd on link */
90 counter_u64_t recvPackets; /* total pkts rec'd on link */
91 counter_u64_t recvMulticasts; /* multicast pkts rec'd on link */
[all …]
/freebsd-src/contrib/tzcode/
H A Dzic.82 .\" 2009-05-17 by Arthur David Olson.
6 .Sh NAME
11 .Op Fl -help
12 .Op Fl -version
27 .Op Fl t Ar localtime-link
39 .Dq "-" ,
43 .Bl -tag -widt
[all...]
/freebsd-src/contrib/libpcap/
H A Dpcap_datalink_val_to_name.3pcap12 .\" Lawrence Berkeley Laboratory and its contributors.'' Neither the name of
21 .SH NAME
23 pcap_datalink_val_to_description_or_dlt \- get a
24 name or description for a link-layer header type value
39 translates a link-layer header type value to the corresponding
40 link-layer header type name, which is the
42 name for the link-layer header type value with the
51 translates a link-layer header type value to a short description of that
52 link-layer header type.
59 translates a link-layer header type value to a short description of that
[all …]
/freebsd-src/share/man/man5/
H A Da.out.515 .\" 3. Neither the name of the University nor the names of its contributors
34 .Sh NAME
50 .Bl -tag -width "text relocations"
54 and by the link editor
61 May be loaded read-only.
65 Contains records used by the link editor
70 Contains records used by the link editor
81 .Bd -literal -offset indent
95 .Bl -tag -width a_trsize
97 This field is stored in host byte-order.
[all …]
/freebsd-src/contrib/bsnmp/snmpd/
H A Dsnmpmod.h2 * Copyright (c) 2001-2003
61 * First set of macros is used when the link is embedded into sub-struct
62 * and links these sub-structs. The sub-struct must be the first field.
66 #define INSERT_OBJECT_OID_LINK_INDEX_TYPE(PTR, LIST, LINK, INDEX, SUBF) do {\ argument
67 typedef __typeof ((PTR)->SUBF) _subf_type; \
70 TAILQ_FOREACH(_lelem, (LIST), LINK) \
71 if (asn_compare_oid(&_lelem->INDEX, &(PTR)->SUBF.INDEX) > 0)\
74 TAILQ_INSERT_TAIL((LIST), &(PTR)->SUBF, LINK); \
76 TAILQ_INSERT_BEFORE(_lelem, &(PTR)->SUBF, LINK); \
79 #define NEXT_OBJECT_OID_LINK_INDEX_TYPE(LIST, OID, SUB, LINK, INDEX, TYPE) ({\ argument
[all …]
/freebsd-src/contrib/netbsd-tests/net/net/
H A Dt_ipaddress.sh1 # $NetBSD: t_ipaddress.sh,v 1.9 2016/12/15 02:43:56 ozaki-r Exp $
31 DEBUG=${DEBUG:-false}
43 atf_check -s exit:0 -o ignore rump.ifconfig shmif0 $ip/24
44 atf_check -s exit:0 -o ignore rump.ifconfig shmif0 up
45 atf_check -s exit:0 -o ignore rump.ifconfig -w 10
47 $DEBUG && rump.netstat -nr -f inet
49 check_route $ip 'link#2' UHl lo0
50 check_route $net 'link#2' UC shmif0
53 atf_check -s exit:0 -o ignore rump.ifconfig shmif0 $ip delete
55 $DEBUG && rump.netstat -nr -f inet
[all …]
/freebsd-src/lib/librpcsec_gss/
H A Drpcsec_gss_conf.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
49 SLIST_ENTRY(mech_info) link;
50 char *name; member
62 SLIST_ENTRY(qop_info) link;
63 char *name; member
119 number = 10 * number + (*p - '0'); in _rpc_gss_string_to_oid()
152 int bit = 7*(bytes-1); in _rpc_gss_string_to_oid()
160 bytes--; in _rpc_gss_string_to_oid()
168 oid->length = byte_count; in _rpc_gss_string_to_oid()
[all …]

12345678910>>...45