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

/freebsd-10.1-release/sys/dev/drm2/radeon/
H A Dradeon_sa.c65 sa_manager->hole = &sa_manager->olist;
66 INIT_LIST_HEAD(&sa_manager->olist);
86 if (!list_empty(&sa_manager->olist)) {
87 sa_manager->hole = &sa_manager->olist,
89 if (!list_empty(&sa_manager->olist)) {
93 list_for_each_entry_safe(sa_bo, tmp, &sa_manager->olist, olist) {
151 if (sa_manager->hole == &sa_bo->olist) {
152 sa_manager->hole = sa_bo->olist.prev;
154 list_del_init(&sa_bo->olist);
[all...]
H A Dradeon.h396 struct list_head olist; member in struct:radeon_sa_manager
407 struct list_head olist; member in struct:radeon_sa_bo
/freebsd-10.1-release/contrib/binutils/ld/
H A Dmri.c130 struct section_name_struct *olist; local
141 for (olist = order; done == 0 && olist != NULL; olist = olist->next)
143 if (strcmp (alist->name, olist->name) == 0)
145 olist->vma = alist->vma;
/freebsd-10.1-release/usr.bin/join/
H A Djoin.c93 static OLIST *olist; /* output field list */ variable
461 if (olist)
463 if (olist[cnt].filenum == (unsigned)F->number)
464 outfield(lp, olist[cnt].fieldno, 0);
465 else if (olist[cnt].filenum == 0)
485 if (olist)
487 if (olist[cnt].filenum == 0) {
492 } else if (olist[cnt].filenum == 1)
493 outfield(lp1, olist[cnt].fieldno, 0);
494 else /* if (olist[cn
[all...]
/freebsd-10.1-release/contrib/groff/src/preproc/pic/
H A Dpic.y55 object_list olist;
279 if (olist.head)
280 print_picture(olist.head);
343 olist.append(make_command_object($1.str, $1.filename,
348 olist.append(make_command_object($2.str, $2.filename,
581 olist.append($$.obj);
708 olist.append(make_mark_object());
716 olist.wrap_up_block(& $$->oblist);
1284 for (p = olist.head; p != 0; p = p->next)
1299 for (p = olist
[all...]
/freebsd-10.1-release/contrib/ipfilter/tools/
H A Dipmon_y.y319 build_action(olist, todo)
320 opt_t *olist;
331 while ((o = olist) != NULL) {
344 olist = o->o_next;
417 olist = o->o_next;
/freebsd-10.1-release/contrib/gcc/
H A Domp-low.c2029 lower_send_clauses (tree clauses, tree *ilist, tree *olist, omp_context *ctx)
2099 gimplify_and_add (x, olist);
2109 lower_send_shared_vars (tree *ilist, tree *olist, omp_context *ctx)
2146 gimplify_and_add (x, olist);
3595 tree new_stmt, stmt, body, bind, block, ilist, olist, new_body;
3645 olist = NULL_TREE;
3646 lower_reduction_clauses (OMP_SECTIONS_CLAUSES (stmt), &olist, ctx);
3662 append_to_statement_list (olist, &new_body);
4157 tree olist, ilist, par_olist, par_ilist;
4199 olist
2028 lower_send_clauses(tree clauses, tree *ilist, tree *olist, omp_context *ctx) argument
2108 lower_send_shared_vars(tree *ilist, tree *olist, omp_context *ctx) argument
3593 tree new_stmt, stmt, body, bind, block, ilist, olist, new_body; local
3644 lower_reduction_clauses (OMP_SECTIONS_CLAUSES (stmt), &olist, ctx); local
4155 tree olist, ilist, par_olist, par_ilist; local
[all...]
/freebsd-10.1-release/contrib/groff/src/roff/groff/
H A Dgroff.cpp694 " [-wname] [-Wname] [-Mdir] [-dcs] [-rcn] [-nnum] [-olist] [-Parg]\n"
717 "-olist\toutput only pages in list\n"
/freebsd-10.1-release/contrib/groff/src/roff/troff/
H A Dinput.cpp7238 "usage: %s -abcivzCERU -wname -Wname -dcs -ffam -mname -nnum -olist\n"

Completed in 201 milliseconds