Searched refs:cam_periph_alloc (Results 1 - 19 of 19) sorted by relevance

/freebsd-10.1-release/sys/cam/
H A Dcam_periph.h146 cam_status cam_periph_alloc(periph_ctor_t *periph_ctor,
H A Dcam_periph.c144 cam_periph_alloc(periph_ctor_t *periph_ctor, function
177 printf("cam_periph_alloc: attempt to re-allocate "
220 printf("cam_periph_alloc: invalid periph name '%s'\n", name);
H A Dcam_xpt.c906 cam_periph_alloc(xptregister, NULL, NULL, NULL, "xpt", CAM_PERIPH_BIO,
/freebsd-10.1-release/sys/cam/scsi/
H A Dscsi_pass.c292 status = cam_periph_alloc(passregister, passoninvalidate,
H A Dscsi_pt.c378 status = cam_periph_alloc(ptctor, ptoninvalidate, ptdtor,
H A Dscsi_targ_bh.c206 status = cam_periph_alloc(targbhctor, NULL, targbhdtor,
H A Dscsi_enc.c243 status = cam_periph_alloc(enc_ctor, enc_oninvalidate,
H A Dscsi_sg.c276 status = cam_periph_alloc(sgregister, sgoninvalidate,
H A Dscsi_target.c425 status = cam_periph_alloc(targctor, NULL, targdtor, targstart,
428 printf("cam_periph_alloc failed, status %#x\n", status);
475 /* Initialize a periph (called from cam_periph_alloc) */
H A Dscsi_ch.c349 status = cam_periph_alloc(chregister, choninvalidate,
H A Dscsi_da.c1632 status = cam_periph_alloc(daregister, daoninvalidate,
H A Dscsi_xpt.c2314 status = cam_periph_alloc(proberegister, NULL, probecleanup,
H A Dscsi_cd.c395 status = cam_periph_alloc(cdregister, cdoninvalidate,
H A Dscsi_sa.c1445 status = cam_periph_alloc(saregister, saoninvalidate,
/freebsd-10.1-release/sys/cam/ctl/
H A Dscsi_ctl.c1845 status = cam_periph_alloc(ctlferegister,
1862 "cam_periph_alloc()\n", __func__, (entry != NULL) ?
1947 status = cam_periph_alloc(ctlferegister,
/freebsd-10.1-release/sys/cam/ata/
H A Data_pmp.c293 status = cam_periph_alloc(pmpregister, pmponinvalidate,
H A Data_da.c966 status = cam_periph_alloc(adaregister, adaoninvalidate,
H A Data_xpt.c1542 status = cam_periph_alloc(proberegister, NULL, probecleanup,
/freebsd-10.1-release/sys/dev/isp/
H A Disp_freebsd.c4147 status = cam_periph_alloc(isptargctor, NULL, isptargdtor, isptargstart, "isptarg", CAM_PERIPH_BIO, wpath, NULL, 0, softc);
4150 isp_prt(isp, ISP_LOGERR, "%s: cam_periph_alloc for wildcard failed", __func__);
4160 status = cam_periph_alloc(isptargctor, NULL, isptargdtor, isptargstart, "isptarg", CAM_PERIPH_BIO, path, NULL, 0, softc);
4163 isp_prt(isp, ISP_LOGERR, "%s: cam_periph_alloc failed", __func__);

Completed in 234 milliseconds