Home
last modified time | relevance | path

Searched refs:physical (Results 1 – 25 of 724) sorted by relevance

12345678910>>...29

/freebsd/usr.sbin/ppp/
H A Dphysical.h24 struct physical;
61 int (*awaitcarrier)(struct physical *);
63 int (*raw)(struct physical *);
64 void (*offline)(struct physical *);
65 void (*cooked)(struct physical *);
67 void (*stoptimer)(struct physical *);
68 void (*destroy)(struct physical *);
72 unsigned (*speed)(struct physical *);
74 int (*slot)(struct physical *);
77 struct physical { struct
[all …]
H A Ddatalink.c118 dl->physical->fd != -1) { in datalink_HangupDone()
125 physical_Close(dl->physical); in datalink_HangupDone()
237 hdlc_Init(&dl->physical->hdlc, &dl->physical->link.lcp); in datalink_LoginDone()
543 physical_Offline(dl->physical); in datalink_ComeDown()
616 if (dl->physical->link.lcp.want_mrru && dl->physical->link.lcp.his_mrru) { in datalink_NCPUp()
916 memcpy(&dl->physical->cfg, &odl->physical->cfg, sizeof dl->physical->cfg); in datalink_Clone()
917 memcpy(&dl->physical->link.lcp.cfg, &odl->physical->link.lcp.cfg, in datalink_Clone()
919 memcpy(&dl->physical->link.ccp.cfg, &odl->physical->link.ccp.cfg, in datalink_Clone()
921 memcpy(&dl->physical->async.cfg, &odl->physical->async.cfg, in datalink_Clone()
955 physical_Destroy(dl->physical); in datalink_Destroy()
[all …]
H A Dlqr.c270 struct physical *physical = link2physical(lcp->fsm.link); in lqr_Setup() local
273 physical->hdlc.lqm.lqr.resent = 0; in lqr_Setup()
274 physical->hdlc.lqm.echo.seq_sent = 0; in lqr_Setup()
294 physical->hdlc.lqm.timer.arg = lcp; in lqr_Setup()
302 physical->hdlc.lqm.timer.load = 0; in lqr_Setup()
305 physical->link.name); in lqr_Setup()
330 lqr_StopTimer(struct physical *physical) in lqr_StopTimer() argument
336 lqr_Stop(struct physical *physical, int method) in lqr_Stop() argument
340 physical->link.name); in lqr_Stop()
343 physical->link.name); in lqr_Stop()
[all …]
H A Dpap.c85 struct bundle *bundle = authp->physical->dl->bundle; in pap_Req()
109 link_PushPacket(&authp->physical->link, bp, bundle, in pap_Req()
138 link_PushPacket(&authp->physical->link, bp, authp->physical->dl->bundle, in SendPapCode()
145 struct bundle *bundle = authp->physical->dl->bundle; in pap_Success()
154 authp->physical->link.lcp.auth_ineed = 0; in pap_Success()
156 physical_Login(authp->physical, authp->in.name); in pap_Success()
158 if (authp->physical->link.lcp.auth_iwait == 0) in pap_Success()
163 datalink_AuthOk(authp->physical->dl); in pap_Success()
170 datalink_AuthNotOk(authp->physical->dl); in pap_Failure()
174 pap_Init(struct authinfo *pap, struct physical *p) in pap_Init()
[all …]
H A Dphysical.c155 struct physical *
158 struct physical *p; in physical_Create()
160 p = (struct physical *)malloc(sizeof(struct physical)); in physical_Create()
278 physical_Raw(struct physical *p) in physical_Raw()
295 physical_Lock(struct physical *p) in physical_Lock()
313 physical_Unlock(struct physical *p) in physical_Unlock()
322 physical_Close(struct physical *p) in physical_Close()
423 struct physical *p = arg->cx->physical; in physical_ShowStatus()
570 struct physical *
574 struct physical *p; in iov2physical()
[all …]
H A Dchap.c100 ChapOutput(struct physical *physical, u_int code, u_int id, in ChapOutput() argument
120 link_PushPacket(&physical->link, bp, physical->dl->bundle, in ChapOutput()
530 authp->physical->link.lcp.want_authtype); in chap_Challenge()
539 if (authp->physical->link.lcp.want_authtype == 0x81) in chap_Challenge()
576 authp->physical->link.lcp.auth_ineed = 0; in chap_Success()
578 physical_Login(authp->physical, authp->in.name); in chap_Success()
580 if (authp->physical->link.lcp.auth_iwait == 0) in chap_Success()
585 datalink_AuthOk(authp->physical->dl); in chap_Success()
622 datalink_AuthNotOk(authp->physical->dl); in chap_Failure()
669 chap_Init(struct chap *chap, struct physical *p) in chap_Init()
[all …]
H A Dcbcp.h30 struct physical;
48 struct physical *p; /* On this physical link */
61 extern void cbcp_Init(struct cbcp *, struct physical *);
65 extern void cbcp_ReceiveTerminateReq(struct physical *);
H A Dchat.h38 struct physical;
42 struct physical *physical; member
81 extern void chat_Init(struct chat *, struct physical *);
H A Dauth.h31 struct physical;
49 struct physical *physical; member
59 extern void auth_Init(struct authinfo *, struct physical *,
H A Dtcp.h29 struct physical;
31 extern struct device *tcp_Create(struct physical *);
32 extern struct device *tcp_iov2device(int, struct physical *,
H A Dudp.h29 struct physical;
32 extern struct device *udp_Create(struct physical *);
33 extern struct device *udp_iov2device(int, struct physical *,
H A Dexec.h29 struct physical;
32 extern struct device *exec_Create(struct physical *);
33 extern struct device *exec_iov2device(int, struct physical *,
H A Dtty.h29 struct physical;
34 extern struct device *tty_Create(struct physical *);
35 extern struct device *tty_iov2device(int, struct physical *,
H A Dether.h29 struct physical;
34 extern struct device *ether_Create(struct physical *);
35 extern struct device *ether_iov2device(int, struct physical *, struct iovec *,
H A Di4b.h29 struct physical;
34 extern struct device *i4b_Create(struct physical *);
35 extern struct device *i4b_iov2device(int, struct physical *,
H A Dnetgraph.h29 struct physical;
34 extern struct device *ng_Create(struct physical *);
35 extern struct device *ng_iov2device(int, struct physical *, struct iovec *,
H A Dtty.c119 struct physical *p = data; in tty_Timeout()
181 tty_StartTimer(struct physical *p) in tty_StartTimer()
432 tty_Raw(struct physical *p) in tty_Raw()
474 tty_Offline(struct physical *p) in tty_Offline()
493 tty_Cooked(struct physical *p) in tty_Cooked()
515 tty_StopTimer(struct physical *p) in tty_StopTimer()
523 tty_Free(struct physical *p) in tty_Free()
532 tty_Speed(struct physical *p) in tty_Speed()
543 tty_OpenInfo(struct physical *p) in tty_OpenInfo()
558 tty_Slot(struct physical *p) in tty_Slot()
[all …]
H A Dchat.c83 static void ExecStr(struct physical *, char *, char *, int);
397 in = physical_Read(c->physical, c->bufend, in); in chat_Read()
514 if (physical_IsSync(c->physical)) { in chat_Write()
525 wrote = physical_Write(c->physical, c->argptr, c->arglen); in chat_Write()
532 if (physical_IsSync(c->physical)) { in chat_Write()
536 } else if (wrote < 2 && physical_IsSync(c->physical)) { in chat_Write()
550 chat_Init(struct chat *c, struct physical *p) in chat_Init()
557 c->physical = p; in chat_Init()
713 ExecStr(struct physical *physical, char *command, char *out, int olen) in ExecStr() argument
737 physical->dl->bundle, 0, getpid()); in ExecStr()
[all …]
H A Dcommand.c1397 physical_SetSync(arg->cx->physical); in SetModemSpeed()
1419 struct link *l = &arg->cx->physical->link; in SetStoppedTimeout()
2243 cx->physical->cfg.cd.delay = 0; in SetVariable()
2742 return &arg->cx->physical->link; in command_ChooseLink()
2746 return &dl->physical->link; in command_ChooseLink()
2904 cx->physical->link.lcp.cfg.echo = 0; in NegotiateSet()
2910 lqr_StopTimer(cx->physical); in NegotiateSet()
2913 cx->physical->link.lcp.cfg.echo = 1; in NegotiateSet()
2915 cx->physical->hdlc.lqm.timer.load = in NegotiateSet()
2918 (*cx->physical->hdlc.lqm.timer.func)(&cx->physical->link.lcp); in NegotiateSet()
[all …]
H A Dether.c120 ether_Write(struct physical *p, const void *v, size_t n) in ether_Write()
128 ether_Read(struct physical *p, void *v, size_t n) in ether_Read()
158 ether_Free(struct physical *p) in ether_Free()
169 ether_OpenInfo(struct physical *p) in ether_OpenInfo()
184 ether_Slot(struct physical *p) in ether_Slot()
312 ether_AwaitCarrier(struct physical *p) in ether_AwaitCarrier()
378 struct physical *p = descriptor2physical(d); in ether_UpdateSet()
397 struct physical *p = descriptor2physical(d); in ether_IsSet()
411 struct physical *p = descriptor2physical(d); in ether_DescriptorRead()
428 ether_Abandon(struct etherdevice *dev, struct physical *p) in ether_Abandon()
[all …]
H A Dlqr.h64 struct physical;
77 extern void lqr_Stop(struct physical *, int);
78 extern void lqr_StopTimer(struct physical *);
/freebsd/bin/pwd/
H A Dpwd.c48 int physical; in main() local
52 physical = 1; in main()
56 physical = 0; in main()
59 physical = 1; in main()
75 if ((!physical && (p = getcwd_logical()) != NULL) || in main()
/freebsd/sys/arm/arm/
H A Dgeneric_timer.c196 if (physical) { in get_cntxct_a64_unstable()
213 get_cntxct(bool physical) in get_cntxct() argument
218 if (physical) in get_cntxct()
227 set_ctrl(uint32_t val, bool physical) in set_ctrl() argument
230 if (physical) in set_ctrl()
243 if (physical) in set_tval()
253 get_ctrl(bool physical) in get_ctrl() argument
257 if (physical) in get_ctrl()
365 arm_tmr_disable(bool physical) in arm_tmr_disable() argument
369 ctrl = get_ctrl(physical); in arm_tmr_disable()
[all …]
/freebsd/sys/powerpc/powerpc/
H A Dplatform_if.m44 * These are used to bring up secondary CPUs, supply the physical memory
119 * @brief Return the system's physical memory map.
124 * @param _memp Array of physical memory chunks
125 * @param _memsz Number of physical memory chunks
126 * @param _availp Array of available physical memory chunks
127 * @param _availsz Number of available physical memory chunks
140 * @brief Return the system's physical memory map.
144 * @param _memp Array of physical memory chunks
145 * @param _memsz Number of physical memory chunks
/freebsd/sys/contrib/device-tree/Bindings/powerpc/fsl/
H A Ddcsr.txt31 or representing physical addresses in child nodes.
37 or representing the size of physical addresses in
43 Definition: A standard property. Specifies the physical address
90 Definition: A standard property. Specifies the physical address
119 Definition: A standard property. Specifies the physical address
156 Definition: A standard property. Specifies the physical address
181 Definition: A standard property. Specifies the physical address
218 Definition: A standard property. Specifies the physical address
246 Definition: A standard property. Specifies the physical address
277 Definition: A standard property. Specifies the physical address
[all …]

12345678910>>...29