Searched refs:next_parts (Results 1 – 1 of 1) sorted by relevance
39 struct cmdline_parts *next_parts; member181 struct cmdline_parts *next_parts; in cmdline_parts_free() local184 next_parts = (*parts)->next_parts; in cmdline_parts_free()187 *parts = next_parts; in cmdline_parts_free()198 struct cmdline_parts **next_parts; in cmdline_parts_parse() local206 next_parts = parts; in cmdline_parts_parse()213 ret = parse_parts(next_parts, pbuf); in cmdline_parts_parse()220 next_parts = &(*next_parts)->next_parts; in cmdline_parts_parse()243 parts = parts->next_parts; in cmdline_parts_find()