Searched refs:head (Results 526 - 550 of 923) sorted by relevance

<<21222324252627282930>>

/freebsd-11-stable/sys/compat/ndis/
H A Dsubr_ndis.c2489 NdisInterlockedInsertHeadList(head, entry, lock)
2490 list_entry *head;
2497 flink = head->nle_flink;
2499 entry->nle_blink = head;
2501 head->nle_flink = entry;
2508 NdisInterlockedRemoveHeadList(head, lock)
2509 list_entry *head;
2516 entry = head->nle_flink;
2518 head->nle_flink = flink;
2519 flink->nle_blink = head;
[all...]
/freebsd-11-stable/sys/netpfil/pf/
H A Dpf_table.c753 struct radix_head *head = NULL; local
761 head = &kt->pfrkt_ip4->rh;
764 head = &kt->pfrkt_ip6->rh;
768 ke = (struct pfr_kentry *)rn_lookup(&sa, &mask, head);
772 ke = (struct pfr_kentry *)rn_match(&sa, head);
997 struct radix_head *head = NULL; local
1003 head = &kt->pfrkt_ip4->rh;
1005 head = &kt->pfrkt_ip6->rh;
1009 rn = rn_addroute(&ke->pfrke_sa, &mask, head, ke->pfrke_node);
1011 rn = rn_addroute(&ke->pfrke_sa, NULL, head, k
1021 struct radix_head *head = NULL; local
[all...]
/freebsd-11-stable/contrib/binutils/ld/
H A Dpe-dll.c2379 bfd *head = 0; local
2419 n->archive_next = head;
2420 head = n;
2430 ar_head->archive_next = head;
2432 head = ar_tail;
2434 if (! bfd_set_archive_head (outarch, head))
2440 while (head != NULL)
2442 bfd *n = head->archive_next;
2443 bfd_close (head);
2444 head
[all...]
/freebsd-11-stable/sbin/pfctl/
H A Dpfctl_optimize.c646 TAILQ_HEAD( , pf_opt_rule) head;
707 TAILQ_INIT(&head);
710 TAILQ_INSERT_TAIL(&head, por, por_entry);
714 while (!TAILQ_EMPTY(&head)) {
733 while ((por = TAILQ_FIRST(&head))) {
734 TAILQ_REMOVE(&head, por, por_entry);
779 TAILQ_REMOVE(&head, por, por_entry);
1012 remove_from_skipsteps(struct skiplist *head, struct superblock *block, argument
1038 TAILQ_REMOVE(head, sk, ps_entry);
1039 TAILQ_INSERT_AFTER(head, nex
[all...]
/freebsd-11-stable/sbin/ipfw/
H A Dipfw2.c2345 rh.range.head.length = sizeof(*rt);
2346 rh.range.head.type = IPFW_TLV_RANGE;
2558 switch (ctlv->head.type) {
2784 if (ctlv->head.type == IPFW_TLV_TBLNAME_LIST) {
2787 readsz += ctlv->head.length;
2788 ctlv = (ipfw_obj_ctlv *)((caddr_t)ctlv + ctlv->head.length);
2793 if (ctlv->head.type == IPFW_TLV_RULE_LIST) {
2796 readsz += ctlv->head.length;
2798 ctlv->head.length);
3016 if (tstate->idx[i].head
[all...]
H A Dnat64lsn.c98 sz = od->head.length - sizeof(*od);
179 od->head.type = IPFW_TLV_OBJDATA;
180 od->head.length = sizeof(*od) + sizeof(next_idx);
306 ntlv->head.type = IPFW_TLV_EACTION_NAME(1); /* it doesn't matter */
307 ntlv->head.length = sizeof(ipfw_obj_ntlv);
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dfiles.c115 its head pointed to by a slot in FILE_HASH. The file name is what
164 static struct file_hash_entry *search_cache (struct file_hash_entry *head,
929 search_cache (struct file_hash_entry *head, const cpp_dir *start_dir) argument
931 while (head && head->start_dir != start_dir)
932 head = head->next;
934 return head;
/freebsd-11-stable/contrib/gcc/
H A Dcfgexpand.c1530 rtx head = get_last_insn (); local
1553 if (head == end)
1555 while (NEXT_INSN (head) && NOTE_P (NEXT_INSN (head)))
1556 head = NEXT_INSN (head);
1557 exit_block = create_basic_block (NEXT_INSN (head), end,
H A Difcvt.c218 rtx head = BB_HEAD (bb);
226 if (insn == head)
3570 rtx head, end, jump, earliest = NULL_RTX, old_dest, new_label = NULL_RTX;
3575 head = BB_HEAD (merge_bb);
3585 if (LABEL_P (head))
3586 head = NEXT_INSN (head);
3587 if (NOTE_P (head))
3589 if (head == end)
3591 head
217 rtx head = BB_HEAD (bb); local
3565 rtx head, end, jump, earliest = NULL_RTX, old_dest, new_label = NULL_RTX; local
[all...]
H A Dtree-mudflap.c501 tree_stmt_iterator head, tsi; local
524 /* A recap at this point: join_bb is the basic block at whose head
560 head = tsi_start (t);
645 list starting at 'head'.
650 for (tsi = head; ! tsi_end_p (tsi); tsi_next (&tsi))
674 head = tsi_start (t);
690 for (tsi = head; ! tsi_end_p (tsi); tsi_next (&tsi))
H A Dtree-ssa-propagate.c179 bool head = false; local
216 head = true;
221 head ? cfg_blocks_head : cfg_blocks_tail,
/freebsd-11-stable/contrib/groff/src/preproc/pic/
H A Dpic.y279 if (olist.head)
280 print_picture(olist.head);
1284 for (p = olist.head; p != 0; p = p->next)
1791 while (olist.head != 0) {
1792 object *tem = olist.head;
1793 olist.head = olist.head->next;
/freebsd-11-stable/sys/kern/
H A Dkern_conf.c1285 LIST_HEAD(,cdev) head;
1293 LIST_INIT(&(*cdp)->head);
1330 LIST_FOREACH(dev, &cd->head, si_clone) {
1361 LIST_FOREACH(dev, &cd->head, si_clone) {
1373 LIST_INSERT_HEAD(&cd->head, dev, si_clone);
1395 while (!LIST_EMPTY(&cd->head)) {
1396 dev = LIST_FIRST(&cd->head);
H A Dsubr_sleepqueue.c38 * embed its queue head just as locks do not embed their turnstile queue
39 * head. Threads also carry around a sleep queue that they lend to the
894 struct threadqueue *head; local
907 head = &sq->sq_blocked[queue];
915 besttd = TAILQ_LAST_FAST(head, thread, td_slpq);
917 td = TAILQ_PREV_FAST(besttd, head, thread, td_slpq);
929 besttd = td = TAILQ_FIRST(head);
/freebsd-11-stable/contrib/tcsh/
H A Dsh.set.c586 value1(Char *var, struct varent *head) argument
590 if (!var || !head) /* PWP: extra error checking */
593 vp = adrof1(var, head);
653 set1(const Char *var, Char **vec, struct varent *head, int flags) argument
719 setq(var, vec, head, flags);
826 unset1(Char *v[], struct varent *head) argument
833 while ((vp = madrof(*v, head)) != NULL)
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_cmd.c1170 list_add_tail(&msg->list, &msg->cache->head);
1249 if (!list_empty(&ent->head)) {
1250 msg = list_entry(ent->head.next, struct mlx5_cmd_msg,
1418 list_for_each_entry_safe(msg, n, &cmd->cache.large.head, list) {
1423 list_for_each_entry_safe(msg, n, &cmd->cache.med.head, list) {
1437 INIT_LIST_HEAD(&cmd->cache.large.head);
1439 INIT_LIST_HEAD(&cmd->cache.med.head);
1448 list_add_tail(&msg->list, &cmd->cache.large.head);
1458 list_add_tail(&msg->list, &cmd->cache.med.head);
/freebsd-11-stable/lib/libc/rpc/
H A Drpcb_clnt.c1049 rpcblist_ptr head = NULL; local
1056 return (head);
1060 (char *)(void *)&head, tottimeout);
1078 (char *)(void *)&head, tottimeout) == RPC_SUCCESS)
1086 return (head);
/freebsd-11-stable/contrib/mdocml/
H A Dman_term.c429 if ((nn = n->parent->head->child) != NULL &&
513 if ((nn = n->parent->head->child) != NULL &&
595 if ((nn = n->parent->head->child) != NULL &&
797 n = n->parent->head;
833 mt->offset -= n->parent->head->aux;
/freebsd-11-stable/sys/amd64/vmm/
H A Dvmm_dev.c81 static SLIST_HEAD(, vmmdev_softc) head;
159 SLIST_FOREACH(sc, &head, link) {
764 SLIST_REMOVE(&head, sc, vmmdev_softc, link);
868 SLIST_INSERT_HEAD(&head, sc, link);
906 if (SLIST_EMPTY(&head))
/freebsd-11-stable/contrib/binutils/binutils/
H A Ddlltool.c2156 .section .idata$7 # To force loading of head
2672 fatal (_("failed to open temporary head file: %s"), TMP_HEAD_S);
2801 bfd * head = 0; local
2831 n->archive_next = head;
2832 head = n;
2850 n->archive_next = head;
2851 head = n;
2856 ar_head->archive_next = head;
2858 head = ar_tail;
2860 if (! bfd_set_archive_head (outarch, head))
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dsolib-svr4.c728 struct so_list *head = 0; local
729 struct so_list **link_ptr = &head;
810 return head;
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_mm.c633 struct list_head *head = &mm->head_node.node_list; local
635 return (head->next->next == head);
/freebsd-11-stable/usr.bin/systat/
H A Dnetstat.c174 struct inpcbhead head; local
198 KREAD(off, &head, sizeof (struct inpcbhead));
199 LIST_FOREACH(next, &head, inp_list) {
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp.h143 #define ring_head(ring) (atomic_read(&(ring).head))
317 atomic_t head; member in struct:sdp_tx_ring
330 atomic_t head; member in struct:sdp_rx_ring
/freebsd-11-stable/sys/arm/nvidia/drm2/
H A Dtegra_host1x.c271 list_for_each_entry(crtc, &drm->mode_config.crtc_list, head)
291 list_for_each_entry(crtc, &drm_dev->mode_config.crtc_list, head) {
305 list_for_each_entry(crtc, &drm_dev->mode_config.crtc_list, head) {

Completed in 251 milliseconds

<<21222324252627282930>>