Searched refs:head (Results 501 - 525 of 923) sorted by relevance

<<21222324252627282930>>

/freebsd-11-stable/contrib/binutils/bfd/
H A Dihex.c153 struct ihex_data_list *head; member in struct:ihex_data_struct
183 tdata->head = NULL;
696 for (pp = &tdata->head;
764 for (l = abfd->tdata.ihex_data->head; l != NULL; l = l->next)
/freebsd-11-stable/sys/dev/tws/
H A Dtws.h176 volatile int16_t head; member in struct:tws_circular_q
269 struct tws_request *q_head[TWS_MAX_QS]; /* head pointers to q's */
/freebsd-11-stable/crypto/openssl/ssl/
H A Ds3_both.c617 ent = list->head;
619 list->head = ent->next;
642 ent->next = list->head;
643 list->head = ent;
/freebsd-11-stable/sys/dev/liquidio/base/
H A Dlio_iq.h272 struct lio_stailq_head head; member in struct:lio_sc_buffer_pool
/freebsd-11-stable/sys/dev/mlx5/
H A Dfs.h205 struct list_head head; member in struct:mlx5_flow_rules_list
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_provider.h253 unsigned head; member in struct:mthca_wq
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_filter.c143 LIST_HEAD(, filter_entry) *head;
151 head = t->hftid_hash_tid;
153 LIST_FOREACH_SAFE(f, &head[i], link_tid, ftmp) {
159 head = t->hftid_hash_4t;
161 LIST_FOREACH_SAFE(f, &head[i], link_4t, ftmp) {
191 LIST_HEAD(, filter_entry) *head = t->hftid_hash_4t;
193 MPASS(head != NULL);
196 LIST_INSERT_HEAD(&head[hash & t->hftid_4t_mask], f, link_4t);
204 LIST_HEAD(, filter_entry) *head = t->hftid_hash_tid;
212 LIST_INSERT_HEAD(&head[has
[all...]
/freebsd-11-stable/sys/kern/
H A Dsubr_sglist.c619 * stored in the '*head' list and are removed from 'original'.
621 * If '*head' is NULL, then a new list will be allocated using
625 * If '*head' is not NULL, it should point to an empty sglist. If it
627 * be returned. If '*head' is not empty, then EINVAL will be
634 sglist_split(struct sglist *original, struct sglist **head, size_t length, argument
644 /* Figure out how big of a sglist '*head' has to hold. */
663 /* Nothing to do, so leave head empty. */
667 if (*head == NULL) {
671 *head = sg;
673 sg = *head;
[all...]
/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_mem2.c1128 netmap_extra_alloc(struct netmap_adapter *na, uint32_t *head, uint32_t n) argument
1135 *head = 0; /* default, 'null' index ie empty list */
1137 uint32_t cur = *head; /* save current head */
1138 uint32_t *p = netmap_buf_malloc(nmd, &pos, head);
1141 *head = cur; /* restore */
1144 nm_prdis(5, "allocate buffer %d -> %d", *head, cur);
1145 *p = cur; /* link to previous head */
1154 netmap_extra_free(struct netmap_adapter *na, uint32_t head) argument
1162 for (i = 0; head >
[all...]
/freebsd-11-stable/usr.bin/hexdump/tests/
H A Dhexdump_test.sh29 ret=$(echo I | tr -d "[:space:]" | od -to2 | head -n1 | awk '{print $2}' | cut -c6)
/freebsd-11-stable/contrib/binutils/ld/
H A Dldlang.h46 union lang_statement_union *head; member in struct:statement_list
532 for (statement = (lang_input_statement_type *) file_chain.head; \
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzlib.h672 gz_headerp head));
818 gz_headerp head));
823 As inflate() processes the gzip stream, head->done is zero until the header
824 is completed, at which time head->done is set to one. If a zlib stream is
825 being decoded, then head->done is set to -1 to indicate that there will be
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_sysctl.c219 list_for_each_entry(entry, &dev->maplist, head) {
232 list_for_each_entry(entry, &dev->maplist, head) {
/freebsd-11-stable/sys/dev/vnic/
H A Dnicvf_queues.h253 uint32_t head; member in struct:rbdr
318 uint32_t head; member in struct:snd_queue
/freebsd-11-stable/sys/netpfil/ipfw/
H A Ddn_aqm_codel.c51 #include <net/if.h> /* IFNAMSIZ, struct ifaddr, ifq head, lock.h mutex.h */
184 * Extract a packet from the head of queue 'q'
192 struct mbuf *m = q->mq.head;
196 q->mq.head = m->m_nextpkt;
/freebsd-11-stable/contrib/mdocml/
H A Dconfigure205 UTF8_LOCALE=`locale -a | grep -i '^en_US\.UTF-*8$' | head -n 1`
207 UTF8_LOCALE=`locale -a | grep -i '\.UTF-*8' | head -n 1`
/freebsd-11-stable/usr.sbin/makefs/cd9660/
H A Dcd9660_debug.c66 TAILQ_FOREACH(t, &node->head, rr_ll) {
77 TAILQ_FOREACH(t, &n->head, rr_ll) {
/freebsd-11-stable/contrib/gdb/gdb/cli/
H A Dcli-script.c892 struct command_line *head, *tail, *next;
909 head = tail = NULL;
949 head = next;
950 old_chain = make_cleanup_free_command_lines (&head);
957 if (head)
971 return (head);
890 struct command_line *head, *tail, *next; local
/freebsd-11-stable/contrib/groff/src/devices/grops/
H A Dpsrm.cpp244 Presource *head = new Presource[nranks + 1]; local
248 head[i] = 0;
249 tail[i] = &head[i];
258 if (head[i]) {
260 resource_list = head[i];
262 a_delete head; local
/freebsd-11-stable/sys/netpfil/ipfw/test/
H A Dmain.c51 struct mbuf *head, *tail; /* a simple tailq */ member in struct:cfg_s
147 if (mq->head == NULL)
148 mq->head = m;
162 if ((m = mq->head)) {
163 m = mq->head;
164 mq->head = m->m_nextpkt;
/freebsd-11-stable/contrib/libarchive/tar/
H A Dwrite.c93 struct archive_dir_entry *head, *tail; member in struct:archive_dir
421 while (bsdtar->archive_dir->head != NULL) {
422 p = bsdtar->archive_dir->head->next;
423 free(bsdtar->archive_dir->head->name);
424 free(bsdtar->archive_dir->head);
425 bsdtar->archive_dir->head = p;
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-dos.c1334 struct rx_elem *tail, *head; local
1340 head = pktq_in_elem (&active_dev->queue);
1343 if (head != tail)
1395 struct rx_elem *head = pktq_in_elem (&active_dev->queue); local
1397 head->size = len;
1399 return (&head->data[0]);
1479 * Return the queue's next 'in_index' (head).
1492 * Return the queue's head-buffer.
1508 * Clear the queue ring-buffer by setting head=tail.
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DReproducerInstrumentation.h47 inline void stringify_helper(llvm::raw_string_ostream &ss, const Head &head) { argument
48 stringify_append(ss, head);
52 inline void stringify_helper(llvm::raw_string_ostream &ss, const Head &head, argument
54 stringify_append(ss, head);
552 void SerializeAll(const Head &head, const Tail &... tail) { argument
553 Serialize(head);
/freebsd-11-stable/contrib/wpa/src/wps/
H A Dwps_upnp.c649 const char *head = local
688 wpabuf_put_str(buf, head);
990 static void upnp_wps_free_msearchreply(struct dl_list *head) argument
993 dl_list_for_each_safe(a, tmp, head, struct advertisement_state_machine,
999 static void upnp_wps_free_subscriptions(struct dl_list *head, argument
1003 dl_list_for_each_safe(s, tmp, head, struct subscription, list) {
/freebsd-11-stable/contrib/byacc/test/btyacc/
H A Dgrammar.tab.c223 struct _Declarator *head; /* head function declarator */ member in struct:_Declarator
2127 func_params = &(yystack.l_mark[0].declarator->head->params);
2142 && yystack.l_mark[-3].declarator->head->func_def == func_style) {
2143 yystack.l_mark[-3].declarator->head->func_def = FUNC_BOTH;
2165 func_params = &(yystack.l_mark[0].declarator->head->params);
2475 yyval.declarator->head = (yystack.l_mark[-3].declarator->func_stack == NULL) ? yyval.declarator : yystack.l_mark[-3].declarator->head;
2485 yyval.declarator->head = (yystack.l_mark[-3].declarator->func_stack == NULL) ? yyval.declarator : yystack.l_mark[-3].declarator->head;
[all...]

Completed in 237 milliseconds

<<21222324252627282930>>