Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/scsi/aacraid/
H A Daachba.c870 static char *container_types[] = { variable
896 if (tindex >= ARRAY_SIZE(container_types)) in get_container_type()
897 tindex = ARRAY_SIZE(container_types) - 1; in get_container_type()
898 return container_types[tindex]; in get_container_type()
958 if (tindex < ARRAY_SIZE(container_types)){ in setinqstr()
965 if (((findit - str->pid) + strlen(container_types[tindex])) in setinqstr()
967 inqstrcpy (container_types[tindex], findit + 1); in setinqstr()
2953 setinqstr(dev, (void *) (inq_data.inqd_vid), ARRAY_SIZE(container_types)); in aac_scsi_cmd()
/kernel/linux/linux-5.10/drivers/scsi/aacraid/
H A Daachba.c856 static char *container_types[] = { variable
882 if (tindex >= ARRAY_SIZE(container_types)) in get_container_type()
883 tindex = ARRAY_SIZE(container_types) - 1; in get_container_type()
884 return container_types[tindex]; in get_container_type()
944 if (tindex < ARRAY_SIZE(container_types)){ in setinqstr()
951 if (((findit - str->pid) + strlen(container_types[tindex])) in setinqstr()
953 inqstrcpy (container_types[tindex], findit + 1); in setinqstr()
2963 setinqstr(dev, (void *) (inq_data.inqd_vid), ARRAY_SIZE(container_types)); in aac_scsi_cmd()

Completed in 10 milliseconds