Home
last modified time | relevance | path

Searched refs:tail (Results 151 – 175 of 433) sorted by relevance

12345678910>>...18

/illumos-gate/usr/src/test/util-tests/tests/ctf/test-merge-forward/
H A Dtest-merge.c23 struct foo *tail; member
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_frag.c752 static void fr_fragdelete(fra, tail, ifs) in fr_fragdelete() argument
753 ipfr_t *fra, ***tail; in fr_fragdelete()
765 if (*tail == &fra->ipfr_next)
766 *tail = fra->ipfr_prev;
944 int fr_nextfrag(token, itp, top, tail, lock, ifs) in fr_nextfrag() argument
947 ipfr_t **top, ***tail;
/illumos-gate/usr/src/cmd/bc/
H A Dbc.y99 | start stat tail
113 dlist : tail
114 | dlist _AUTO dlets tail
217 | slist tail stat
221 tail : '\n'
/illumos-gate/usr/src/test/zfs-tests/callbacks/
H A Dzfs_mmp.ksh32 sudo tail -n $lines $f
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/sol_ofs/
H A Dsol_ofs_common.h201 genlist_entry_t *tail; member
223 list->head = list->tail = NULL; in init_genlist()
/illumos-gate/usr/src/cmd/dmesg/
H A Ddmesg.sh32 /var/adm/messages | /usr/bin/tail -200
/illumos-gate/usr/src/cmd/abi/appcert/static_prof/
H A Dstatic_prof.c1404 dt_list *head = p, *tail; in add_dtneeded() local
1409 tail = head; in add_dtneeded()
1410 if (strcmp(tail->libname, node->libname) == 0) { in add_dtneeded()
1414 while (tail->next != NULL) { in add_dtneeded()
1415 tail = tail->next; in add_dtneeded()
1416 if (strcmp(tail->libname, node->libname) == 0) { in add_dtneeded()
1421 tail->next = node; in add_dtneeded()
/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe_util.c983 seqnum_t tail; in gem_clean_tx_buf() local
1058 seqnum_t tail; in gem_reclaim_txbuf() local
1078 if (head != tail) { in gem_reclaim_txbuf()
1083 tail, SLOT(tail, dp->gc.gc_tx_buf_size)); in gem_reclaim_txbuf()
1157 tail = sn; in gem_reclaim_txbuf()
1159 if (head != tail) { in gem_reclaim_txbuf()
1163 tail, SLOT(tail, dp->gc.gc_tx_buf_size)); in gem_reclaim_txbuf()
1336 seqnum_t tail; in gem_tx_start_unit() local
1349 dp->name, __func__, head, tail, tail - head, in gem_tx_start_unit()
1731 seqnum_t tail; in gem_append_rxbuf() local
[all …]
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_transceiver.c1609 uint32_t tail; in i40e_ring_rx() local
1612 tail = i40e_prev_desc(cur_head, 1, rxd->rxd_ring_size); in i40e_ring_rx()
1614 I40E_WRITE_REG(hw, I40E_QRX_TAIL(itrq->itrq_index), tail); in i40e_ring_rx()
2148 *tail = *head; in tcb_list_append()
2150 ASSERT3P(*tail, !=, NULL); in tcb_list_append()
2151 ASSERT3P((*tail)->tcb_next, ==, NULL); in tcb_list_append()
2152 (*tail)->tcb_next = tcb; in tcb_list_append()
2153 *tail = tcb; in tcb_list_append()
2819 uint_t tail = itrq->itrq_desc_tail; in i40e_ring_tx() local
2822 itrq->itrq_tcb_work_list[tail] = tcb_ctx; in i40e_ring_tx()
[all …]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_send/
H A Dzfs_send_006_pos.ksh59 typeset total_size=$(zfs send $option $snapshot 2>&1 | tail -1)
62 2>&1 | tail -1)
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dzpool_import.kshlib347 txg=$(tail "/proc/spl/kstat/zfs/$pool/txgs" |
348 awk '$3=="C" {print $1}' | tail -1)
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Dparallel.c61 extern int head, tail;
357 if ((actual = write(fd, block + head, tail - head)) == -1) { in parallel_comm()
/illumos-gate/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl_ring_buffer_util.h78 #define dapls_rbuf_empty(rbuf) ((rbuf)->head == (rbuf)->tail)
H A Ddapl_provider.h69 DAPL_PROVIDER_LIST_NODE *tail; member
/illumos-gate/usr/src/cmd/dtrace/test/cmd/scripts/
H A Ddtfailures.ksh37 details=`tail -1 $dir/*.err | cut -c1-$cols`
/illumos-gate/usr/src/uts/sun4u/io/
H A Dmc-us3.c154 static void mc_node_add(mc_dlist_t *node, mc_dlist_t **head, mc_dlist_t **tail);
155 static void mc_node_del(mc_dlist_t *node, mc_dlist_t **head, mc_dlist_t **tail);
1937 mc_node_add(mc_dlist_t *node, mc_dlist_t **head, mc_dlist_t **tail) in mc_node_add() argument
1940 node->id, (void *)*head, (void *)*tail)); in mc_node_add()
1943 node->prev = *tail; in mc_node_add()
1944 node->next = (*tail)->next; in mc_node_add()
1945 (*tail)->next = node; in mc_node_add()
1946 *tail = node; in mc_node_add()
1949 *head = *tail = node; in mc_node_add()
1964 mc_node_del(mc_dlist_t *node, mc_dlist_t **head, mc_dlist_t **tail) in mc_node_del() argument
[all …]
/illumos-gate/usr/src/tools/smatch/src/smatch_data/db/
H A Dvim_smdb40 tail -n 7 $DIR/history | tac | perl -ne 's/\n/ /; print' | perl -ne 's/ $//; print' > $DIR/$i
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_fip.c1352 eib_vhub_map_t *tail; in eib_fip_queue_upd_entry() local
1362 for (tail = upd->up_vnic_entry; tail != NULL; tail = tail->mp_next) { in eib_fip_queue_upd_entry()
1363 if (tail->mp_next == NULL) in eib_fip_queue_upd_entry()
1366 if (tail) { in eib_fip_queue_upd_entry()
1367 tail->mp_next = map; in eib_fip_queue_upd_entry()
/illumos-gate/usr/src/lib/libmtmalloc/common/
H A Dmtmalloc.c511 oversize_t *orig, *tail; in memalign() local
522 tail = oversize_header_alloc(taddr, frag_size); in memalign()
523 free_oversize(tail); in memalign()
530 oversize_t *orig, *tail, *big; in memalign() local
649 tail = oversize_header_alloc(taddr, tsize); in memalign()
650 free_oversize(tail); in memalign()
719 tail = oversize_header_alloc(taddr, tail_sz); in memalign()
720 free_oversize(tail); in memalign()
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dlufs_debug.c588 off_t tail = ul->un_tail_lof; in ldl_sethead_debug() local
590 if (head <= tail) { in ldl_sethead_debug()
591 if (trimr < head || trimr >= tail) in ldl_sethead_debug()
594 if (trimr >= tail && trimr < head) in ldl_sethead_debug()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_dir.h131 dsl_dir_t **, const char **tail);
133 const char *tail, void *tag, dsl_dir_t **);
/illumos-gate/usr/src/cmd/tail/tests/
H A Dsun_solaris_tail.sh32 TAIL=/usr/bin/tail
500 outstr=$(/usr/bin/tail "${OUTFILE}") || err_exit "tail returned non-zero exit code $?"
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_clone/
H A Dzfs_clone_010_pos.ksh86 actual_clone=$(zfs list -t all -o clones $snapshot | tail -1)
228 char_count=$(echo "$clone_list" | tail -1 | wc | awk '{print $3}')
/illumos-gate/usr/src/boot/common/
H A Dmultiboot2.c424 char *cmdline, *tail; in insert_cmdline() local
427 tail = strstr(head, prop_opt); in insert_cmdline()
428 if (tail != NULL) { in insert_cmdline()
430 tail += strlen(prop_opt); in insert_cmdline()
431 diff = tail - head; in insert_cmdline()
437 if (tail == NULL) in insert_cmdline()
440 asprintf(&cmdline, "%.*s%s,%s", len, head, prop, tail); in insert_cmdline()
/illumos-gate/usr/src/test/smbclient-tests/tests/smbfs/create/
H A Dtp_create_012.ksh76 tail -f $TMNT/file >/dev/null 2>&1 &

12345678910>>...18