Searched refs:physical (Results 26 - 50 of 100) sorted by relevance

1234

/freebsd-11-stable/usr.sbin/ppp/
H A Datm.c57 #include "physical.h"
66 struct device dev; /* What struct physical knows about */
78 atm_Sendto(struct physical *p, const void *v, size_t n)
89 atm_Recvfrom(struct physical *p, void *v, size_t n)
100 atm_Free(struct physical *p)
144 atm_iov2device(int type, struct physical *p, struct iovec *iov, int *niov,
168 atm_CreateDevice(struct physical *p, const char *iface, unsigned vpi,
208 atm_Create(struct physical *p)
H A Dether.c75 #include "physical.h"
104 struct device dev; /* What struct physical knows about */
122 ether_Write(struct physical *p, const void *v, size_t n)
130 ether_Read(struct physical *p, void *v, size_t n)
138 ether_RemoveFromSet(struct physical *p, fd_set *r, fd_set *w, fd_set *e)
160 ether_Free(struct physical *p)
171 ether_OpenInfo(struct physical *p)
186 ether_Slot(struct physical *p)
314 ether_AwaitCarrier(struct physical *p)
348 ether_iov2device(int type, struct physical *
[all...]
H A Dcommand.c90 #include "physical.h"
268 Concatinate(arg->cx->physical->link.lcp.cfg.ident,
269 sizeof arg->cx->physical->link.lcp.cfg.ident,
281 return lcp_SendIdentification(&arg->cx->physical->link.lcp) ? 0 : 1;
400 if ((arg->cx && !(arg->cx->physical->type & (PHYS_INTERACTIVE|PHYS_AUTO)))
853 "clear ipcp|ipv6cp|physical [current|overall|peak]...", NULL},
919 if (arg->cx->physical->async.cfg.EscMap[32]) {
924 if (arg->cx->physical->async.cfg.EscMap[code])
926 if (arg->cx->physical->async.cfg.EscMap[code] & (1 << bit)) {
946 if (!arg->cx->physical
[all...]
H A Dudp.c61 #include "physical.h"
71 struct device dev; /* What struct physical knows about */
85 udp_Sendto(struct physical *p, const void *v, size_t n)
113 udp_Recvfrom(struct physical *p, void *v, size_t n)
134 udp_Free(struct physical *p)
178 udp_iov2device(int type, struct physical *p, struct iovec *iov, int *niov,
202 udp_CreateDevice(struct physical *p, char *host, char *port)
255 udp_Create(struct physical *p)
H A Dtty.c69 #include "physical.h"
90 struct device dev; /* What struct physical knows about */
121 struct physical *p = data;
183 tty_StartTimer(struct physical *p)
198 tty_AwaitCarrier(struct physical *p)
229 tty_SetAsyncParams(struct physical *p, u_int32_t mymap, u_int32_t hismap)
255 LoadLineDiscipline(struct physical *p)
384 UnloadLineDiscipline(struct physical *p)
409 tty_Write(struct physical *p, const void *v, size_t n)
420 tty_Read(struct physical *
[all...]
H A Dchat.c62 #include "physical.h"
85 static void ExecStr(struct physical *, char *, char *, int);
271 ExecStr(c->physical, c->exp + 3, c->exp + 3, sizeof c->exp - 3);
326 return physical_doUpdateSet(&c->physical->desc, r, NULL, e, n, 1);
328 return physical_doUpdateSet(&c->physical->desc, NULL, w, e, n, 1);
335 return c->argptr && physical_IsSet(&c->physical->desc, fdset);
399 in = physical_Read(c->physical, c->bufend, in);
516 if (physical_IsSync(c->physical)) {
527 wrote = physical_Write(c->physical, c->argptr, c->arglen);
534 if (physical_IsSync(c->physical)) {
715 ExecStr(struct physical *physical, char *command, char *out, int olen) argument
[all...]
H A Dnetgraph.c70 #include "physical.h"
94 struct device dev; /* What struct physical knows about */
169 ng_MessageIn(struct physical *p, char *buf, size_t sz)
223 ng_Write(struct physical *p, const void *v, size_t n)
236 ng_Read(struct physical *p, void *v, size_t n)
250 ng_RemoveFromSet(struct physical *p, fd_set *r, fd_set *w, fd_set *e)
272 ng_Free(struct physical *p)
324 ng_iov2device(int type, struct physical *p, struct iovec *iov, int *niov,
357 struct physical *p = descriptor2physical(d);
383 struct physical *
[all...]
H A Dhdlc.h56 struct physical;
H A Dexec.c61 #include "physical.h"
75 struct device dev; /* What struct physical knows about */
88 exec_Free(struct physical *p)
120 exec_RemoveFromSet(struct physical *p, fd_set *r, fd_set *w, fd_set *e)
146 exec_Write(struct physical *p, const void *v, size_t n)
176 exec_iov2device(int type, struct physical *p, struct iovec *iov,
208 struct physical *p = descriptor2physical(d);
234 struct physical *p = descriptor2physical(d);
243 exec_Create(struct physical *p)
H A Dasync.c55 #include "physical.h"
108 struct physical *p = link2physical(l);
196 struct physical *p = link2physical(l);
H A Dtcp.c60 #include "physical.h"
123 tcp_iov2device(int type, struct physical *p, struct iovec *iov,
137 tcp_Create(struct physical *p)
H A DMakefile10 mbuf.c mp.c ncp.c ncpaddr.c pap.c physical.c pred.c probe.c prompt.c \
H A Dmp.h32 struct physical;
H A Dacf.c52 #include "physical.h"
78 struct physical *p = link2physical(l);
H A Dncp.c66 #include "physical.h"
119 /* Send over the first physical link by default */
120 ipcp_Init(&ncp->ipcp, bundle, &bundle->links->physical->link,
123 ipv6cp_Init(&ncp->ipv6cp, bundle, &bundle->links->physical->link,
211 * down to the physical link level 'till ncp_FillPhysicalQueues() is used.
327 add = link_QueueLen(&dl->physical->link);
328 if (add == 0 && dl->physical->out == NULL)
329 add = ncp_PushPacket(ncp, &ncp->afq, &dl->physical->link);
H A Dmp.c75 #include "physical.h"
266 mp->link.stats.gather = 0; /* Let the physical links gather stats */
301 struct lcp *lcp = &dl->physical->link.lcp;
341 dl->physical->link.stats.parent = &mp->link.stats.total;
417 mp_Assemble(struct mp *mp, struct mbuf *m, struct physical *p)
616 struct physical *p = link2physical(l);
709 if (dl->physical->out)
713 add = link_QueueLen(&dl->physical->link);
734 if (dl->physical->link.lcp.his_mru < mp->peer_mrru) {
746 bestlink = sendasip ? &dl->physical
[all...]
H A Dbundle.c88 #include "physical.h"
104 #define SCATTER_SEGMENTS 7 /* version, datalink, name, physical,
223 physical_DeleteQueue(dl->physical);
229 bundle->phys_type.all |= dl->physical->type;
231 bundle->phys_type.open |= dl->physical->type;
284 struct physical *p = link2physical(fp->link);
340 if (fp == &dl->physical->link.lcp.fsm)
970 if (dl->physical->type != PHYS_AUTO) /* Not in -auto mode */
993 if ((mask & dl->physical->type) &&
1032 octets = MAX(dl->physical
[all...]
H A Dradius.c92 #include "physical.h"
403 bundle = r->cx.auth->physical->dl->bundle;
488 bundle = r->cx.auth->physical->dl->bundle;
831 radius_put_physical_details(struct radius *rad, struct physical *p)
949 switch (authp->physical->link.lcp.want_auth) {
962 switch (authp->physical->link.lcp.want_authtype) {
1018 authp->physical->link.lcp.want_authtype);
1027 if (Enabled(authp->physical->dl->bundle, OPT_NAS_IP_ADDRESS) &&
1037 if (Enabled(authp->physical->dl->bundle, OPT_NAS_IDENTIFIER) &&
1053 radius_put_physical_details(r, authp->physical);
[all...]
/freebsd-11-stable/sys/dev/agp/
H A Dagp_ali.c207 agp_ali_bind_page(device_t dev, vm_offset_t offset, vm_offset_t physical) argument
214 sc->gatt->ag_virtual[offset >> AGP_PAGE_SHIFT] = physical;
H A Dagp_apple.c219 agp_apple_bind_page(device_t dev, vm_offset_t offset, vm_offset_t physical) argument
226 sc->gatt->ag_virtual[offset >> AGP_PAGE_SHIFT] = physical;
H A Dagp_sis.c228 agp_sis_bind_page(device_t dev, vm_offset_t offset, vm_offset_t physical) argument
235 sc->gatt->ag_virtual[offset >> AGP_PAGE_SHIFT] = physical;
H A Dagp_i810.c121 vm_offset_t physical, int flags);
123 vm_offset_t physical, int flags);
125 vm_offset_t physical, int flags);
127 vm_offset_t physical, int flags);
129 vm_offset_t physical, int flags);
1280 device_printf(dev, "agp_i810 does not support physical "
1461 * beginning of the aperture to the given physical address. Setup the
1468 * Also, the bits of the physical page address above 4GB needs to be
1472 agp_i810_install_gtt_pte(device_t dev, u_int index, vm_offset_t physical, argument
1477 pte = (u_int32_t)physical | I810_PTE_VALI
1496 agp_i830_install_gtt_pte(device_t dev, u_int index, vm_offset_t physical, int flags) argument
1508 agp_i915_install_gtt_pte(device_t dev, u_int index, vm_offset_t physical, int flags) argument
1531 agp_i965_install_gtt_pte(device_t dev, u_int index, vm_offset_t physical, int flags) argument
1554 agp_g4x_install_gtt_pte(device_t dev, u_int index, vm_offset_t physical, int flags) argument
1577 agp_i810_bind_page(device_t dev, vm_offset_t offset, vm_offset_t physical) argument
[all...]
H A Dagp_amd64.c331 agp_amd64_bind_page(device_t dev, vm_offset_t offset, vm_offset_t physical) argument
339 (physical & 0xfffff000) | ((physical >> 28) & 0x00000ff0) | 3;
/freebsd-11-stable/sys/dev/ciss/
H A Dciss.c251 * This tunable can be set at boot time and controls whether physical devices
491 * Find all the physical devices.
1083 if (sc->ciss_controllers[i].physical.bus == 0)
1283 ciss_printf(sc, " max physical disks supported: %d\n", sc->ciss_cfg->max_physical_supported);
1284 ciss_printf(sc, " max physical disks per logical volume: %d\n", sc->ciss_cfg->max_physical_per_logical);
1304 * Helper routine for generating a list of logical and physical luns.
1342 cc->header.address.physical.mode = CISS_HDR_ADDRESS_MODE_PERIPHERAL;
1343 cc->header.address.physical.bus = 0;
1344 cc->header.address.physical.target = 0;
1507 ciss_printf(sc, "%d physical devic
2972 int physical; local
[all...]
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-srio.c1003 uint64_t physical; local
1004 physical = cvmx_srio_physical_map(srio_port,
1008 if (!physical)
1015 *result = cvmx_read64_uint32(CVMX_ADD_IO_SEG(physical));
1016 cvmx_srio_physical_unmap(physical, 4);
1185 uint64_t physical = cvmx_srio_physical_map(srio_port, local
1189 if (!physical)
1196 cvmx_write64_uint32(CVMX_ADD_IO_SEG(physical), data);
1197 return cvmx_srio_physical_unmap(physical, 4);
1397 * Map a remote device's memory region into Octeon's physical
[all...]

Completed in 515 milliseconds

1234