Home
last modified time | relevance | path

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

123

/freebsd-13-stable/lib/libcam/
HDcamlib.h110 char sim_name[SIM_IDLEN+1]; /* Controller name, e.g. 'ahc' */
/freebsd-13-stable/sys/cam/
HDcam_compat.h89 char sim_vid[SIM_IDLEN]; /* Vendor ID of the SIM */
HDcam_ccb.h50 #define SIM_IDLEN 16 /* ASCII string len for SIM ID */ macro
660 char sim_vid[SIM_IDLEN]; /* Vendor ID of the SIM */
HDcam_compat.c226 bcopy(&cpi->sim_vid[0], &cpi17->sim_vid[0], SIM_IDLEN); in cam_compat_handle_0x17()
/freebsd-13-stable/sys/dev/iscsi_initiator/
HDisc_cam.c77 strlcpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN); in _inq()
/freebsd-13-stable/sys/dev/nvme/
HDnvme_sim.c191 strlcpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN); in nvme_sim_action()
/freebsd-13-stable/tools/tools/vhba/
HDvhba.c136 strlcpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN); in vhba_action()
/freebsd-13-stable/sys/dev/mmcnull/
HDmmcnull.c368 strncpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN); in mmcnull_action_sd()
/freebsd-13-stable/sys/dev/mfi/
HDmfi_cam.c224 strlcpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN); in mfip_cam_action()
/freebsd-13-stable/sys/dev/twa/
HDtw_osl_cam.c417 strlcpy(path_inq->sim_vid, "FreeBSD", SIM_IDLEN); in twa_action()
/freebsd-13-stable/sys/dev/amr/
HDamr_cam.c323 strlcpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN); in amr_cam_action()
/freebsd-13-stable/sys/dev/aac/
HDaac_cam.c319 strlcpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN); in aac_cam_action()
/freebsd-13-stable/sys/dev/isci/
HDisci_controller.c682 strlcpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN); in isci_action()
/freebsd-13-stable/sys/powerpc/ps3/
HDps3cdrom.c423 strlcpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN); in ps3cdrom_action()
/freebsd-13-stable/sys/dev/ahci/
HDahciem.c642 strlcpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN); in ahciemaction()
/freebsd-13-stable/sys/cam/ctl/
HDctl_frontend_cam_sim.c762 strlcpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN); in cfcs_action()
/freebsd-13-stable/sys/powerpc/pseries/
HDphyp_vscsi.c431 strlcpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN); in vscsi_cam_action()
/freebsd-13-stable/sys/cam/mmc/
HDmmc_xpt.c1226 strncpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN); in mmc_path_inq()
/freebsd-13-stable/sys/dev/smartpqi/
HDsmartpqi_cam.c55 strlcpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN); in update_sim_properties()
/freebsd-13-stable/sys/dev/aic7xxx/
HDaic79xx_osm.c708 strlcpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN); in ahd_action()
HDaic7xxx_osm.c804 strlcpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN); in ahc_action()
/freebsd-13-stable/sys/dev/ata/
HData-all.c1169 strlcpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN); in ataaction()
/freebsd-13-stable/sys/dev/hptrr/
HDhptrr_osm_bsd.c785 strlcpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN); in hpt_action()
/freebsd-13-stable/sys/dev/hpt27xx/
HDhpt27xx_osm_bsd.c853 strlcpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN); in hpt_action()
/freebsd-13-stable/sys/dev/tws/
HDtws_cam.c296 strlcpy(ccb->cpi.sim_vid, "FreeBSD", SIM_IDLEN); in tws_action()

123