Searched refs:head (Results 576 - 600 of 923) sorted by relevance

<<21222324252627282930>>

/freebsd-11-stable/contrib/binutils/bfd/
H A Dsrec.c167 srec_data_list_type *head; member in struct:srec_data_struct
205 tdata->head = NULL;
866 for (look = &tdata->head;
1078 list = tdata->head;
/freebsd-11-stable/contrib/gdb/include/
H A Dbfdlink.h94 created, it should be added to this list, the head of which is in
685 (struct bfd_elf_version_expr_head *head,
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Ddeflate.h134 Posf *head; /* Heads of the hash chains or NIL. */ member in struct:internal_state
/freebsd-11-stable/sys/dev/drm/
H A Dmga_drm.h170 unsigned int head; /* Position of head pointer */ member in struct:__anon9790
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_ioctl.c167 r_list = list_entry(list, struct drm_map_list, head);
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_fb.c262 list_for_each_entry(plane, &config->plane_list, head)
H A Dintel_ringbuffer.h56 u32 head; member in struct:intel_ring_buffer
191 * 0x04: ring 0 head pointer
192 * 0x05: ring 1 head pointer (915-class)
193 * 0x06: ring 2 head pointer (915-class)
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dconfig_file.c576 krb5_config_section **head)
580 *head = NULL;
585 if (*head == NULL)
586 *head = d;
574 _krb5_config_copy(krb5_context context, krb5_config_section *c, krb5_config_section **head) argument
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_dn_glue.c49 #include <net/if.h> /* IFNAMSIZ, struct ifaddr, ifq head, lock.h mutex.h */
137 struct mbuf *head, *tail ; /* queue of packets */ member in struct:dn_flow_queue7
170 struct mbuf *head, *tail ; /* packets in delay line */ member in struct:dn_pipe7
202 struct mbuf *head, *tail ; /* queue of packets */ member in struct:dn_flow_queue8
236 struct mbuf *head, *tail ; /* packets in delay line */ member in struct:dn_pipe8
H A Ddn_sched_fq_pie.c333 * Extract a packet from the head of sub-queue 'q'
341 struct mbuf *m = q->mq.head;
345 q->mq.head = m->m_nextpkt;
760 /* Drop a packet form the head of FQ-PIE sub-queue */
764 struct mbuf *m = q->mq.head;
768 q->mq.head = m->m_nextpkt;
H A Ddn_sched_qfq.c529 if (cl->_q.mq.head == NULL) {
535 len = cl->_q.mq.head->m_pkthdr.len;
665 if (m != _q->mq.head) {
669 if (m != _q->mq.head)
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_gart.c845 struct list_head *head; local
867 head = &vm->va;
888 head = &tmp->vm_list;
895 list_move(&bo_va->vm_list, head);
H A Dradeon_legacy_crtc.c567 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) {
761 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) {
1047 list_for_each_entry(crtci, &dev->mode_config.crtc_list, head)
1060 list_for_each_entry(crtci, &dev->mode_config.crtc_list, head) {
H A Drs600.c264 list_for_each_entry(crtc, &ddev->mode_config.crtc_list, head) {
282 list_for_each_entry(crtc, &ddev->mode_config.crtc_list, head) {
349 list_for_each_entry(connector, &dev->mode_config.connector_list, head) {
375 list_for_each_entry(connector, &dev->mode_config.connector_list, head) {
/freebsd-11-stable/sys/dev/fatm/
H A Dif_fatmvar.h68 * Each of these queues forms a ring, where the head and tail pointers are
70 * head is managed by the card (and not used altogether by the host) and the
85 int head; /* queue head */ member in struct:fqueue
/freebsd-11-stable/sys/dev/usb/
H A Dusb_debug.c161 TAILQ_FOREACH(xfer, &ep->endpoint_q[x].head, wait_entry)
/freebsd-11-stable/cddl/lib/libdtrace/
H A DMakefile70 -I${OPENSOLARIS_USR_DISTDIR}/head \
/freebsd-11-stable/contrib/dtc/
H A Dlivetree.c88 struct property *head = NULL; local
93 p->next = head;
94 head = p;
97 return head;
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_spq.c863 osal_list_t *head,
874 !OSAL_LIST_IS_EMPTY(head)) {
876 OSAL_LIST_FIRST_ENTRY(head, struct ecore_spq_entry, list);
881 OSAL_LIST_REMOVE_ENTRY(&p_ent->list, head);
862 ecore_spq_post_list(struct ecore_hwfn *p_hwfn, osal_list_t *head, u32 keep_reserve) argument
/freebsd-11-stable/sbin/mount_nfs/
H A Dmount_nfs.c960 } *head; local
964 for (p = head; p != NULL; p = p->next)
973 p->next = head;
974 head = p;
/freebsd-11-stable/usr.sbin/makefs/
H A Dcd9660.h215 TAILQ_HEAD(susp_linked_list, ISO_SUSP_ATTRIBUTES) head; member in struct:_cd9660node
/freebsd-11-stable/usr.bin/localedef/
H A Dcollate.c1091 #define RB_COUNT(x, name, head, cnt) do { \
1093 RB_FOREACH(x, name, (head)) { \
1098 #define RB_NUMNODES(type, name, head, cnt) do { \
1101 RB_FOREACH(t, name, head) { \
/freebsd-11-stable/usr.bin/tail/tests/
H A Dtail_test.sh187 head -n 10 outfile > outtrunc
/freebsd-11-stable/sys/dev/cxgbe/
H A Dadapter.h959 #define IDXDIFF(head, tail, wrap) \
960 ((head) >= (tail) ? (head) - (tail) : (wrap) - (tail) + (head))
/freebsd-11-stable/lib/libprocstat/
H A Dlibprocstat.h178 struct filestat_list *head);

Completed in 215 milliseconds

<<21222324252627282930>>