Searched refs:nexus (Results 1 - 25 of 106) sorted by relevance

12345

/freebsd-10-stable/sys/sparc64/sparc64/
H A Dssm.c32 * treated like nexus(4) children
61 EARLY_DRIVER_MODULE(ssm, nexus, ssm_driver, ssm_devclass, 0, 0, BUS_PASS_BUS);
62 MODULE_DEPEND(ssm, nexus, 1, 1, 1);
H A Dnexus.c32 * from: FreeBSD: src/sys/i386/i386/nexus.c,v 1.43 2001/02/09
61 * The nexus (which is a pseudo-bus actually) iterates over the nodes that
152 DEFINE_CLASS_0(nexus, nexus_driver, nexus_methods, sizeof(struct nexus_softc));
153 EARLY_DRIVER_MODULE(nexus, root, nexus_driver, nexus_devclass, 0, 0,
155 MODULE_VERSION(nexus, 1);
368 device_t nexus; local
373 nexus = bus;
374 while (strcmp(device_get_name(device_get_parent(nexus)), "root") != 0)
375 nexus = device_get_parent(nexus);
452 device_t nexus; local
[all...]
H A Dsc_machdep.c71 DRIVER_MODULE(sc, nexus, sc_driver, sc_devclass, 0, 0);
H A Dschppm.c83 DRIVER_MODULE(schppm, nexus, schppm_driver, schppm_devclass, 0, 0);
/freebsd-10-stable/sys/dev/cfi/
H A Dcfi_bus_nexus.c82 DRIVER_MODULE(cfi, nexus, cfi_nexus_driver, cfi_devclass, 0, 0);
/freebsd-10-stable/sys/cam/ctl/
H A Dctl_scsi_all.c117 io->io_hdr.nexus.initid, io->io_hdr.nexus.targ_port,
118 io->io_hdr.nexus.targ_lun, io->io_hdr.nexus.targ_mapped_lun);
H A Dctl.c626 msg.hdr.nexus = io->io_hdr.nexus;
740 msg.hdr.nexus = io->io_hdr.nexus;
825 msg->hdr.nexus.targ_lun = lun->lun;
826 msg->hdr.nexus.targ_mapped_lun = lun->lun;
883 msg->hdr.nexus.targ_port = port->targ_port;
945 msg->hdr.nexus.targ_port = port->targ_port;
946 msg->hdr.nexus.initid = iid;
981 msg.hdr.nexus
3521 ctl_get_initindex(struct ctl_nexus *nexus) argument
[all...]
H A Dctl_tpc_local.c326 io->io_hdr.nexus.initid = 0;
327 io->io_hdr.nexus.targ_port = tsoftc->port.targ_port;
328 io->io_hdr.nexus.targ_lun = lun;
H A Dctl_io.h173 ctl_ports[(io)->io_hdr.nexus.targ_port])
220 struct ctl_nexus nexus; /* Initiator, port, target, lun */ member in struct:ctl_io_hdr
419 struct ctl_nexus nexus; /* Initiator, port, target, lun */ member in struct:ctl_ha_msg_hdr
H A Dctl_frontend_cam_sim.c564 io->io_hdr.nexus.initid = 1;
565 io->io_hdr.nexus.targ_port = softc->port.targ_port;
566 io->io_hdr.nexus.targ_lun = ctl_decode_lun(
653 io->io_hdr.nexus.initid = 1;
654 io->io_hdr.nexus.targ_port = softc->port.targ_port;
655 io->io_hdr.nexus.targ_lun = ctl_decode_lun(
749 io->io_hdr.nexus.initid = 1;
750 io->io_hdr.nexus.targ_port = softc->port.targ_port;
751 io->io_hdr.nexus.targ_lun = ctl_decode_lun(
/freebsd-10-stable/sys/dev/xen/xenpci/
H A Dxenpci.c54 static device_t nexus; variable
195 return (BUS_ALLOC_RESOURCE(nexus, child, type, rid, start,
204 return (BUS_RELEASE_RESOURCE(nexus, child, type, rid, r));
211 return (BUS_ACTIVATE_RESOURCE(nexus, child, type, rid, r));
218 return (BUS_DEACTIVATE_RESOURCE(nexus, child, type, rid, r));
247 * PCI bus, all resource operations are directed to nexus
250 if ((dc = devclass_find("nexus")) == 0
251 || (nexus = devclass_get_device(dc, 0)) == 0) {
252 device_printf(dev, "unable to find nexus.");
/freebsd-10-stable/sys/dev/aic/
H A Daic.c344 aic->nexus = (struct aic_scb *)ccb_h->ccb_scb_ptr;
363 struct aic_scb *scb = aic->nexus;
387 struct aic_scb *scb = aic->nexus;
434 if (aic->nexus) {
436 &aic->nexus->ccb->ccb_h, sim_links.tqe);
437 aic->nexus = NULL;
487 * Reestablish a disconnected nexus.
497 /* Find the nexus */
516 /* Reestablish the nexus */
518 aic->nexus
[all...]
/freebsd-10-stable/sys/powerpc/powerpc/
H A Dnexus.c32 * from: FreeBSD: src/sys/i386/i386/nexus.c,v 1.43 2001/02/09
59 * The nexus handles root-level resource allocation requests and interrupt
60 * mapping. All direct subdevices of nexus are attached by DEVICE_IDENTIFY().
99 DEFINE_CLASS_0(nexus, nexus_driver, nexus_methods, 1);
100 EARLY_DRIVER_MODULE(nexus, root, nexus_driver, nexus_devclass, 0, 0,
102 MODULE_VERSION(nexus, 1);
197 printf("nexus mapdev: start %zx, len %ld\n", start,
/freebsd-10-stable/sys/dev/altera/sdcard/
H A Daltera_sdcard_nexus.c113 DRIVER_MODULE(altera_sdcard, nexus, altera_sdcard_nexus_driver,
/freebsd-10-stable/sys/dev/terasic/de4led/
H A Dterasic_de4led_nexus.c109 DRIVER_MODULE(terasic_de4led, nexus, terasic_de4led_nexus_driver,
/freebsd-10-stable/sys/mips/cavium/
H A Docteon_pmc.c130 DRIVER_MODULE(octeon_pmc, nexus, octeon_pmc_driver, octeon_pmc_devclass, 0, 0);
H A Docteon_rtc.c69 DRIVER_MODULE(rtc, nexus, octeon_rtc_driver, octeon_rtc_devclass, 0, 0);
H A Docteon_rnd.c74 DRIVER_MODULE(rnd, nexus, octeon_rnd_driver, octeon_rnd_devclass, 0, 0);
/freebsd-10-stable/sys/dev/nand/
H A Dnandsim.c312 device_t nexus, ndev; local
328 if (!(nexus_devclass = devclass_find("nexus")) ||
329 !(nexus = devclass_get_device(nexus_devclass, 0)))
335 * XXX powerpc nexus doesn't implement bus_add_child, so child
339 ndev = device_add_child(nexus, "nandsim", num);
341 ndev = BUS_ADD_CHILD(nexus, 0, "nandsim", num);
361 device_t nexus; local
376 if (!(nexus_devclass = devclass_find("nexus")) ||
377 !(nexus = devclass_get_device(nexus_devclass, 0))) {
383 ret = device_delete_child(nexus, ctrl
[all...]
/freebsd-10-stable/sys/dev/altera/avgen/
H A Daltera_avgen_nexus.c140 DRIVER_MODULE(avgen, nexus, altera_avgen_nexus_driver, altera_avgen_devclass,
/freebsd-10-stable/sys/dev/altera/jtag_uart/
H A Daltera_jtag_uart_nexus.c140 DRIVER_MODULE(altera_jtag_uart, nexus, altera_jtag_uart_nexus_driver,
/freebsd-10-stable/sys/dev/cfe/
H A Dcfe_resource.c31 * TODO: Don't attach this off nexus.
159 DRIVER_MODULE(cfe, nexus, cferes_driver, cferes_devclass, 0, 0);
/freebsd-10-stable/sys/mips/atheros/
H A Dar71xx_wdog.c156 DRIVER_MODULE(ar71xx_wdog, nexus, ar71xx_wdog_driver, ar71xx_wdog_devclass, 0, 0);
/freebsd-10-stable/sys/mips/malta/
H A Dgt.c130 DRIVER_MODULE(gt, nexus, gt_driver, gt_devclass, 0, 0);
/freebsd-10-stable/sys/dev/amdtemp/
H A Damdtemp.c431 device_t acpi, cpu, nexus; local
440 nexus = device_find_child(root_bus, "nexus", 0);
441 acpi = device_find_child(nexus, "acpi", 0);

Completed in 390 milliseconds

12345