HomeSort by: relevance | last modified time | path
    Searched defs:xa (Results 1 - 21 of 21) sorted by relevancy

  /src/sys/dev/xmi/
bi_xmi.c 57 struct xmi_attach_args *xa = aux; local in function:bi_xmi_match
59 if (bus_space_read_2(xa->xa_iot, xa->xa_ioh, XMI_TYPE) != XMIDT_DWMBA)
63 cf->cf_loc[XMICF_NODE] != xa->xa_nodenr)
73 struct xmi_attach_args *xa = aux; local in function:bi_xmi_attach
79 sc->sc_addr = (bus_addr_t)BI_BASE(xa->xa_nodenr, 0);
80 sc->sc_iot = xa->xa_iot; /* No special I/O handling */
81 sc->sc_dmat = xa->xa_dmat; /* No special DMA handling either */
82 sc->sc_intcpu = xa->xa_intcpu;
xmi.c 65 struct xmi_attach_args * const xa = aux; local in function:xmi_print
69 if (xl->xl_nr == bus_space_read_2(xa->xa_iot, xa->xa_ioh, 0))
75 bus_space_read_2(xa->xa_iot, xa->xa_ioh, 0));
80 aprint_normal(" node %d", xa->xa_nodenr);
89 struct xmi_attach_args xa; local in function:xmi_attach
94 xa.xa_iot = sc->sc_iot;
95 xa.xa_busnr = sc->sc_busnr;
96 xa.xa_dmat = sc->sc_dmat
    [all...]
  /src/lib/libc/gdtoa/
sum.c 44 ULong carry, *xc, *xa, *xb, *xe, y; local in function:sum
57 xa = a->x;
63 y = (*xa & 0xffff) + (*xb & 0xffff) + carry;
65 z = (*xa++ >> 16) + (*xb++ >> 16) + carry;
72 y = (*xa & 0xffff) + carry;
74 z = (*xa++ >> 16) + carry;
80 y = *xa++ + *xb++ + carry;
87 y = *xa++ + carry;
misc.c 288 ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0; local in function:mult
313 for(x = c->x, xa = x + wc; x < xa; x++)
315 xa = a->x;
316 xae = xa + wa;
323 x = xa;
341 x = xa;
355 x = xa;
373 x = xa;
532 ULong *xa, *xa0, *xb, *xb0 local in function:cmp
568 ULong *xa, *xae, *xb, *xbe, *xc; local in function:diff
666 ULong *xa, *xa0, w, y, z; local in function:b2d
    [all...]
  /src/sys/dev/sbus/
xbox.c 102 struct xbox_attach_args *xa = args; local in function:xbox_print
105 aprint_normal("%s at %s", xa->xa_name, busname);
126 struct xbox_attach_args xa; local in function:xbox_attach
145 memset(&xa, 0, sizeof xa);
146 xa.xa_name = "sbus";
147 xa.xa_node = node;
148 xa.xa_bustag = sa->sa_bustag;
149 xa.xa_dmatag = sa->sa_dmatag;
151 (void) config_found(self, (void *)&xa, xbox_print
    [all...]
  /src/sys/arch/luna68k/dev/
xp.c 109 struct xpbus_attach_args *xa = aux; local in function:xp_match
115 if (strcmp(xa->xa_name, xp_cd.cd_name))
xpbus.c 125 struct xpbus_attach_args xa; local in function:xpbus_attach
132 xa = xpdevs[i];
133 config_found(self, &xa, NULL, CFARGS_NONE);
psgpam.c 194 struct xpbus_attach_args *xa = aux; local in function:psgpam_match
203 if (strcmp(xa->xa_name, psgpam_cd.cd_name))
  /src/bin/ed/
sub.c 129 long xa = current_addr; local in function:search_and_replace
160 xa = current_addr;
163 current_addr = xa;
  /src/sys/arch/sparc/dev/
sbus.c 229 struct xbox_attach_args *xa = aux; local in function:sbus_match_xbox
234 return (strcmp(cf->cf_name, xa->xa_name) == 0);
327 struct xbox_attach_args *xa = aux; local in function:sbus_attach_xbox
328 int node = xa->xa_node;
330 sc->sc_bustag = xa->xa_bustag;
331 sc->sc_dmatag = xa->xa_dmatag;
  /src/sys/arch/xen/xen/
xencons.c 161 struct xencons_attach_args *xa = (struct xencons_attach_args *)aux; local in function:xencons_match
163 if (strcmp(xa->xa_device, "xencons") == 0)
xpci_xenbus.c 117 struct xenbusdev_attach_args *xa = aux; local in function:xpci_xenbus_match
119 if (strcmp(xa->xa_type, "pci") != 0)
123 match->cf_loc[XENBUSCF_ID] != xa->xa_id)
133 struct xenbusdev_attach_args *xa = aux; local in function:xpci_xenbus_attach
146 sc->sc_xbusd = xa->xa_xbusd;
balloon.c 180 struct xenbusdev_attach_args *xa = aux; local in function:balloon_xenbus_match
182 if (strcmp(xa->xa_type, "balloon") != 0)
186 match->cf_loc[XENBUSCF_ID] != xa->xa_id)
xbd_xenbus.c 267 struct xenbusdev_attach_args *xa = aux; local in function:xbd_xenbus_match
269 if (strcmp(xa->xa_type, "vbd") != 0)
273 match->cf_loc[XENBUSCF_ID] != xa->xa_id)
283 struct xenbusdev_attach_args *xa = aux; local in function:xbd_xenbus_attach
293 sc->sc_xbusd = xa->xa_xbusd;
if_xennet_xenbus.c 266 struct xenbusdev_attach_args *xa = aux; local in function:xennet_xenbus_match
268 if (strcmp(xa->xa_type, "vif") != 0)
272 match->cf_loc[XENBUSCF_ID] != xa->xa_id)
282 struct xenbusdev_attach_args *xa = aux; local in function:xennet_xenbus_attach
299 sc->sc_xbusd = xa->xa_xbusd;
  /src/sys/arch/vax/vax/
ka6400.c 112 struct xmi_attach_args * const xa = aux; local in function:ka6400_match
114 if (bus_space_read_2(xa->xa_iot, xa->xa_ioh, XMI_TYPE) != XMIDT_KA64)
118 cf->cf_loc[XMICF_NODE] != xa->xa_nodenr)
128 struct xmi_attach_args * const xa = aux; local in function:ka6400_attach
131 vp = (cca->cca_vecenab & (1 << xa->xa_nodenr));
134 mastercpu == xa->xa_nodenr ? "master" : "slave",
135 bus_space_read_4(xa->xa_iot, xa->xa_ioh, XMI_TYPE) >> 16,
138 if (xa->xa_nodenr != mastercpu)
202 struct xmi_attach_args * const xa = aux; local in function:ms6400_match
218 struct xmi_attach_args * const xa = aux; local in function:ms6400_attach
    [all...]
  /src/sys/arch/xen/xenbus/
xenbus_probe.c 96 struct xenbus_attach_args *xa = (struct xenbus_attach_args *)aux; local in function:xenbus_match
98 if (strcmp(xa->xa_device, "xenbus") == 0)
106 struct xenbus_attach_args *xa = (struct xenbus_attach_args *)aux; local in function:xenbus_attach
111 xenbus_dmat = xa->xa_dmat;
321 struct xenbusdev_attach_args xa; local in function:xenbus_probe_device_type
434 xa.xa_xbusd = xbusd;
435 xa.xa_type = type;
436 xa.xa_id = strtoul(dir[i], &ep, 0);
445 if (strcmp(xa.xa_type, "vbd") == 0) {
475 &xa, xenbus_print, CFARGS_NONE)
496 struct xenbusdev_attach_args *xa = aux; local in function:xenbus_print
    [all...]
  /src/sys/arch/sun3/dev/
xy.c 352 struct xyc_attach_args xa; local in function:xycattach
450 for (xa.driveno = 0; xa.driveno < XYC_MAXDEV; xa.driveno++)
451 (void)config_found(self, (void *)&xa, xyc_print, CFARGS_NONE);
460 struct xyc_attach_args *xa = aux; local in function:xyc_print
465 if (xa->driveno != -1)
466 aprint_normal(" drive %d", xa->driveno);
482 struct xyc_attach_args *xa = aux; local in function:xymatch
486 xy_unit = device_unit(parent) * 2 + xa->driveno
501 struct xyc_attach_args *xa = aux; local in function:xyattach
    [all...]
xd.c 421 struct xdc_attach_args xa; local in function:xdcattach
514 xa.booting = 1;
515 for (xa.driveno = 0; xa.driveno < XDC_MAXDEV; xa.driveno++)
516 (void)config_found(self, (void *)&xa, xdc_print, CFARGS_NONE);
525 struct xdc_attach_args *xa = aux; local in function:xdc_print
530 if (xa->driveno != -1)
531 aprint_normal(" drive %d", xa->driveno);
547 struct xdc_attach_args *xa = aux local in function:xdmatch
566 struct xdc_attach_args *xa = aux; local in function:xdattach
    [all...]
  /src/sys/dev/vme/
xy.c 409 struct xyc_attach_args xa; local in function:xycattach
570 xa.fullmode = XY_SUB_POLL;
571 xa.booting = 1;
573 for (xa.driveno = 0; xa.driveno < XYC_MAXDEV; xa.driveno++)
574 (void) config_found(self, (void *) &xa, NULL, CFARGS_NONE);
591 struct xyc_attach_args *xa = aux; local in function:xymatch
596 cf->cf_loc[XYCCF_DRIVE] != xa->driveno)
612 struct xyc_attach_args *xa = aux local in function:xyattach
1056 struct xyc_attach_args xa; local in function:xyopen
1154 struct xyc_attach_args xa; local in function:xystrategy
    [all...]
xd.c 498 struct xdc_attach_args xa; local in function:xdcattach
671 xa.fullmode = XD_SUB_POLL;
672 xa.booting = 1;
674 for (xa.driveno = 0; xa.driveno < XDC_MAXDEV; xa.driveno++)
675 (void) config_found(self, (void *) &xa, NULL, CFARGS_NONE);
692 struct xdc_attach_args *xa = aux; local in function:xdmatch
697 cf->cf_loc[XDCCF_DRIVE] != xa->driveno)
713 struct xdc_attach_args *xa = aux local in function:xdattach
1137 struct xdc_attach_args xa; local in function:xdopen
1235 struct xdc_attach_args xa; local in function:xdstrategy
    [all...]

Completed in 47 milliseconds