Searched refs:head (Results 701 - 725 of 923) sorted by relevance

<<21222324252627282930>>

/freebsd-11-stable/contrib/binutils/binutils/
H A Dieee.c3618 struct ieee_buf *head;
4045 buflist->head = NULL;
4052 #define ieee_buffer_emptyp(buflist) ((buflist)->head == NULL)
4059 if (buflist->head == NULL)
4066 buflist->head = buf;
4083 if (newbuf->head != NULL)
4085 if (mainbuf->head == NULL)
4086 mainbuf->head = newbuf->head;
4088 mainbuf->tail->next = newbuf->head;
3616 struct ieee_buf *head; member in struct:ieee_buflist
[all...]
/freebsd-11-stable/sys/libkern/
H A Dzlib.c391 Posf *head; /* Heads of the hash chains or NIL. */ member in struct:deflate_state
712 * Insert string str in the dictionary and set match_head to the previous head
721 s->prev[(str) & s->w_mask] = match_head = s->head[s->ins_h], \
722 s->head[s->ins_h] = (Pos)(str))
729 s->head[s->hash_size-1] = NIL; \
730 zmemzero((charf *)s->head, (unsigned)(s->hash_size-1)*sizeof(*s->head));
808 s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof(Pos));
816 if (s->window == Z_NULL || s->prev == Z_NULL || s->head == Z_NULL ||
1137 TRY_FREE(strm, s->head);
[all...]
/freebsd-11-stable/sys/net/
H A Diflib.c442 #define IDXDIFF(head, tail, wrap) \
443 ((head) >= (tail) ? (head) - (tail) : (wrap) - (tail) + (head))
594 * XXX need to ensure that this can't accidentally cause the head to be moved backwards
823 u_int head = kring->rhead; local
831 if (nm_i == head && __predict_true(!init))
838 * so move head back by one unit
840 head = nm_prev(head, li
916 u_int const head = kring->rhead; local
1052 u_int const head = netmap_idx_n2k(kring, kring->rhead); local
[all...]
H A Drtsock.c744 info.rti_info[RTAX_DST], &rnh->head);
748 info.rti_info[RTAX_NETMASK], &rnh->head);
799 &rnh->head);
1931 error = rnh->rnh_walktree(&rnh->head,
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dfil.c3526 /* head(I) - rule pointer that is using this as the head */
3532 /* Add a new group head, or if it already exists, increase the reference */
3536 ipf_group_add(softc, group, head, flags, unit, set)
3539 void *head;
3558 if (fg->fg_head == NULL && head != NULL)
3559 fg->fg_head = head;
3570 fg->fg_head = head;
3594 /* purpose of knowing when the head rule is being deleted. */
3698 /* encountered. if a rule is the head o
[all...]
/freebsd-11-stable/contrib/mdocml/
H A Dmdoc_markdown.c980 n->parent->head->child == NULL &&
985 n->parent->head->child != NULL && (n->child != NULL ||
999 if (n->child == NULL && n->parent->head->child == NULL)
H A Dmdoc_term.c739 if (n->type == ROFFT_BODY && n->parent->head->child != NULL)
815 * Margin control. Set-head-width lists have their right
1761 n->parent->head->child == NULL &&
1766 n->parent->head->child != NULL && (n->child != NULL ||
1786 body = n->child != NULL || n->parent->head->child != NULL;
/freebsd-11-stable/sys/dev/scd/
H A Dscd.c171 bioq_init(&sc->data.head);
286 bioq_disksort(&sc->data.head, bp);
311 bp = bioq_takefirst(&sc->data.head);
/freebsd-11-stable/contrib/gcc/
H A Ddf-scan.c608 struct df_ref *head = reg_info->reg_chain;
611 DF_REF_NEXT_REG (ref) = head;
613 /* We cannot actually link to the head of the chain. */
616 if (head)
617 DF_REF_PREV_REG (head) = ref;
621 /* Remove REF from the CHAIN. Return the head of the chain. This
605 struct df_ref *head = reg_info->reg_chain; local
/freebsd-11-stable/sys/dev/ctau/
H A Dctddk.h356 PNDIS_WAN_PACKET head; /* first packet in queue */ member in struct:_ct_queue_t
/freebsd-11-stable/sys/dev/drm/
H A Dr128_drv.h89 drm_r128_freelist_t *head; member in struct:drm_r128_private
H A Dradeon_cp.c1908 u32 head = GET_RING_HEAD(dev_priv); local
1910 ring->space = (head - ring->tail) * sizeof(u32);
1918 if (head != last_head)
1920 last_head = head;
H A Dsavage_drv.h133 drm_savage_buf_priv_t head, tail; member in struct:drm_savage_private
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_opregion.c411 list_for_each_entry(connector, &dev->mode_config.connector_list, head) {
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_acpi.c569 head) {
/freebsd-11-stable/contrib/ofed/libmlx5/
H A Dmlx5dv.h142 uint32_t head; member in struct:mlx5dv_srq
/freebsd-11-stable/crypto/openssh/regress/
H A DMakefile33 yes-head \
/freebsd-11-stable/sys/dev/liquidio/base/
H A Dlio_device.h135 /* Singly-linked tail queue head for this entry */
136 struct lio_stailq_head head; member in struct:lio_dispatch
/freebsd-11-stable/sys/dev/hptnr/
H A Dhptnr_osm_bsd.c164 *p = f->head;
165 f->head = p;
185 *p = f->head;
187 f->head = p;
/freebsd-11-stable/sys/dev/hpt27xx/
H A Dhpt27xx_osm_bsd.c167 *p = f->head;
168 f->head = p;
188 *p = f->head;
190 f->head = p;
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_qp.c2052 qp->rq.head = 0;
2054 qp->sq.head = 0;
2693 cur = wq->head - wq->tail;
2699 cur = wq->head - wq->tail;
3002 qp->sq.wrid[(qp->sq.head + nreq) & (qp->sq.wqe_cnt - 1)] = wr->wr_id;
3238 qp->sq.head += nreq;
3289 ind = qp->rq.head & (qp->rq.wqe_cnt - 1);
3337 qp->rq.head += nreq;
3345 *qp->db.db = cpu_to_be32(qp->rq.head & 0xffff);
/freebsd-11-stable/sys/dev/ntb/
H A Dntb_transport.c1608 unsigned int head = qp->tx_index; local
1611 return (tail >= head ? tail - head : qp->tx_max_entry + tail - head);
/freebsd-11-stable/sys/contrib/libnv/
H A Dnvpair.c197 nvpair_insert(struct nvl_head *head, nvpair_t *nvp, nvlist_t *nvl) argument
205 TAILQ_INSERT_TAIL(head, nvp, nvp_next);
236 nvpair_remove(struct nvl_head *head, nvpair_t *nvp, argument
248 TAILQ_REMOVE(head, nvp, nvp_next);
/freebsd-11-stable/sys/dev/ioat/
H A Dioat_internal.h495 uint32_t head; member in struct:ioat_softc
/freebsd-11-stable/sys/fs/tmpfs/
H A Dtmpfs_subr.c1043 struct tmpfs_dir *head; local
1050 head = &dnode->tn_dir.tn_dirhead;
1065 RB_REMOVE(tmpfs_dir, head, xde);
1073 RB_REMOVE(tmpfs_dir, head, de);

Completed in 469 milliseconds

<<21222324252627282930>>