Searched defs:tem_dp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c2277 struct st_drivetype *tem_dp; local
2292 tem_dp = kmem_zalloc(sizeof (struct st_drivetype), KM_SLEEP);
2297 bcopy(vidpid, tem_dp->name, VIDPIDLEN);
2298 tem_dp->name[VIDPIDLEN] = '\0';
2299 tem_dp->length = min(strlen(ST_INQUIRY->inq_vid), (VIDPIDLEN - 1));
2300 (void) strncpy(tem_dp->vid, ST_INQUIRY->inq_vid, tem_dp->length);
2305 if (tem_dp->name[i] < ' ' || tem_dp->name[i] > '~') {
2306 tem_dp
[all...]

Completed in 177 milliseconds