Lines Matching defs:nxt
6027 char *nxt, *str;
6036 deflt = simple_strtoul(str, &nxt, 0);
6044 while (*nxt && nxt[1]) {
6045 str = ++nxt;
6046 unit = simple_strtoul(str, &nxt, 0);
6047 if (nxt == str || !*nxt || *nxt != ',') {
6048 while (*nxt && *nxt++ != ' ') /* skip to next, if any */
6052 str = ++nxt;
6053 port = simple_strtoul(str, &nxt, 0);
6054 if (nxt == str || *nxt != '=') {
6055 while (*nxt && *nxt++ != ' ') /* skip to next, if any */
6059 str = ++nxt;
6060 val = simple_strtoul(str, &nxt, 0);
6061 if (nxt == str) {
6062 while (*nxt && *nxt++ != ' ') /* skip to next, if any */
6070 if (*nxt == ',' && nxt[1]) {
6071 str = ++nxt;
6072 h1 = (u32)simple_strtoul(str, &nxt, 0);
6073 if (nxt == str)
6074 while (*nxt && *nxt++ != ' ') /* skip */
6098 if (*nxt == '\n')