Home
last modified time | relevance | path

Searched refs:cam_periph_acquire (Results 1 – 16 of 16) sorted by relevance

/trueos/sys/cam/ata/
HData_pmp.c321 if (cam_periph_acquire(periph) == CAM_REQ_CMP) { in pmpasync()
349 if (cam_periph_acquire(periph) != CAM_REQ_CMP) in pmpsysctlinit()
414 (void)cam_periph_acquire(periph); in pmpregister()
HData_da.c640 if (cam_periph_acquire(periph) != CAM_REQ_CMP) { in adaopen()
1069 if (cam_periph_acquire(periph) != CAM_REQ_CMP) in adaasync()
1352 if (cam_periph_acquire(periph) != CAM_REQ_CMP) { in adaregister()
1380 if (cam_periph_acquire(periph) == CAM_REQ_CMP) in adaregister()
1414 if (cam_periph_acquire(periph) != CAM_REQ_CMP) in adaregister()
HData_xpt.c247 status = cam_periph_acquire(periph); in proberegister()
/trueos/sys/cam/scsi/
HDscsi_enc.c271 if (cam_periph_acquire(periph) != CAM_REQ_CMP) in enc_open()
868 if (cam_periph_acquire(enc->periph) != CAM_REQ_CMP) in enc_kproc_init()
982 if (cam_periph_acquire(periph) != CAM_REQ_CMP) { in enc_ctor()
HDscsi_pass.c390 if (cam_periph_acquire(periph) != CAM_REQ_CMP) { in passregister()
444 if (cam_periph_acquire(periph) != CAM_REQ_CMP) in passopen()
HDscsi_sg.c348 if (cam_periph_acquire(periph) != CAM_REQ_CMP) { in sgregister()
427 if (cam_periph_acquire(periph) != CAM_REQ_CMP) in sgopen()
HDscsi_da.c1302 if (cam_periph_acquire(periph) != CAM_REQ_CMP) { in daopen()
1743 if (cam_periph_acquire(periph) == CAM_REQ_CMP) { in daasync()
2228 if (cam_periph_acquire(periph) != CAM_REQ_CMP) { in daregister()
3270 if (cam_periph_acquire(periph) == CAM_REQ_CMP) { in dadone()
3587 status = cam_periph_acquire(periph); in dareprobe()
3669 if (cam_periph_acquire(periph) == CAM_REQ_CMP) { in damediapoll()
HDscsi_pt.c143 if (cam_periph_acquire(periph) != CAM_REQ_CMP) in ptopen()
HDscsi_cd.c442 if (cam_periph_acquire(periph) == CAM_REQ_CMP) { in cdasync()
477 if (cam_periph_acquire(periph) != CAM_REQ_CMP) in cdsysctlinit()
676 if (cam_periph_acquire(periph) != CAM_REQ_CMP) { in cdregister()
717 if (cam_periph_acquire(periph) != CAM_REQ_CMP) in cdopen()
2612 if (cam_periph_acquire(periph) == CAM_REQ_CMP) { in cdmediapoll()
HDscsi_ch.c424 if (cam_periph_acquire(periph) != CAM_REQ_CMP) { in chregister()
463 if (cam_periph_acquire(periph) != CAM_REQ_CMP) in chopen()
HDscsi_target.c186 cam_periph_acquire(periph); in targcdevdtor()
HDscsi_sa.c655 if (cam_periph_acquire(periph) != CAM_REQ_CMP) { in saopen()
2500 if (cam_periph_acquire(periph) != CAM_REQ_CMP) { in saregister()
2537 cam_periph_acquire(periph); in saregister()
HDscsi_xpt.c645 status = cam_periph_acquire(periph); in proberegister()
/trueos/sys/cam/
HDcam_periph.h154 cam_status cam_periph_acquire(struct cam_periph *periph);
HDcam_periph.c371 cam_periph_acquire(struct cam_periph *periph) in cam_periph_acquire() function
449 if (cam_periph_acquire(periph) != CAM_REQ_CMP) in cam_periph_hold()
/trueos/sys/cam/ctl/
HDscsi_ctl.c565 status = cam_periph_acquire(periph); in ctlferegister()
1902 cam_periph_acquire(lun_softc->periph); in ctlfe_lun_disable()