Searched refs:tail (Results 126 - 150 of 449) sorted by relevance

1234567891011>>

/freebsd-11-stable/etc/periodic/daily/
H A D800.scrub-zfs59 egrep "^[0-9\.\:\-]{19} zpool scrub ${pool}\$" | tail -1 |\
/freebsd-11-stable/usr.sbin/config/
H A Dmkmakefile.c57 static char *tail(char *);
667 sp = tail(tp->f_fn);
722 tail(char *fn) function
760 ftp->f_objprefix, tail(np),
766 ftp->f_objprefix, tail(np),
771 ftp->f_objprefix, tail(np),
777 ftp->f_objprefix, tail(np),
781 ftp->f_objprefix, tail(np),
/freebsd-11-stable/contrib/ofed/libmlx4/
H A Dsrq.c55 next = get_wqe(srq, srq->tail);
57 srq->tail = ind;
82 if (srq->head == srq->tail) {
170 srq->tail = srq->max - 1;
/freebsd-11-stable/contrib/openresolv/
H A Dlibc.in94 if [ -f "$SYSCONFDIR"/resolv.conf.d/tail ]; then
95 resolv_conf_tail="$(cat "$SYSCONFDIR"/resolv.conf.d/tail)"
104 if [ "${resolv_conf_tail-x}" = x -a -f "$SYSCONFDIR"/resolv.conf.tail ]; then
105 resolv_conf_tail="$(cat "$SYSCONFDIR"/resolv.conf.tail)"
/freebsd-11-stable/sys/geom/
H A Dgeom_redboot.c176 struct fis_image_desc *head, **tail; local
197 *(tail = &head) = NULL;
213 *tail = fd;
214 *(tail = &fd->next) = NULL;
/freebsd-11-stable/crypto/openssl/crypto/evp/
H A De_aes_cbc_hmac_sha1.c83 SHA_CTX head, tail, md; member in struct:__anon4581
134 key->tail = key->head;
377 ctx->A[i] = key->tail.h0;
379 ctx->B[i] = key->tail.h1;
381 ctx->C[i] = key->tail.h2;
383 ctx->D[i] = key->tail.h3;
385 ctx->E[i] = key->tail.h4;
390 ctx->A[i] = key->tail.h0;
392 ctx->B[i] = key->tail.h1;
394 ctx->C[i] = key->tail
[all...]
/freebsd-11-stable/sys/dev/ixl/
H A Di40e_adminq.h66 u32 tail; member in struct:i40e_adminq_ring
H A Di40e_adminq.c49 /* set head and tail registers in our local struct */
51 hw->aq.asq.tail = I40E_VF_ATQT1;
56 hw->aq.arq.tail = I40E_VF_ARQT1;
62 hw->aq.asq.tail = I40E_PF_ATQT;
67 hw->aq.arq.tail = I40E_PF_ARQT;
306 wr32(hw, hw->aq.asq.tail, 0);
339 wr32(hw, hw->aq.arq.tail, 0);
351 /* Update tail in the HW to post pre-allocated buffers */
352 wr32(hw, hw->aq.arq.tail, hw->aq.num_arq_entries - 1);
503 wr32(hw, hw->aq.asq.tail,
[all...]
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_str.h111 void __kmp_str_split(char *str, char delim, char **head, char **tail);
/freebsd-11-stable/contrib/mtree/
H A Dverify.c170 miss(NODE *p, char *tail) argument
182 strcpy(tail, p->name);
271 for (tp = tail; *tp; ++tp)
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/locale/
H A Dt_wcstod.c407 wchar_t *tail; local
414 (void)printf("Checking wcstod(\"%s\", &tail):\n", buf);
418 d = wcstod(t->wcs, &tail);
424 n = (size_t)(tail - t->wcs);
/freebsd-11-stable/usr.sbin/fmtree/
H A Dverify.c159 miss(NODE *p, char *tail) argument
171 (void)strcpy(tail, p->name);
231 for (tp = tail; *tp; ++tp);
/freebsd-11-stable/contrib/netbsd-tests/sbin/gpt/
H A Dt_gpt.sh163 match "^Attributes: biosboot, bootme\$" tail -1 attr
166 match "^Attributes: None\$" tail -1 attr
287 match "^Attributes: biosboot\$" tail -1 bootattr
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_dn_private.h89 struct mbuf *head, *tail; member in struct:mq
475 q->tail->m_nextpkt = m;
477 q->tail = m;
/freebsd-11-stable/sbin/pfctl/
H A Dpfctl_parser.h113 struct node_if *tail; member in struct:node_if
126 struct node_host *tail; member in struct:node_host
133 struct node_os *tail; member in struct:node_os
/freebsd-11-stable/sys/dev/vkbd/
H A Dvkbd.c103 int tail; /* index of the last code */ member in struct:vkbd_queue
273 state->ks_inq.head = state->ks_inq.tail = state->ks_inq.cc = 0;
381 if (q->head == q->tail) {
386 } else if (q->head < q->tail)
387 avail = nitems(q->q) - q->tail;
389 avail = q->head - q->tail;
407 error = uiomove((void *) &q->q[q->tail], bytes, uio);
412 q->tail += avail;
413 if (q->tail == nitems(q->q))
414 q->tail
[all...]
/freebsd-11-stable/sys/dev/patm/
H A Dif_patm_intr.c474 uint32_t tail; local
486 tail = le32toh(sc->rawhnd->tail);
487 if (tail == sc->rawh->phy)
491 while (tail + 64 != sc->rawh->phy + sc->rawi * 64) {
/freebsd-11-stable/contrib/groff/src/devices/grohtml/
H A Dpost-html.cpp174 file *tail; member in class:files
183 : head(NULL), tail(NULL), ptr(NULL)
226 tail = head;
228 tail->next = new file(f);
229 tail = tail->next;
231 ptr = tail;
384 char_block *tail; member in class:char_buffer
388 : head(NULL), tail(NULL)
409 if (tail
989 element_list *tail; member in class:list
[all...]
/freebsd-11-stable/sys/dev/hatm/
H A Dif_hatm_tx.c180 if (sc->tpdrq.tail < sc->tpdrq.head)
181 space = sc->tpdrq.head - sc->tpdrq.tail;
183 space = sc->tpdrq.head - sc->tpdrq.tail + sc->tpdrq.size;
190 if (sc->tpdrq.tail < sc->tpdrq.head)
191 space = sc->tpdrq.head - sc->tpdrq.tail;
193 space = sc->tpdrq.head - sc->tpdrq.tail +
213 sc->tpdrq.tpdrq[sc->tpdrq.tail].tpd =
215 sc->tpdrq.tpdrq[sc->tpdrq.tail].cid = cid;
217 if (++sc->tpdrq.tail == sc->tpdrq.size)
218 sc->tpdrq.tail
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_disk_posix.c1990 char *tail = a->name; local
1993 if (strlen(tail) < PATH_MAX)
2003 while (strlen(tail) >= PATH_MAX) {
2005 tail += PATH_MAX - 8;
2006 while (tail > a->name && *tail != '/')
2007 tail--;
2009 if (tail <= a->name)
2012 *tail = '\0'; /* Terminate dir portion */
2016 *tail
[all...]
/freebsd-11-stable/sys/dev/drm/
H A Dmga_drv.h55 u32 tail; member in struct:drm_mga_primary_buffer
85 drm_mga_freelist_t *tail; member in struct:drm_mga_private
295 write = dev_priv->prim.tail; \
305 write = dev_priv->prim.tail; \
310 dev_priv->prim.tail = write; \
312 DRM_INFO( "ADVANCE_DMA() tail=0x%05x sp=0x%x\n", \
321 DRM_INFO( " tail=0x%06x head=0x%06lx\n", \
322 dev_priv->prim.tail, \
377 entry->age.head = (dev_priv->prim.tail + \
/freebsd-11-stable/contrib/binutils/bfd/
H A Dihex.c154 struct ihex_data_list *tail; member in struct:ihex_data_struct
184 tdata->tail = NULL;
685 if (tdata->tail != NULL
686 && n->where >= tdata->tail->where)
688 tdata->tail->next = n;
690 tdata->tail = n;
703 tdata->tail = n;
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-pow.h436 the tail pointer rather than the head pointer for the specified qos level. */
701 uint64_t link_index : 11; /**< Points to the next POW entry in the tag list when tail == 0 (and
707 uint64_t tail : 1; /**< Set when this POW entry is at the tail of its tag list (also set when in the member in struct:__anon8701::__anon8707
716 uint64_t tail : 1;
738 uint64_t tail : 1; /**< Set when this SSO entry is at the tail of its tag list (also set when in the member in struct:__anon8701::__anon8708
749 uint64_t tail : 1;
772 uint64_t tail : 1; /**< Set when this POW entry is at the tail o member in struct:__anon8701::__anon8709
847 uint64_t tail : 1; /**< Set when this SSO entry is at the tail of its tag list (also set when in the member in struct:__anon8701::__anon8712
900 uint64_t tail : 1; /**< Set when this POW entry is at the tail of its tag list (also set when in the member in struct:__anon8701::__anon8714
922 uint64_t tail : 1; /**< Set when this SSO entry is at the tail of its tag list (also set when in the member in struct:__anon8701::__anon8715
1248 uint64_t tail : 1; member in struct:__anon8728::__anon8729
[all...]
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dbeacon.c1055 u8 *tail = NULL; local
1101 tailpos = tail = os_malloc(tail_len);
1102 if (head == NULL || tail == NULL) {
1105 os_free(tail);
1149 tail + BEACON_TAIL_BUF_SIZE - tailpos);
1157 hapd->cs_c_off_beacon = csa_pos - tail - 1;
1169 tail + BEACON_TAIL_BUF_SIZE -
1173 tail + BEACON_TAIL_BUF_SIZE -
1177 tail + BEACON_TAIL_BUF_SIZE - tailpos);
1182 hapd->cs_c_off_ecsa_beacon = csa_pos - tail
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dhaifa-sched.c1241 unlink_other_notes (rtx insn, rtx tail)
1245 while (insn != tail && NOTE_NOT_BB_P (insn))
1287 unlink_line_notes (rtx insn, rtx tail)
1291 while (insn != tail && NOTE_NOT_BB_P (insn))
1327 /* Return the head and tail pointers of ebb starting at BEG and ending
1369 no_real_insns_p (rtx head, rtx tail)
1371 while (head != NEXT_INSN (tail))
1385 rm_line_notes (rtx head, rtx tail)
1390 next_tail = NEXT_INSN (tail);
1403 gcc_assert (prev != tail
1237 unlink_other_notes(rtx insn, rtx tail) argument
1283 unlink_line_notes(rtx insn, rtx tail) argument
1365 no_real_insns_p(rtx head, rtx tail) argument
1381 rm_line_notes(rtx head, rtx tail) argument
1408 save_line_notes(int b, rtx head, rtx tail) argument
1434 restore_line_notes(rtx head, rtx tail) argument
1556 rm_other_notes(rtx head, rtx tail) argument
1616 rtx insn, next_tail, head, tail; local
2273 rtx tail = PREV_INSN (next_tail); local
2711 set_priorities(rtx head, rtx tail) argument
2928 fix_inter_tick(rtx head, rtx tail) argument
4106 dump_new_block_header(int i, basic_block bb, rtx head, rtx tail) argument
4607 check_cfg(rtx head, rtx tail) argument
[all...]

Completed in 403 milliseconds

1234567891011>>