Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daiclib.c1340 char *tok_end; in aic_parse_brace_option() local
1359 tok_end = strchr(opt_arg, '\0'); in aic_parse_brace_option()
1360 if (tok_end < end) in aic_parse_brace_option()
1361 *tok_end = ','; in aic_parse_brace_option()
1400 tok_end = end; in aic_parse_brace_option()
1403 if ((tok_end2) && (tok_end2 < tok_end)) in aic_parse_brace_option()
1404 tok_end = tok_end2; in aic_parse_brace_option()
1408 opt_arg = tok_end; in aic_parse_brace_option()
/linux-2.4.37.9/drivers/scsi/
Daic7xxx_old.c1464 char *tok, *tok_end, *tok_end2; in aic7xxx_setup() local
1471 tok_end = strchr(tok, '\0'); in aic7xxx_setup()
1472 if (tok_end < end) in aic7xxx_setup()
1473 *tok_end = ','; in aic7xxx_setup()
1514 tok_end = strchr(tok, '\0'); in aic7xxx_setup()
1518 if ( (tok_end2) && (tok_end2 < tok_end) ) in aic7xxx_setup()
1520 tok_end = tok_end2; in aic7xxx_setup()
1529 tok = tok_end; in aic7xxx_setup()