Lines Matching defs:cur
5712 const struct ata_port_operations *cur;
5722 for (cur = ops->inherits; cur; cur = cur->inherits) {
5723 void **inherit = (void **)cur;
6393 static int __init ata_parse_force_one(char **cur,
6397 char *start = *cur, *p = *cur;
6402 /* find where this param ends and update *cur */
6407 *cur = p;
6409 *cur = p + 1;
6476 char *p, *cur, *next;
6491 for (cur = ata_force_param_buf; *cur != '\0'; cur = next) {
6495 next = cur;
6499 cur, reason);