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

123

/freebsd-10.1-release/sys/cam/
H A Dcam_compat.h90 char sim_vid[SIM_IDLEN]; /* Vendor ID of the SIM */
H A Dcam_compat.c182 bcopy(&cpi->sim_vid[0], &cpi17->sim_vid[0], SIM_IDLEN);
H A Dcam_ccb.h48 #define SIM_IDLEN 16 /* ASCII string len for SIM ID */ macro
623 char sim_vid[SIM_IDLEN]; /* Vendor ID of the SIM */
/freebsd-10.1-release/lib/libcam/
H A Dcamlib.h110 char sim_name[SIM_IDLEN+1]; /* Controller name, e.g. 'ahc' */
/freebsd-10.1-release/sys/dev/iscsi_initiator/
H A Disc_cam.c78 strncpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN);
/freebsd-10.1-release/sys/dev/ppbus/
H A Dvpo.c387 strncpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN);
/freebsd-10.1-release/sys/dev/amr/
H A Damr_cam.c326 strncpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN);
/freebsd-10.1-release/sys/dev/twa/
H A Dtw_osl_cam.c425 strncpy(path_inq->sim_vid, "FreeBSD", SIM_IDLEN);
/freebsd-10.1-release/tools/tools/vhba/
H A Dvhba.c137 strlcpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN);
/freebsd-10.1-release/sys/dev/aac/
H A Daac_cam.c320 strncpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN);
/freebsd-10.1-release/sys/dev/ahci/
H A Dahciem.c581 strncpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN);
/freebsd-10.1-release/sys/dev/isci/
H A Disci_controller.c692 strncpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN);
/freebsd-10.1-release/sys/dev/mfi/
H A Dmfi_cam.c226 strncpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN);
/freebsd-10.1-release/sys/powerpc/ps3/
H A Dps3cdrom.c424 strncpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN);
/freebsd-10.1-release/sys/cam/ctl/
H A Dctl_frontend_cam_sim.c793 strncpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN);
/freebsd-10.1-release/sys/dev/hyperv/storvsc/
H A Dhv_storvsc_drv_freebsd.c1071 strncpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN);
/freebsd-10.1-release/sys/powerpc/pseries/
H A Dphyp_vscsi.c431 strncpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN);
/freebsd-10.1-release/sys/dev/advansys/
H A Dadvansys.c432 strncpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN);
H A Dadwcam.c713 strncpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN);
/freebsd-10.1-release/sys/dev/ahb/
H A Dahb.c1182 strncpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN);
/freebsd-10.1-release/sys/dev/aic7xxx/
H A Daic79xx_osm.c702 strncpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN);
H A Daic7xxx_osm.c800 strncpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN);
/freebsd-10.1-release/sys/dev/ata/
H A Data-all.c1091 strncpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN);
/freebsd-10.1-release/sys/dev/hpt27xx/
H A Dhpt27xx_osm_bsd.c782 strncpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN);
/freebsd-10.1-release/sys/dev/hptnr/
H A Dhptnr_osm_bsd.c773 strncpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN);

Completed in 500 milliseconds

123