/openbsd/sys/dev/pci/drm/ |
H A D | drm_suballoc.c | 79 INIT_LIST_HEAD(&sa_manager->olist); in drm_suballoc_manager_init() 103 if (!list_empty(&sa_manager->olist)) in drm_suballoc_manager_fini() 106 list_for_each_entry_safe(sa, tmp, &sa_manager->olist, olist) { in drm_suballoc_manager_fini() 118 if (sa_manager->hole == &sa->olist) in drm_suballoc_remove_locked() 119 sa_manager->hole = sa->olist.prev; in drm_suballoc_remove_locked() 121 list_del_init(&sa->olist); in drm_suballoc_remove_locked() 135 list_for_each_entry_safe_from(sa, tmp, &sa_manager->olist, olist) { in drm_suballoc_try_free() 147 if (hole != &sa_manager->olist) in drm_suballoc_hole_soffset() 180 sa_manager->hole = &sa->olist; in drm_suballoc_try_alloc() 335 INIT_LIST_HEAD(&sa->olist); in drm_suballoc_new() [all …]
|
/openbsd/usr.sbin/ldapd/ |
H A D | validate.c | 214 if (olist == NULL) in validate_allowed_attribute() 236 SLIST_FOREACH(optr, olist, next) in olist_push() 249 olist_push(olist, sup->object); in olist_push() 257 if (olist == NULL) in olist_free() 261 SLIST_REMOVE_HEAD(olist, next); in olist_free() 265 free(olist); in olist_free() 293 struct obj_list *olist = NULL; in validate_entry() local 307 if ((olist = calloc(1, sizeof(*olist))) == NULL) in validate_entry() 309 SLIST_INIT(olist); in validate_entry() 341 olist_push(olist, obj); in validate_entry() [all …]
|
H A D | schema.c | 231 if (olist == NULL) { in push_obj() 232 if ((olist = calloc(1, sizeof(*olist))) == NULL) { in push_obj() 236 SLIST_INIT(olist); in push_obj() 241 free(olist); in push_obj() 245 SLIST_INSERT_HEAD(olist, optr, next); in push_obj() 247 return olist; in push_obj() 626 struct obj_list *olist = NULL; in schema_parse_objlist() local 658 olist = push_obj(olist, obj); in schema_parse_objlist() 662 return olist; in schema_parse_objlist() 1184 if (olist == NULL || SLIST_EMPTY(olist)) in schema_dump_objlist() [all …]
|
/openbsd/usr.bin/join/ |
H A D | join.c | 78 OLIST *olist; /* output field list */ variable 421 if (olist) in outoneline() 423 if (olist[cnt].filenum == F->number) in outoneline() 424 outfield(lp, olist[cnt].fieldno, 0); in outoneline() 425 else if (olist[cnt].filenum == 0) in outoneline() 452 if (olist) { in outtwoline() 454 if (olist[cnt].filenum == 0) { in outtwoline() 459 } else if (olist[cnt].filenum == 1) in outtwoline() 533 olist = p; in fieldarg() 536 olist[olistcnt].filenum = filenum; in fieldarg() [all …]
|
/openbsd/gnu/usr.bin/binutils-2.17/ld/ |
H A D | mri.c | 130 struct section_name_struct *olist; in mri_draw_tree() local 141 for (olist = order; done == 0 && olist != NULL; olist = olist->next) in mri_draw_tree() 143 if (strcmp (alist->name, olist->name) == 0) in mri_draw_tree() 145 olist->vma = alist->vma; in mri_draw_tree()
|
/openbsd/gnu/usr.bin/binutils/ld/ |
H A D | mri.c | 143 struct section_name_struct *olist; in mri_draw_tree() local 154 for (olist = order; done == 0 && olist != NULL; olist = olist->next) in mri_draw_tree() 156 if (strcmp (alist->name, olist->name) == 0) in mri_draw_tree() 158 olist->vma = alist->vma; in mri_draw_tree()
|
/openbsd/sys/dev/pci/drm/include/drm/ |
H A D | drm_suballoc.h | 27 struct list_head olist; member 43 struct list_head olist; member
|
/openbsd/distrib/armv7/ramdisk/ |
H A D | Makefile | 51 lib*.a lib*.olist instbin.map *.o *.lo *.c
|
/openbsd/distrib/hppa/ramdisk/ |
H A D | Makefile | 75 lib*.a lib*.olist instbin.map \
|
/openbsd/distrib/macppc/ramdisk/ |
H A D | Makefile | 77 lib*.a lib*.olist instbin.map *.o *.lo *.c bsd bsd.rd cd${OSrev}.iso
|
/openbsd/distrib/octeon/ramdisk/ |
H A D | Makefile | 78 lib*.a lib*.olist instbin.map *.o *.lo *.c bsd bsd.rd
|
/openbsd/distrib/luna88k/ramdisk/ |
H A D | Makefile | 77 lib*.a lib*.olist instbin.map *.o *.lo *.c bsd bsd.rd
|
/openbsd/distrib/landisk/ramdisk/ |
H A D | Makefile | 80 lib*.a lib*.olist instbin.map *.o *.lo *.c bsd bsd.rd
|
/openbsd/distrib/amd64/ramdiskA/ |
H A D | Makefile | 81 lib*.a lib*.olist instbin.map boot instbin.conf ${FS}
|
/openbsd/distrib/i386/ramdisk/ |
H A D | Makefile | 78 lib*.a lib*.olist instbin.map boot instbin.conf ${FS}
|
/openbsd/distrib/sparc64/ramdisk/ |
H A D | Makefile | 80 lib*.a lib*.olist instbin.map instbin.conf \
|
/openbsd/distrib/sparc64/ramdiskB/ |
H A D | Makefile | 80 lib*.a lib*.olist instbin.map instbin.conf \
|
/openbsd/distrib/loongson/ramdisk/ |
H A D | Makefile | 96 lib*.a lib*.olist instbin.map *.o *.lo *.c bsd bsd.rd cd${OSrev}.iso
|
/openbsd/distrib/powerpc64/ramdisk/ |
H A D | Makefile | 88 lib*.a lib*.olist instbin.map *.o *.lo *.c bsd bsd.rd
|
/openbsd/distrib/riscv64/ramdisk/ |
H A D | Makefile | 89 lib*.a lib*.olist instbin.map *.o *.lo *.c bsd.rd
|
/openbsd/gnu/gcc/gcc/ |
H A D | omp-low.c | 2098 gimplify_and_add (x, olist); in lower_send_clauses() 2108 lower_send_shared_vars (tree *ilist, tree *olist, omp_context *ctx) in lower_send_shared_vars() argument 2145 gimplify_and_add (x, olist); in lower_send_shared_vars() 3593 tree new_stmt, stmt, body, bind, block, ilist, olist, new_body; in lower_omp_sections() local 3643 olist = NULL_TREE; in lower_omp_sections() 3660 append_to_statement_list (olist, &new_body); in lower_omp_sections() 4155 tree olist, ilist, par_olist, par_ilist; in lower_omp_parallel() local 4197 olist = NULL_TREE; in lower_omp_parallel() 4199 lower_send_clauses (clauses, &ilist, &olist, ctx); in lower_omp_parallel() 4200 lower_send_shared_vars (&ilist, &olist, ctx); in lower_omp_parallel() [all …]
|
/openbsd/distrib/i386/ramdisk_cd/ |
H A D | Makefile | 101 lib*.a lib*.olist instbin.map boot instbin.conf ${FS}
|
/openbsd/distrib/sparc64/miniroot/ |
H A D | Makefile | 110 lib*.a lib*.olist instbin.map instbin.conf \
|
/openbsd/distrib/alpha/miniroot/ |
H A D | Makefile | 116 lib*.a lib*.olist instbin.map instbin.conf ${FS} ${CLEANFILES}
|
/openbsd/distrib/amd64/ramdisk_cd/ |
H A D | Makefile | 120 lib*.a lib*.olist instbin.map boot instbin.conf ${FS}
|