Home
last modified time | relevance | path

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

/block/
Dcmdline-parser.c168 char *pbuf; in cmdline_parts_parse() local
174 next = pbuf = buf = kstrdup(cmdline, GFP_KERNEL); in cmdline_parts_parse()
180 while (next && *pbuf) { in cmdline_parts_parse()
181 next = strchr(pbuf, ';'); in cmdline_parts_parse()
185 ret = parse_parts(next_parts, pbuf); in cmdline_parts_parse()
190 pbuf = ++next; in cmdline_parts_parse()