Searched refs:op_head (Results 1 – 1 of 1) sorted by relevance
143 struct opt_head op_head; in do_option() local192 SLIST_INIT(&op_head); in do_option()234 SLIST_INSERT_HEAD(&op_head, op, op_next); in do_option()245 while (!SLIST_EMPTY(&op_head)) { in do_option()246 op = SLIST_FIRST(&op_head); in do_option()247 SLIST_REMOVE_HEAD(&op_head, op_next); in do_option()262 SLIST_INSERT_HEAD(&op_head, op, op_next); in do_option()268 while (!SLIST_EMPTY(&op_head)) { in do_option()269 op = SLIST_FIRST(&op_head); in do_option()275 SLIST_REMOVE_HEAD(&op_head, op_next); in do_option()