Searched refs:xport (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/sys/cam/
H A Dcam_xpt_internal.h157 struct xpt_xport *xport; member in struct:cam_eb
H A Dcam_xpt.c1037 (*(path->bus->xport->announce))(periph);
2454 (*(start_ccb->ccb_h.path->bus->xport->action))(start_ccb);
3432 (*(bus->xport->alloc_device))(bus,
3883 new_bus->xport = &xport_default;
3906 new_bus->xport = scsi_get_xport();
3910 new_bus->xport = ata_get_xport();
3913 new_bus->xport = &xport_default;
4124 (*(device->target->bus->xport->async))(async_code,
/freebsd-10.2-release/sys/dev/virtio/console/
H A Dvirtio_console.c1335 vtcon_tty_free(void *xport) argument
1339 port = xport;

Completed in 159 milliseconds