Searched refs:SIM_IDLEN (Results 1 - 25 of 55) sorted by relevance

123

/freebsd-13-stable/lib/libcam/
H A Dcamlib.h112 char sim_name[SIM_IDLEN+1]; /* Controller name, e.g. 'ahc' */
/freebsd-13-stable/sys/cam/
H A Dcam_compat.h91 char sim_vid[SIM_IDLEN]; /* Vendor ID of the SIM */
H A Dcam_compat.c210 bcopy(&cpi->sim_vid[0], &cpi17->sim_vid[0], SIM_IDLEN);
H A Dcam_ccb.h52 #define SIM_IDLEN 16 /* ASCII string len for SIM ID */ macro
662 char sim_vid[SIM_IDLEN]; /* Vendor ID of the SIM */
/freebsd-13-stable/sys/dev/iscsi_initiator/
H A Disc_cam.c79 strlcpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN);
/freebsd-13-stable/sys/dev/nvme/
H A Dnvme_sim.c186 strlcpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN);
/freebsd-13-stable/sys/dev/mmcnull/
H A Dmmcnull.c370 strncpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN);
/freebsd-13-stable/sys/dev/amr/
H A Damr_cam.c325 strlcpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN);
/freebsd-13-stable/sys/dev/twa/
H A Dtw_osl_cam.c419 strlcpy(path_inq->sim_vid, "FreeBSD", SIM_IDLEN);
/freebsd-13-stable/tools/tools/vhba/
H A Dvhba.c137 strlcpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN);
/freebsd-13-stable/sys/dev/aac/
H A Daac_cam.c321 strlcpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN);
/freebsd-13-stable/sys/dev/isci/
H A Disci_controller.c682 strlcpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN);
/freebsd-13-stable/sys/powerpc/ps3/
H A Dps3cdrom.c425 strlcpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN);
/freebsd-13-stable/sys/dev/mfi/
H A Dmfi_cam.c226 strlcpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN);
/freebsd-13-stable/sys/dev/ahci/
H A Dahciem.c636 strlcpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN);
/freebsd-13-stable/sys/cam/ctl/
H A Dctl_frontend_cam_sim.c764 strlcpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN);
/freebsd-13-stable/sys/dev/aic7xxx/
H A Daic79xx_osm.c697 strlcpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN);
H A Daic7xxx_osm.c793 strlcpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN);
/freebsd-13-stable/sys/dev/ata/
H A Data-all.c1171 strlcpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN);
/freebsd-13-stable/sys/dev/hptrr/
H A Dhptrr_osm_bsd.c787 strlcpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN);
/freebsd-13-stable/sys/powerpc/pseries/
H A Dphyp_vscsi.c433 strlcpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN);
/freebsd-13-stable/sys/dev/tws/
H A Dtws_cam.c298 strlcpy(ccb->cpi.sim_vid, "FreeBSD", SIM_IDLEN);
/freebsd-13-stable/sys/dev/smartpqi/
H A Dsmartpqi_cam.c56 strlcpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN);
/freebsd-13-stable/sys/cam/mmc/
H A Dmmc_xpt.c1170 strncpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN);
/freebsd-13-stable/sys/dev/aacraid/
H A Daacraid_cam.c1030 strlcpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN);

Completed in 150 milliseconds

123