Searched refs:head (Results 426 - 450 of 923) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/cddl/lib/libzfs_core/
H A DMakefile29 CFLAGS+= -I${SRCTOP}/cddl/contrib/opensolaris/head
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_dn_io.c50 #include <net/if.h> /* IFNAMSIZ, struct ifaddr, ifq head, lock.h mutex.h */
294 if (q->head == NULL)
295 q->head = m;
555 while ((m = dline->mq.head) != NULL) {
559 dline->mq.head = m->m_nextpkt;
595 * Return a pointer to the head of the queue.
603 int delay_line_idle = (si->dline.mq.head == NULL);
608 q->head = NULL;
650 return q->head;
728 if (q.head !
[all...]
H A Ddn_sched_fifo.c96 dn_free_pkts(q->mq.head);
/freebsd-11-stable/sys/sys/
H A Dsglist.h108 int sglist_split(struct sglist *original, struct sglist **head,
/freebsd-11-stable/contrib/unbound/daemon/
H A Dacl_list.c232 check_data(const char* data, const struct config_strlist* head) argument
246 if(res == 0 && head) {
253 snprintf(buf, sizeof(buf), "%s %s", ".", head->str);
258 /* This should be impossible here as head->str
265 err_data = head->str;
/freebsd-11-stable/sys/contrib/ena-com/
H A Dena_com.h125 /* The completion queue head doorbell register */
149 u16 head; member in struct:ena_com_io_cq
207 u16 head; member in struct:ena_com_admin_cq
218 u16 head; member in struct:ena_com_admin_sq
266 u16 head; member in struct:ena_com_aenq
/freebsd-11-stable/sys/contrib/zlib/
H A Ddeflate.c167 * Insert string str in the dictionary and set match_head to the previous head
179 match_head = s->head[s->ins_h], \
180 s->head[s->ins_h] = (Pos)(str))
184 match_head = s->prev[(str) & s->w_mask] = s->head[s->ins_h], \
185 s->head[s->ins_h] = (Pos)(str))
193 s->head[s->hash_size-1] = NIL; \
194 zmemzero((Bytef *)s->head, (unsigned)(s->hash_size-1)*sizeof(*s->head));
209 p = &s->head[n];
323 s->head
[all...]
/freebsd-11-stable/usr.bin/dtc/
H A Dfdt.cc1653 dtb::header head; local
1686 head.size_dt_strings = strings_writer.size();
1697 head.totalsize = sizeof(head) + strings_writer.size() +
1699 while (head.totalsize < minimum_blob_size)
1701 head.totalsize++;
1704 head.off_dt_struct = sizeof(head) + reservation_writer.size();;
1705 head.off_dt_strings = head
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dcollect2.c154 struct head
200 static struct head constructors; /* list of constructors found */
201 static struct head destructors; /* list of destructors found */
203 static struct head exports; /* list of exported symbols */
205 static struct head frame_tables; /* list of frame unwind info tables */
228 static struct head libs; /* list of libraries */
244 static void add_to_list (struct head *, const char *);
246 static void sort_ids (struct head *);
1615 add_to_list (struct head *head_ptr, const char *name)
1664 sort_ids (struct head *head_pt
152 struct head struct
[all...]
H A Dcfgrtl.c249 create_basic_block_structure (rtx head, rtx end, rtx bb_note, basic_block after)
261 if (LABEL_P (head))
262 after = head;
265 after = PREV_INSN (head);
266 head = bb_note;
279 if (!head && !end)
280 head = end = bb_note
282 else if (LABEL_P (head) && end)
284 bb_note = emit_note_after (NOTE_INSN_BASIC_BLOCK, head);
285 if (head
246 create_basic_block_structure(rtx head, rtx end, rtx bb_note, basic_block after) argument
324 rtx head = headp, end = endp; local
346 cfg_layout_create_basic_block(void *head, void *end, basic_block after) argument
1761 rtx head = BB_HEAD (bb); local
[all...]
/freebsd-11-stable/sys/dev/usb/controller/
H A Ddwc_otg.c2505 TAILQ_HEAD(, usb_xfer) head;
2519 TAILQ_INIT(&head);
2526 TAILQ_FOREACH_SAFE(xfer, &sc->sc_bus.intr_q.head, wait_entry, xfer_next) {
2553 TAILQ_REMOVE(&sc->sc_bus.intr_q.head, xfer, wait_entry);
2554 TAILQ_INSERT_TAIL(&head, xfer, wait_entry);
2557 TAILQ_FOREACH_SAFE(xfer, &sc->sc_bus.intr_q.head, wait_entry, xfer_next) {
2574 TAILQ_REMOVE(&sc->sc_bus.intr_q.head, xfer, wait_entry);
2575 TAILQ_INSERT_TAIL(&head, xfer, wait_entry);
2578 TAILQ_FOREACH_SAFE(xfer, &sc->sc_bus.intr_q.head, wait_entry, xfer_next) {
2601 TAILQ_REMOVE(&sc->sc_bus.intr_q.head, xfe
[all...]
/freebsd-11-stable/sys/dev/drm/
H A Dmach64_state.c449 u32 head, tail, ofs; local
458 head = ring->head;
463 if (head == tail) {
475 (head < tail && (ofs < head || ofs >= tail)) ||
476 (head > tail && (ofs < head && ofs >= tail))) {
/freebsd-11-stable/sys/netinet/
H A Din_fib.c153 rn = rh->rnh_matchaddr((void *)&sin, &rh->head);
201 rn = rh->rnh_matchaddr((void *)&sin, &rh->head);
/freebsd-11-stable/sys/netinet6/
H A Din6_fib.c193 rn = rh->rnh_matchaddr((void *)&sin6, &rh->head);
242 rn = rh->rnh_matchaddr((void *)&sin6, &rh->head);
/freebsd-11-stable/lib/libc/net/
H A Dname6.c732 get_addrselectpolicy(struct policyhead *head) argument
754 free_addrselectpolicy(head); /* make the list empty */
758 TAILQ_INSERT_TAIL(head, new, pc_entry);
769 free_addrselectpolicy(struct policyhead *head) argument
773 for (ent = TAILQ_FIRST(head); ent; ent = nent) {
775 TAILQ_REMOVE(head, ent, pc_entry);
781 match_addrselectpolicy(struct sockaddr *addr, struct policyhead *head) argument
807 for (ent = TAILQ_FIRST(head); ent; ent = TAILQ_NEXT(ent, pc_entry)) {
/freebsd-11-stable/cddl/usr.sbin/zfsd/
H A DMakefile.common22 INCFLAGS+= -I${SRCTOP}/cddl/contrib/opensolaris/head
/freebsd-11-stable/sys/dev/liquidio/base/
H A Dlio_device.c525 STAILQ_INIT(&oct->dispatch.dlist[i].head);
547 dispatch = &oct->dispatch.dlist[i].head;
550 STAILQ_REMOVE_HEAD(&oct->dispatch.dlist[i].head,
594 STAILQ_FOREACH(dispatch, &octeon_dev->dispatch.dlist[idx].head,
678 STAILQ_INSERT_HEAD(&oct->dispatch.dlist[idx].head,
726 dispatch_head = &oct->dispatch.dlist[idx].head;
745 &oct->dispatch.dlist[idx].head,
749 STAILQ_REMOVE(&oct->dispatch.dlist[idx].head,
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dwait.h83 struct list_head head; /* >= v4.13 */ member in union:wait_queue_head::__anon5500
257 list_add_tail(&wq->entry, &wqh->head);
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_list.h79 ocs_list_t *next; /*<< pointer to head of list (or next if link) */
112 #define ocs_list_init(head, type, link) _ocs_list_init(head, offsetof(type, link))
119 * @param list Pointer to list head
135 * @param list Pointer to list head
189 * @param list Pointer to list head
214 * @brief Add an item to the head of the list
216 * @param list Pointer to list head
288 * @param list head of the list
304 * @param list Pointer to list head
[all...]
/freebsd-11-stable/usr.sbin/fdread/
H A Dfdread.c317 info.head = fdt.heads > 1? trackno % fdt.heads: 0;
320 info.cyl, info.head, info.sec, info.secshift);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableList.h34 ImmutableListImpl(ElemT &&head, const ImmutableListImpl *tail = nullptr) argument
35 : Head(std::forward<ElemT>(head)), Tail(tail) {}
103 /// begin - Returns an iterator referring to the head of the list, or
131 /// getHead - Returns the head of the list.
133 assert(!isEmpty() && "Cannot get the head of an empty list.");
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_lock.cpp974 (head,tail) = 0, 0 means lock is unheld, nobody on queue
1128 kmp_int32 head; local
1131 head = *head_id_p;
1133 switch (head) {
1138 TRACE_LOCK_HT(gtid + 1, "acq read: ", head, tail);
1161 TRACE_LOCK_HT(gtid + 1, "acq read: ", head, tail);
1184 TRACE_LOCK_HT(gtid + 1, "acq read: ", head, tail);
1188 /* only legal transition out of head = 0 is head = -1 with no change to
1201 TRACE_LOCK_HT(gtid + 1, "acq exit: ", head,
1310 kmp_int32 head; local
1385 kmp_int32 head; local
[all...]
/freebsd-11-stable/contrib/serf/buckets/
H A Dallocator.c198 apr_memnode_t *head = allocator->blocks; local
209 active->next = head;
/freebsd-11-stable/contrib/unbound/contrib/ios/
H A Dsetenv_ios.sh132 XCODE_VERSION=$(xcodebuild -version 2>/dev/null | head -n 1 | cut -f2 -d" " | cut -f1 -d".")
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_emul.c186 const char *head = (const char *)imgp->image_header; local
195 if (((const short *)head)[0] == SHELLMAGIC) {

Completed in 214 milliseconds

<<11121314151617181920>>