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

/freebsd-9.3-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...]
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_log_recover.c789 xlog_op_header_t *op_head; local
920 op_head = (xlog_op_header_t *)offset;
921 if (op_head->oh_flags & XLOG_UNMOUNT_TRANS) {

Completed in 67 milliseconds