Searched refs:head (Results 301 - 325 of 923) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/lib/libbe/
H A DMakefile30 CFLAGS+= -I${SRCTOP}/cddl/contrib/opensolaris/head
/freebsd-11-stable/sbin/fsck_msdosfs/
H A Ddosfs.h117 cl_t head; /* cluster no */ member in struct:dosDirEntry
/freebsd-11-stable/contrib/mdocml/
H A Dman_macro.c243 if (tok == MAN_RE && nn->head->aux > 0)
245 nn->head->aux, '-');
259 struct roff_node *head; local
265 head = roff_head_alloc(man, line, ppos, tok);
274 if ((head->aux = strtod(p, NULL) * 24.0) > 0)
276 head->aux, '+');
284 man_unscope(man, head);
318 * keep the head open if there were no arguments.
319 * For `TP', always keep the head open.
328 /* Close out the head an
[all...]
H A Dmdoc_macro.c933 struct roff_node *head; /* Our own head. */ local
1029 * (seen above). Delay opening the head until necessary to
1037 head = body = NULL;
1054 head = roff_head_alloc(mdoc, line, ppos, tok);
1055 rew_last(mdoc, head);
1114 if (head == NULL &&
1121 /* Open a head if one hasn't been opened. */
1123 if (head == NULL)
1124 head
1247 struct roff_node *head; /* keep track of head */ local
[all...]
/freebsd-11-stable/usr.sbin/ppp/
H A Dmbuf.c247 struct mbuf *head; local
264 head = m_get(len + extra, bp ? bp->m_type : MB_UNKNOWN);
265 head->m_offset = extra;
266 head->m_len -= extra;
268 memcpy(MBUF_CTOP(head), ptr, len);
269 head->m_next = bp;
271 return head;
/freebsd-11-stable/contrib/unbound/util/
H A Dconfig_file.h56 /** List head for strlist processing, used for append operation. */
916 * @param list: list head. zeroed at start.
925 * @param head: pointer to strlist head variable.
929 int cfg_strlist_append_ex(struct config_strlist** head, char* item);
933 * @param head: pointer to strlist head variable.
937 struct config_strlist* cfg_strlist_find(struct config_strlist* head,
942 * @param head: pointer to strlist head variabl
[all...]
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-usb.c163 cvmx_usb_transaction_t *head; /**< The first pending transaction */ member in struct:cvmx_usb_pipe
184 cvmx_usb_pipe_t *head; /**< Head of the list, or NULL if empty */ member in struct:__anon8788
196 int head; member in struct:__anon8789
210 cvmx_usb_transaction_t *free_transaction_head; /**< List of free transactions head */
551 list->head = pipe;
564 if (list->head == pipe)
566 list->head = pipe->next;
568 if (list->head)
569 list->head->prev = NULL;
927 if (usb->idle_pipes.head ||
[all...]
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dctrl_iface_udp.c60 struct wpa_ctrl_dst **head,
77 static int wpa_supplicant_ctrl_iface_attach(struct wpa_ctrl_dst **head, argument
96 dst->next = *head;
97 *head = dst;
110 static int wpa_supplicant_ctrl_iface_detach(struct wpa_ctrl_dst **head, argument
123 dst = *head;
141 *head = dst->next;
501 struct wpa_ctrl_dst **head,
514 dst = *head;
555 head,
499 wpa_supplicant_ctrl_iface_send(struct wpa_supplicant *wpa_s, const char *ifname, int sock, struct wpa_ctrl_dst **head, int level, const char *buf, size_t len) argument
[all...]
/freebsd-11-stable/usr.sbin/kbdmap/
H A Dkbdmap.c75 static SLIST_HEAD(slisthead, keymap) head = SLIST_HEAD_INITIALIZER(head);
86 SLIST_FOREACH(km, &head, entries)
102 SLIST_FOREACH(km, &head, entries)
116 SLIST_FOREACH(km, &head, entries) {
118 SLIST_REMOVE(&head, km, keymap, entries);
134 SLIST_FOREACH(km, &head, entries) {
150 SLIST_INSERT_HEAD(&head, km_new, entries);
765 SLIST_FOREACH(km, &head, entries)
858 SLIST_INIT(&head);
[all...]
/freebsd-11-stable/sys/kern/
H A Duipc_socket.c560 sonewconn(struct socket *head, int connstatus) argument
570 over = (head->so_qlen > 3 * head->so_qlimit / 2);
583 __func__, head->so_pcb, head->so_qlen, overcount);
590 VNET_ASSERT(head->so_vnet != NULL, ("%s:%d so_vnet is NULL, head=%p",
591 __func__, __LINE__, head));
592 so = soalloc(head->so_vnet);
596 __func__, head
777 struct socket *head; local
3452 struct socket *head; local
[all...]
/freebsd-11-stable/sys/security/audit/
H A Daudit_bsm_klib.c66 LIST_HEAD(, evclass_elem) head;
127 LIST_FOREACH(evc, &evcl->head, entry) {
159 LIST_FOREACH(evc, &evcl->head, entry) {
170 LIST_INSERT_HEAD(&evcl->head, evc, entry);
181 LIST_INIT(&evclass_hash[i].head);
/freebsd-11-stable/usr.sbin/tcpdrop/
H A Dtcpdrop.c207 struct xinpgen *head, *xinp; local
215 head = getxpcblist("net.inet.tcp.pcblist");
220 for (xinp = XINP_NEXT(head); xinp->xig_len > sizeof *xinp;
232 if (inp->inp_gencnt > head->xig_gen)
242 free(head);
/freebsd-11-stable/contrib/libpcap/msdos/
H A Dpktdrvr.c781 RX_ELEMENT _far *head = (RX_ELEMENT _far*)(protBase+outOfs); local
784 if (CheckElement(head))
786 size = min (head->firstCount, sizeof(RX_ELEMENT));
788 _fmemcpy (buf, &head->destin, len);
832 RX_ELEMENT head; local
835 head.firstCount = _farpeekw (_dos_ds, realBase+ofs);
836 head.secondCount = _farpeekw (_dos_ds, realBase+ofs+2);
837 head.handle = _farpeekw (_dos_ds, realBase+ofs+4);
839 if (CheckElement(&head))
841 size = min (head
898 RX_ELEMENT head; local
963 RX_ELEMENT far *head = (RX_ELEMENT far*) MK_FP (_DS,rxOutOfs); local
[all...]
/freebsd-11-stable/contrib/ofed/libmlx4/
H A Dsrq.c82 if (srq->head == srq->tail) {
89 srq->wrid[srq->head] = wr->wr_id;
91 next = get_wqe(srq, srq->head);
92 srq->head = be16toh(next->next_wqe_index);
169 srq->head = 0;
/freebsd-11-stable/sys/net/
H A Droute.c350 rn_inithead_internal(&rh->head, rh->rnh_nodes, offset);
351 rn_inithead_internal(&rh->rmhead.head, rh->rmhead.mask_nodes, 0);
352 rh->head.rnh_masks = &rh->rmhead;
355 rw_init(&rh->rib_lock, "rib head lock");
384 rn_walktree(&rh->rmhead.head, rt_freeentry, &rh->rmhead.head);
463 rn = rh->rnh_matchaddr(dst, &rh->head);
529 rnh->rnh_close((struct radix_node *)rt, &rnh->head);
937 rn = rh->rnh_matchaddr(__DECONST(void *, dst), &rh->head);
990 rnh->rnh_walktree(&rnh->head, (walktree_f_
1013 struct rtentry *head; member in struct:rt_delinfo
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Dar.c154 bfd *head;
159 for (head = arch->archive_next; head; head = head->archive_next)
162 function (head);
178 for (head = arch->archive_next; head; head = head
152 bfd *head; local
[all...]
/freebsd-11-stable/sys/netinet6/
H A Din6_pcb.c699 struct inpcbhead *head; local
704 head = &pcbinfo->ipi_hashbase[INP_PCBHASH(
707 LIST_FOREACH(inp, head, inp_hash) {
866 struct inpcbhead *head; local
876 head = &pcbgroup->ipg_hashbase[INP_PCBHASH(
878 LIST_FOREACH(inp, head, inp_pcbgrouphash) {
917 head = &pcbgroup->ipg_hashbase[
919 LIST_FOREACH(inp, head, inp_pcbgrouphash) {
978 head = &pcbinfo->ipi_wildbase[INP_PCBHASH(
981 LIST_FOREACH(inp, head, inp_pcbgroup_wil
1066 struct inpcbhead *head; local
[all...]
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_crtc.c295 list_add(&fb->head, &dev->mode_config.fb_list);
354 list_del(&fb->head);
378 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) {
390 list_for_each_entry(plane, &dev->mode_config.plane_list, head) {
439 list_add_tail(&crtc->head, &dev->mode_config.crtc_list);
467 list_del(&crtc->head);
485 list_add(&mode->head, &connector->probed_modes);
502 list_del(&mode->head);
548 list_add_tail(&connector->head, &dev->mode_config.connector_list);
580 list_for_each_entry_safe(mode, t, &connector->probed_modes, head)
[all...]
/freebsd-11-stable/sys/dev/ioat/
H A Dioat.c407 desc = ioat_get_ring_entry(ioat, ioat->head);
408 hw_desc = &ioat_get_descriptor(ioat, ioat->head)->dma;
538 ioat->tail = ioat->head = 0;
735 CTR5(KTR_IOAT, "%s channel=%u head=%u tail=%u active=%u", __func__,
736 ioat->chan_idx, ioat->head, ioat->tail, ioat_get_active(ioat));
799 CTR5(KTR_IOAT, "%s channel=%u head=%u tail=%u active=%u", __func__,
800 ioat->chan_idx, ioat->head, ioat->tail, ioat_get_active(ioat));
963 ioat->acq_head = ioat->head;
987 CTR3(KTR_IOAT, "%s channel=%u dispatch1 head=%u", __func__,
988 ioat->chan_idx, ioat->head);
[all...]
/freebsd-11-stable/usr.sbin/bhyve/
H A Dpci_e82545.c284 uint16_t esc_TDH; /* x3810 desc table head idx */
309 uint16_t esc_RDH; /* x2810 desc table head idx */
835 uint16_t *tp, tag, head; local
838 DPRINTF("rx_run: head %x, tail %x\r\n", sc->esc_RDH, sc->esc_RDT);
851 head = sc->esc_RDH;
852 left = (size + sc->esc_RDT - head) % size;
866 /* Grab rx descriptor pointed to by the head pointer */
868 rxd = &sc->esc_rxdesc[(head + i) % size];
890 DPRINTF("packet read %d bytes, %d segs, head %d\r\n",
891 len, n, head);
1057 e82545_transmit_done(struct e82545_softc *sc, uint16_t head, uint16_t tail, uint16_t dsize, int *tdwb) argument
1072 e82545_transmit(struct e82545_softc *sc, uint16_t head, uint16_t tail, uint16_t dsize, uint16_t *rhead, int *tdwb) argument
1443 uint16_t head, rhead, tail, size; local
[all...]
/freebsd-11-stable/sys/dev/drm/
H A Dmach64_drv.h71 u32 head_addr; /* bus address of descriptor ring head */
72 u32 head; /* dword offset of descriptor ring head */ member in struct:drm_mach64_descriptor_ring
89 struct list_head free_list; /* Free-list head */
546 DRM_DEBUG("head_addr: 0x%08x head: %d tail: %d space: %d\n",
547 ring->head_addr, ring->head, ring->tail, ring->space);
562 /* reset descriptor table ring head */
572 DRM_DEBUG("head_addr: 0x%08x head: %d tail: %d space: %d\n",
573 ring->head_addr, ring->head, ring->tail, ring->space);
575 /* reset descriptor table ring head */
[all...]
H A Dr128_cce.c771 dev_priv->head = drm_alloc(sizeof(drm_r128_freelist_t), DRM_MEM_DRIVER);
772 if (dev_priv->head == NULL)
775 memset(dev_priv->head, 0, sizeof(drm_r128_freelist_t));
776 dev_priv->head->age = R128_BUFFER_USED;
788 entry->prev = dev_priv->head;
789 entry->next = dev_priv->head->next;
797 dev_priv->head->next = entry;
799 if (dev_priv->head->next)
800 dev_priv->head->next->prev = entry;
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_object.c354 struct list_head *head)
357 list_add(&lobj->tv.head, head);
359 list_add_tail(&lobj->tv.head, head);
363 int radeon_bo_list_validate(struct list_head *head) argument
370 r = ttm_eu_reserve_buffers(head);
374 list_for_each_entry(lobj, head, tv.head) {
353 radeon_bo_list_add_object(struct radeon_bo_list *lobj, struct list_head *head) argument
/freebsd-11-stable/sys/dev/fdc/
H A Dfdc.c304 int track; /* where we think the head is */
344 "Specification byte one (step-rate + head unload)");
352 "Specification byte two (head load time + no-dma)");
795 bioq_disksort(&fd->fdc->head, bp);
799 wakeup(&fd->fdc->head);
919 int head; local
971 fdc->bp = bioq_takefirst(&fdc->head);
973 msleep(&fdc->head, &fdc->fdc_mtx,
1081 head = sec / fd->ft->sectrac;
1179 head <<
[all...]
/freebsd-11-stable/sys/dev/sound/
H A Dclone.c81 TAILQ_HEAD(link_head, snd_clone_entry) head;
190 TAILQ_INIT(&c->head);
205 TAILQ_FOREACH(ce, &c->head, link) {
429 TAILQ_FOREACH_REVERSE_SAFE(ce, &c->head, link_head, link, tce) {
438 TAILQ_REMOVE(&c->head, ce, link);
458 ce = TAILQ_FIRST(&c->head);
644 TAILQ_FOREACH(ce, &c->head, link) {
771 TAILQ_INSERT_AFTER(&c->head, after, ce, link);
773 TAILQ_INSERT_HEAD(&c->head, ce, link);

Completed in 347 milliseconds

<<11121314151617181920>>