Searched refs:periph_driver (Results 1 – 23 of 23) sorted by relevance
/freebsd/sys/cam/ |
H A D | cam_periph.c | 64 static u_int camperiphnextunit(struct periph_driver *p_drv, 68 static u_int camperiphunit(struct periph_driver *p_drv, 97 struct periph_driver **periph_drivers; 115 struct periph_driver *drv = (struct periph_driver *)data; in periphdriver_register() 116 struct periph_driver **newdrivers, **old; in periphdriver_register() 152 struct periph_driver *drv = (struct periph_driver *)data; in periphdriver_unregister() 201 struct periph_driver **p_drv; in cam_periph_alloc() 340 struct periph_driver **p_drv; in cam_periph_find() 371 struct periph_driver **p_drv; in cam_periph_list() 554 camperiphnextunit(struct periph_driver *p_drv, u_int newunit, bool wired, in camperiphnextunit() [all …]
|
H A D | cam_periph.h | 51 extern struct periph_driver **periph_drivers; 91 struct periph_driver { struct 238 cam_periph_acquire_first(struct periph_driver *driver) in cam_periph_acquire_first()
|
H A D | cam_xpt.c | 154 typedef int xpt_pdrvfunc_t (struct periph_driver **pdrv, void *arg); 184 static struct periph_driver xpt_driver = 295 static int xptpdrvtraverse(struct periph_driver **start_pdrv, 297 static int xptpdperiphtraverse(struct periph_driver **pdrv, 595 struct periph_driver **p_drv; in xptdoioctl() 1956 xptplistpdrvfunc(struct periph_driver **pdrv, void *arg) in xptplistpdrvfunc() 2014 struct periph_driver **pdrv; in xptplistperiphfunc() 2108 (struct periph_driver **)cdm->pos.cookie.pdrv, in xptperiphlistmatch() 2287 xptpdrvtraverse(struct periph_driver **start_pdrv, in xptpdrvtraverse() 2290 struct periph_driver **pdrv; in xptpdrvtraverse() [all …]
|
/freebsd/sys/cam/scsi/ |
H A D | scsi_pt.c | 108 static struct periph_driver ptdriver =
|
H A D | scsi_targ_bh.c | 145 static struct periph_driver targbhdriver =
|
H A D | scsi_enc.c | 92 static struct periph_driver encdriver = {
|
H A D | scsi_sg.c | 130 static struct periph_driver sgdriver =
|
H A D | scsi_target.c | 155 static struct periph_driver targdriver =
|
H A D | scsi_ch.c | 205 static struct periph_driver chdriver =
|
H A D | scsi_pass.c | 186 static struct periph_driver passdriver =
|
H A D | scsi_xpt.c | 120 static struct periph_driver probe_driver =
|
H A D | scsi_cd.c | 301 static struct periph_driver cddriver =
|
H A D | scsi_da.c | 1622 static struct periph_driver dadriver =
|
H A D | scsi_sa.c | 685 static struct periph_driver sadriver =
|
/freebsd/sys/cam/ata/ |
H A D | ata_pmp.c | 148 static struct periph_driver pmpdriver =
|
H A D | ata_xpt.c | 72 static struct periph_driver aprobe_driver =
|
H A D | ata_da.c | 964 static struct periph_driver adadriver =
|
/freebsd/sys/cam/nvme/ |
H A D | nvme_xpt.c | 72 static struct periph_driver nvme_probe_driver =
|
H A D | nvme_da.c | 200 static struct periph_driver ndadriver =
|
/freebsd/sys/dev/sdio/ |
H A D | sdiob.c | 1160 static struct periph_driver sdiobdriver =
|
/freebsd/sys/cam/mmc/ |
H A D | mmc_xpt.c | 492 static struct periph_driver probe_driver =
|
H A D | mmc_da.c | 208 static struct periph_driver sddadriver =
|
/freebsd/sys/cam/ctl/ |
H A D | scsi_ctl.c | 201 static struct periph_driver ctlfe_driver =
|