Home
last modified time | relevance | path

Searched refs:container_types (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/drivers/scsi/aacraid/
Daachba.c714 static char *container_types[] = { variable
740 if (tindex >= ARRAY_SIZE(container_types)) in get_container_type()
741 tindex = ARRAY_SIZE(container_types) - 1; in get_container_type()
742 return container_types[tindex]; in get_container_type()
797 if (tindex < ARRAY_SIZE(container_types)){ in setinqstr()
804 if (((findit - str->pid) + strlen(container_types[tindex])) in setinqstr()
806 inqstrcpy (container_types[tindex], findit + 1); in setinqstr()
2211 setinqstr(dev, (void *) (inq_data.inqd_vid), ARRAY_SIZE(container_types)); in aac_scsi_cmd()