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

/freebsd-12-stable/usr.bin/grep/
H A Dqueue.c55 * qnext is the next entry to populate. qlist is where the list actually
58 static qentry_t *qlist, *qnext; variable
64 qlist = qnext = qpool = grep_calloc(Bflag, sizeof(*qpool));
94 qlist = advqueue(qlist);
114 item = qlist;
124 } while (item != qlist);
126 qlist = qnext = qpool;
135 item = qlist;
140 } while (item != qlist);
[all...]
/freebsd-12-stable/contrib/ofed/opensm/opensm/
H A Dosm_ucast_dfsssp.c2293 cl_qlist_t *qlist = NULL; local
2468 qlist = &p_mgr->port_order_list;
2469 for (qlist_item = cl_qlist_head(qlist);
2470 qlist_item != cl_qlist_end(qlist);

Completed in 116 milliseconds