Searched refs:op_head (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/usr.sbin/config/
H A Dmkoptions.c146 struct opt_head op_head; local
195 SLIST_INIT(&op_head);
238 SLIST_INSERT_HEAD(&op_head, op, op_next);
249 while (!SLIST_EMPTY(&op_head)) {
250 op = SLIST_FIRST(&op_head);
251 SLIST_REMOVE_HEAD(&op_head, op_next);
266 SLIST_INSERT_HEAD(&op_head, op, op_next);
272 while (!SLIST_EMPTY(&op_head)) {
273 op = SLIST_FIRST(&op_head);
279 SLIST_REMOVE_HEAD(&op_head, op_nex
[all...]

Completed in 88 milliseconds