Home
last modified time | relevance | path

Searched refs:head (Results 151 – 175 of 1045) sorted by relevance

12345678910>>...42

/openbsd/sys/dev/pci/drm/i915/display/
H A Dintel_display.h257 list_for_each_entry(crtc, &(dev)->mode_config.crtc_list, head)
262 base.head)
267 base.head) \
274 base.head) \
280 base.head)
285 base.head) \
291 base.head)
296 base.head) \
301 list_for_each_entry((intel_encoder), &(dev)->mode_config.encoder_list, base.head) \
317 list_for_each_entry((intel_encoder), &(dev)->mode_config.encoder_list, base.head) \
/openbsd/libexec/spamd/
H A Dsdl.c419 sdl_lookup(struct sdlist *head, int af, void *src) in sdl_lookup() argument
421 if (head == NULL) in sdl_lookup()
426 return (sdl_lookup_v4(head, src)); in sdl_lookup()
428 return (sdl_lookup_v6(head, src)); in sdl_lookup()
463 sdl_check(struct sdlist *head, int af, void *src) in sdl_check() argument
465 if (head == NULL) in sdl_check()
470 return (sdl_check_v4(head, src)); in sdl_check()
472 return (sdl_check_v6(head, src)); in sdl_check()
/openbsd/usr.sbin/ripd/
H A Dneighbor.c173 struct nbr_head *head; in nbr_new() local
186 head = NBR_HASH(nbr->peerid); in nbr_new()
187 LIST_INSERT_HEAD(head, nbr, hash); in nbr_new()
243 struct nbr_head *head; in nbr_find_peerid() local
246 head = NBR_HASH(peerid); in nbr_find_peerid()
248 LIST_FOREACH(nbr, head, hash) { in nbr_find_peerid()
/openbsd/sys/dev/pci/drm/
H A Ddrm_modeset_lock.c287 struct drm_modeset_lock, head); in drm_modeset_drop_locks()
321 WARN_ON(!list_empty(&lock->head)); in modeset_lock()
322 list_add(&lock->head, &ctx->locked); in modeset_lock()
373 INIT_LIST_HEAD(&lock->head); in drm_modeset_lock_init()
428 list_del_init(&lock->head); in drm_modeset_unlock()
H A Dlinux_list_sort.c124 struct list_head head, *tail = &head; in list_sort_merge() local
141 return head.next; in list_sort_merge()
/openbsd/usr.bin/paste/
H A Dpaste.c104 SIMPLEQ_HEAD(, list) head = SIMPLEQ_HEAD_INITIALIZER(head); in parallel()
123 SIMPLEQ_INSERT_TAIL(&head, lp, entries); in parallel()
131 SIMPLEQ_FOREACH(lp, &head, entries) { in parallel()
/openbsd/usr.bin/ctags/
H A Dctags.c46 NODE *head; /* head of the sorted binary tree */ variable
141 if (head) { in main()
143 put_entries(head); in main()
147 put_entries(head); in main()
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dinfttrace.c375 thread_info *head; member
642 new_p->next = thread_head.head; in create_thread_info()
643 thread_head.head = new_p; in create_thread_info()
650 p = thread_head.head; in create_thread_info()
685 p = thread_head.head; in clear_thread_info()
693 thread_head.head = NULL; in clear_thread_info()
697 p = deleted_threads.head; in clear_thread_info()
705 deleted_threads.head = NULL; in clear_thread_info()
981 thread_head.head = p->next; in del_tthread()
988 deleted_threads.head = p; in del_tthread()
[all …]
H A Dsolib-osf.c107 CORE_ADDR head; member
385 ctxt->next = ldr_context.head; in open_map()
524 struct so_list *head = NULL, *tail, *newtail, so; in osf_current_sos() local
547 if (!head) in osf_current_sos()
548 head = newtail; in osf_current_sos()
558 return head; in osf_current_sos()
/openbsd/usr.bin/mandoc/
H A Dmdoc_macro.c955 struct roff_node *head; /* Our own head. */ in blk_full() local
1069 head = body = NULL; in blk_full()
1087 rew_last(mdoc, head); in blk_full()
1149 if (head == NULL && in blk_full()
1160 if (head == NULL) in blk_full()
1195 if (head == NULL) in blk_full()
1206 rew_last(mdoc, head); in blk_full()
1331 head = NULL; in blk_part_exp()
1347 if (head == NULL) { in blk_part_exp()
1351 rew_last(mdoc, head); in blk_part_exp()
[all …]
H A Dman_macro.c268 if (tok == MAN_RE && nn->head->aux > 0) in blk_close()
269 roff_setreg(man->roff, "an-margin", nn->head->aux, '-'); in blk_close()
298 struct roff_node *head; in blk_exp() local
307 head = roff_head_alloc(man, line, ppos, tok); in blk_exp()
316 if ((head->aux = strtod(p, NULL) * 24.0) > 0) in blk_exp()
318 head->aux, '+'); in blk_exp()
327 man_unscope(man, head); in blk_exp()
/openbsd/sys/dev/pci/drm/include/drm/
H A Ddrm_encoder.h100 struct list_head head; member
319 list_for_each_entry((encoder), &(dev)->mode_config.encoder_list, head) \
330 list_for_each_entry(encoder, &(dev)->mode_config.encoder_list, head)
/openbsd/usr.sbin/unbound/util/
H A Dconfig_file.h1022 int cfg_strlist_append_ex(struct config_strlist** head, char* item);
1030 struct config_strlist* cfg_strlist_find(struct config_strlist* head,
1040 int cfg_strlist_insert(struct config_strlist** head, char* item);
1044 struct config_strlist** head, char* item);
1054 int cfg_str2list_insert(struct config_str2list** head, char* item, char* i2);
1064 int cfg_str3list_insert(struct config_str3list** head, char* item, char* i2,
1075 int cfg_strbytelist_insert(struct config_strbytelist** head, char* item,
/openbsd/sbin/unwind/libunbound/util/
H A Dconfig_file.h1022 int cfg_strlist_append_ex(struct config_strlist** head, char* item);
1030 struct config_strlist* cfg_strlist_find(struct config_strlist* head,
1040 int cfg_strlist_insert(struct config_strlist** head, char* item);
1044 struct config_strlist** head, char* item);
1054 int cfg_str2list_insert(struct config_str2list** head, char* item, char* i2);
1064 int cfg_str3list_insert(struct config_str3list** head, char* item, char* i2,
1075 int cfg_strbytelist_insert(struct config_strbytelist** head, char* item,
/openbsd/gnu/usr.bin/binutils/ld/emultempl/
H A Dppc64elf.em114 lang_size_sections (stat_ptr->head, abs_output_section,
115 &stat_ptr->head, 0, 0, NULL, TRUE);
151 ret = hook_in_stub (info, &constructor_list.head);
158 &l->output_section_statement.children.head);
164 ret = hook_in_stub (info, &l->wild_statement.children.head);
170 ret = hook_in_stub (info, &l->group_statement.children.head);
180 *lp = info->add.head;
239 if (info.add.head == NULL)
243 if (hook_in_stub (&info, &os->children.head))
265 lang_size_sections (stat_ptr->head, abs_output_section,
[all …]
H A Dxtensaelf.em221 s->wild_statement.children.head);
225 s->group_statement.children.head);
479 if (l->tail == &l->head)
486 stack->iterloc.loc = &l->head;
725 for (front = &w->children.head;
947 if (w->children.head == NULL
1049 literal_wild.children.head = NULL;
1056 s_p = &w->children.head;
1089 while (literal_wild.children.head != NULL)
1422 tmplist.head = NULL;
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dcfglayout.c87 next_head = bb->next_bb->head;
171 rtx label = bb->head;
197 if (PREV_INSN (bb->head) && next_insn != bb->head) in record_effective_endpoints()
199 PREV_INSN (bb->head)); in record_effective_endpoints()
402 NEXT_INSN (insn) = bb->head; in fixup_reorder_chain()
404 set_first_insn (bb->head); in fixup_reorder_chain()
405 PREV_INSN (bb->head) = insn; in fixup_reorder_chain()
588 else if (forwarder_block_p (bb) && GET_CODE (bb->head) != CODE_LABEL) in fixup_reorder_chain()
662 if (GET_CODE (bb->head) != CODE_LABEL && forwarder_block_p (bb) in cleanup_unconditional_jumps()
874 && JUMP_LABEL (src->end) == e->dest->head)
[all …]
H A Dpredict.c754 int head; local
765 head = next_ai->index;
767 head = heads[next_ai->index];
775 heads[next_ai->index] = head;
810 was_bb_head |= (insn == bb->head), insn = PREV_INSN (insn))
925 basic_block head = loop->header; local
952 last = head;
953 for (bb = head; bb; bb = nextbb)
964 if (bb != head)
1016 if (e->dest == head)
[all …]
/openbsd/gnu/usr.bin/cvs/src/
H A Dcheckout.c716 struct dir_to_build *head; local
727 head = (struct dir_to_build *) xmalloc (sizeof (struct dir_to_build));
730 head->repository = NULL;
731 head->dirpath = xstrdup (where);
732 head->next = NULL;
733 head->just_chdir = 0;
771 new->next = head;
772 head = new;
887 if (build_dirs_and_chdir (head, argc <= 1) != 0)
/openbsd/usr.sbin/ospf6d/
H A Dneighbor.c241 struct nbr_head *head; in nbr_init() local
263 head = NBR_HASH(nbr->peerid); in nbr_init()
264 LIST_INSERT_HEAD(head, nbr, hash); in nbr_init()
275 struct nbr_head *head; in nbr_new() local
291 head = NBR_HASH(nbr->peerid); in nbr_new()
292 LIST_INSERT_HEAD(head, nbr, hash); in nbr_new()
363 struct nbr_head *head; in nbr_find_peerid() local
366 head = NBR_HASH(peerid); in nbr_find_peerid()
368 LIST_FOREACH(nbr, head, hash) { in nbr_find_peerid()
/openbsd/usr.sbin/ospfd/
H A Dneighbor.c240 struct nbr_head *head; in nbr_init() local
262 head = NBR_HASH(nbr->peerid); in nbr_init()
263 LIST_INSERT_HEAD(head, nbr, hash); in nbr_init()
273 struct nbr_head *head; in nbr_new() local
289 head = NBR_HASH(nbr->peerid); in nbr_new()
290 LIST_INSERT_HEAD(head, nbr, hash); in nbr_new()
359 struct nbr_head *head; in nbr_find_peerid() local
362 head = NBR_HASH(peerid); in nbr_find_peerid()
364 LIST_FOREACH(nbr, head, hash) { in nbr_find_peerid()
/openbsd/sbin/iked/
H A Dconfig.c254 config_add_proposal(struct iked_proposals *head, unsigned int id, in config_add_proposal() argument
259 TAILQ_FOREACH(pp, head, prop_entry) { in config_add_proposal()
271 TAILQ_INSERT_TAIL(head, pp, prop_entry); in config_add_proposal()
279 TAILQ_REMOVE(head, prop, prop_entry); in config_free_proposal()
290 TAILQ_FOREACH_SAFE(prop, head, prop_entry, proptmp) { in config_free_proposals()
297 config_free_proposal(head, prop); in config_free_proposals()
302 config_free_flows(struct iked *env, struct iked_flows *head) in config_free_flows() argument
306 while ((flow = RB_MIN(iked_flows, head))) { in config_free_flows()
308 RB_REMOVE(iked_flows, head, flow); in config_free_flows()
322 TAILQ_FOREACH_SAFE(csa, head, csa_entry, csatmp) { in config_free_childsas()
[all …]
/openbsd/usr.sbin/ldapd/
H A Dbtree.c93 ((bt)->head.psize - PAGEHDRSZ))
207 struct bt_head head; member
611 if ((rc = pread(bt->fd, page, bt->head.psize, (off_t)pgno*bt->head.psize)) == 0) { in btree_read_page()
769 size += bt->head.psize - (size % bt->head.psize); in btree_txn_commit()
789 iov[n].iov_len = bt->head.psize; in btree_txn_commit()
864 bcopy(h, &bt->head, sizeof(*h)); in btree_write_header()
922 bcopy(h, &bt->head, sizeof(*h)); in btree_read_header()
1036 if (size % bt->head.psize != 0) { in btree_read_meta()
1120 bt->head.version, bt->head.psize); in btree_open_fd()
1505 max = bt->head.psize - PAGEHDRSZ; in btree_read_data()
[all …]
/openbsd/regress/usr.bin/mandoc/man/IP/
H A Dlonghead.out_ascii4 IP-longhead - indented paragraph with a long head
9 This indented paragraph has ridiculously long text in its head, such that
/openbsd/sys/kern/
H A Duipc_syscalls.c281 head = headfp->f_data; in doaccept()
282 solock(head); in doaccept()
286 if (isdnssocket(head) || (head->so_options & SO_ACCEPTCONN) == 0) { in doaccept()
297 while (head->so_qlen == 0 && head->so_error == 0) { in doaccept()
302 error = sosleep_nsec(head, &head->so_timeo, PSOCK | PCATCH, in doaccept()
307 if (head->so_error) { in doaccept()
308 error = head->so_error; in doaccept()
309 head->so_error = 0; in doaccept()
332 sounlock(head); in doaccept()
344 sounlock(head); in doaccept()
[all …]

12345678910>>...42