| /freebsd/usr.sbin/ppp/ |
| H A D | physical.c | 11 * 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 D | tty.c | 1 /*- 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 D | chap.c | 1 /*- 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 D | fsm.c | 1 /*- 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 D | udp.c | 1 /*- 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 D | netgraph.c | 1 /*- 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/sys/contrib/device-tree/Bindings/sound/ |
| H A D | mt8195-mt6359.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/sound/mt8195-mt6359.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Trevor Wu <trevor.wu@mediatek.com> 16 - $ref: sound-card-common.yaml# 21 - mediatek,mt8195_mt6359_rt1019_rt5682 22 - mediatek,mt8195_mt6359_rt1011_rt5682 23 - mediatek,mt8195_mt6359_max98390_rt5682 27 description: User specified audio sound card name [all …]
|
| H A D | qcom,sm8250.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Srinivas Kandagatla <srinivas.kandagatla@linaro.org> 19 - items: 20 - enum: 21 - lenovo,yoga-c630-sndcard 22 - qcom,db845c-sndcard 23 - const: qcom,sdm845-sndcard 24 - items: [all …]
|
| H A D | google,sc7280-herobrine.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/sound/google,sc7280-herobrin [all...] |
| H A D | mt8192-mt6359-rt1015-rt5682.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/sound/mt8192-mt6359-rt1015-rt5682.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Jiaxin Yu <jiaxin.yu@mediatek.com> 11 - Shane Chien <shane.chien@mediatek.com> 17 - $ref: sound-card-common.yaml# 22 - mediatek,mt8192_mt6359_rt1015_rt5682 23 - mediatek,mt8192_mt6359_rt1015p_rt5682 24 - mediatek,mt8192_mt6359_rt1015p_rt5682s [all …]
|
| H A D | mt8186-mt6366-da7219-max98357.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/sound/mt8186-mt6366-da7219-max98357.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Jiaxin Yu <jiaxin.yu@mediatek.com> 16 - $ref: sound-card-common.yaml# 21 - mediatek,mt8186-mt6366-da7219-max98357-sound 23 audio-routing: 24 $ref: /schemas/types.yaml#/definitions/non-unique-string-array 35 - HDMI1 [all …]
|
| H A D | google,sc7180-trogdor.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/sound/google,sc7180-trogdo [all...] |
| H A D | qcom,apq8016-sbc-sndcard.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/sound/qcom,apq8016-sbc-sndcard.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Srinivas Kandagatla <srinivas.kandagatla@linaro.org> 11 - Stephan Gerhold <stephan@gerhold.net> 16 - qcom,apq8016-sbc-sndcard 17 - qcom,msm8916-qdsp6-sndcard 21 - description: Microphone I/O mux register address 22 - description: Speaker I/O mux register address [all …]
|
| H A D | mt8186-mt6366-rt1019-rt5682s.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/sound/mt8186-mt6366-rt1019-rt5682s.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Jiaxin Yu <jiaxin.yu@mediatek.com> 16 - $ref: sound-card-common.yaml# 21 - mediatek,mt8186-mt6366-rt1019-rt5682s-sound 22 - mediatek,mt8186-mt6366-rt5682s-max98360-sound 23 - mediatek,mt8186-mt6366-rt5650-sound 25 audio-routing: [all …]
|
| H A D | imx-audio-card.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/sound/imx-audi [all...] |
| /freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
| H A D | msm8996-oneplus-common.dtsi | 1 // 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-binding [all...] |
| H A D | sc7280-herobrine-audio-wcd9385.dtsi | 1 // 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/contrib/tzdata/ |
| H A D | backward | 4 # 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-1993 naming conventions 33 # Link TARGET LINK-NAME #= TARGET1 34 Link Australia/Sydney Australia/ACT #= Australia/Canberra 35 Link Australia/Lord_Howe Australia/LHI [all …]
|
| /freebsd/bin/ln/ |
| H A D | ln.1 | 1 .\"- 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 D | symlink.7 | 1 .\"- 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 of the file to which it is linked, 46 i.e., it is a pointer to another name, and not to an underlying object. [all …]
|
| /freebsd/lib/libsys/ |
| H A D | symlink.2 | 12 .\" 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 D | link.2 | 12 .\" 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/sys/netgraph/ |
| H A D | ng_bridge.c | 1 /*- 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/contrib/tzcode/ |
| H A D | zic.8 | 2 .\" 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 -width indent 44 .It Fl -version 46 .It Fl -help 49 Output backward-compatibility data as specified by [all …]
|
| /freebsd/contrib/bsnmp/snmpd/ |
| H A D | snmpmod.h | 2 * 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 …]
|