Home
last modified time | relevance | path

Searched refs:SIM_IDLEN (Results 1 – 25 of 50) sorted by relevance

12

/freebsd-head/lib/libcam/
HDcamlib.h109 char sim_name[SIM_IDLEN+1]; /* Controller name, e.g. 'ahc' */
/freebsd-head/sys/cam/
HDcam_compat.h89 char sim_vid[SIM_IDLEN]; /* Vendor ID of the SIM */
HDcam_ccb.h49 #define SIM_IDLEN 16 /* ASCII string len for SIM ID */ macro
679 char sim_vid[SIM_IDLEN]; /* Vendor ID of the SIM */
HDcam_compat.c223 bcopy(&cpi->sim_vid[0], &cpi17->sim_vid[0], SIM_IDLEN); in cam_compat_handle_0x17()
/freebsd-head/sys/dev/nvmf/host/
HDnvmf_sim.c179 strlcpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN); in nvmf_sim_action()
/freebsd-head/sys/dev/nvme/
HDnvme_sim.c193 strlcpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN); in nvme_sim_action()
/freebsd-head/sys/dev/mmcnull/
HDmmcnull.c367 strncpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN); in mmcnull_action_sd()
/freebsd-head/tools/tools/vhba/
HDvhba.c136 strlcpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN); in vhba_action()
/freebsd-head/sys/dev/mfi/
HDmfi_cam.c225 strlcpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN); in mfip_cam_action()
/freebsd-head/sys/dev/aac/
HDaac_cam.c317 strlcpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN); in aac_cam_action()
/freebsd-head/sys/dev/isci/
HDisci_controller.c682 strlcpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN); in isci_action()
/freebsd-head/sys/powerpc/ps3/
HDps3cdrom.c423 strlcpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN); in ps3cdrom_action()
/freebsd-head/sys/cam/ctl/
HDctl_frontend_cam_sim.c761 strlcpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN); in cfcs_action()
/freebsd-head/sys/dev/ahci/
HDahciem.c640 strlcpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN); in ahciemaction()
/freebsd-head/sys/powerpc/pseries/
HDphyp_vscsi.c431 strlcpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN); in vscsi_cam_action()
/freebsd-head/sys/cam/mmc/
HDmmc_xpt.c1216 strncpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN); in mmc_path_inq()
/freebsd-head/sys/dev/smartpqi/
HDsmartpqi_cam.c55 strncpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN-1); in update_sim_properties()
/freebsd-head/sys/dev/tws/
HDtws_cam.c296 strlcpy(ccb->cpi.sim_vid, "FreeBSD", SIM_IDLEN); in tws_action()
/freebsd-head/sys/dev/aic7xxx/
HDaic79xx_osm.c708 strlcpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN); in ahd_action()
HDaic7xxx_osm.c802 strlcpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN); in ahc_action()
/freebsd-head/sys/dev/ata/
HData-all.c1167 strlcpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN); in ataaction()
/freebsd-head/sys/dev/hpt27xx/
HDhpt27xx_osm_bsd.c853 strlcpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN); in hpt_action()
/freebsd-head/sys/dev/hptrr/
HDhptrr_osm_bsd.c785 strlcpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN); in hpt_action()
/freebsd-head/sys/dev/aacraid/
HDaacraid_cam.c1026 strlcpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN); in aac_cam_action()
/freebsd-head/sys/dev/hptnr/
HDhptnr_osm_bsd.c1141 strlcpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN); in hpt_action()

12