Lines Matching defs:nxt
6049 char *nxt, *str;
6058 deflt = simple_strtoul(str, &nxt, 0);
6066 while (*nxt && nxt[1]) {
6067 str = ++nxt;
6068 unit = simple_strtoul(str, &nxt, 0);
6069 if (nxt == str || !*nxt || *nxt != ',') {
6070 while (*nxt && *nxt++ != ' ') /* skip to next, if any */
6074 str = ++nxt;
6075 port = simple_strtoul(str, &nxt, 0);
6076 if (nxt == str || *nxt != '=') {
6077 while (*nxt && *nxt++ != ' ') /* skip to next, if any */
6081 str = ++nxt;
6082 val = simple_strtoul(str, &nxt, 0);
6083 if (nxt == str) {
6084 while (*nxt && *nxt++ != ' ') /* skip to next, if any */
6092 if (*nxt == ',' && nxt[1]) {
6093 str = ++nxt;
6094 h1 = (u32)simple_strtoul(str, &nxt, 0);
6095 if (nxt == str)
6096 while (*nxt && *nxt++ != ' ') /* skip */
6120 if (*nxt == '\n')