Home
last modified time | relevance | path

Searched refs:tail (Results 126 – 150 of 432) sorted by relevance

12345678910>>...18

/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_expand/
H A Dzpool_expand_002_pos.ksh84 typeset zfs_prev_size=$(zfs get -p avail $TESTPOOL1 | tail -1 | \
100 typeset zfs_expand_size=$(zfs get -p avail $TESTPOOL1 | tail -1 | \
/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_arbel_hw.c1044 uint32_t head, tail, next_tail, qsize_msk; in dapli_arbel_post_send() local
1064 tail = qp->qp_sq_wqhdr->wq_tail; in dapli_arbel_post_send()
1081 next_tail = (tail + 1) & qsize_msk; in dapli_arbel_post_send()
1090 wqe_addr = TAVOR_QP_SQ_ENTRY(qp, tail); in dapli_arbel_post_send()
1107 desc = TAVOR_QP_SQ_DESC(qp, tail); in dapli_arbel_post_send()
1182 uint32_t head, tail, next_tail, qsize_msk; in dapli_arbel_post_recv() local
1197 tail = qp->qp_rq_wqhdr->wq_tail; in dapli_arbel_post_recv()
1221 next_tail = (tail + 1) & qsize_msk; in dapli_arbel_post_recv()
1227 desc = TAVOR_QP_RQ_DESC(qp, tail); in dapli_arbel_post_recv()
1229 wqe_addr = TAVOR_QP_RQ_ENTRY(qp, tail); in dapli_arbel_post_recv()
H A Ddapl_tavor_wr.c129 uint32_t head, tail, size; in dapli_tavor_wrid_find_match() local
173 tail = container->wl_tail; in dapli_tavor_wrid_find_match()
175 while ((head != tail) || (container->wl_full)) { in dapli_tavor_wrid_find_match()
199 if (head == tail) { in dapli_tavor_wrid_find_match()
263 uint32_t tail, next_tail; in dapli_tavor_wrid_find_match_srq() local
283 tail = wl->wl_freel_tail; in dapli_tavor_wrid_find_match_srq()
285 next_tail = (tail + 1) & qsize_msk; in dapli_tavor_wrid_find_match_srq()
291 wl->wl_free_list[tail] = wqe_addr; in dapli_tavor_wrid_find_match_srq()
H A Ddapl_hermon_hw.c1082 uint32_t head, tail, next_tail, qsize_msk; in dapli_hermon_post_send() local
1102 tail = qp->qp_sq_wqhdr->wq_tail; in dapli_hermon_post_send()
1119 next_tail = (tail + 1) & qsize_msk; in dapli_hermon_post_send()
1128 wqe_addr = TAVOR_QP_SQ_ENTRY(qp, tail); in dapli_hermon_post_send()
1145 desc = TAVOR_QP_SQ_ENTRY(qp, tail); in dapli_hermon_post_send()
1239 uint32_t head, tail, next_tail, qsize_msk; in dapli_hermon_post_recv() local
1254 tail = qp->qp_rq_wqhdr->wq_tail; in dapli_hermon_post_recv()
1278 next_tail = (tail + 1) & qsize_msk; in dapli_hermon_post_recv()
1284 wqe_addr = TAVOR_QP_RQ_ENTRY(qp, tail); in dapli_hermon_post_recv()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dconf.sh71 tail='#include "FEATURE/param"'
806 ${tail}
835 ${tail}
876 ${tail}
1114 ${tail}
1129 ${tail}
1276 ${tail}
1567 ${tail}
/illumos-gate/usr/src/cmd/msgfmt/
H A Dxgettext.c1052 struct strlist_st *tail; in read_exclude_file() local
1080 tail = tmp_excl->exstr; in read_exclude_file()
1093 tail->next = new_strlist(); in read_exclude_file()
1094 tail->next->str = strdup(line); in read_exclude_file()
1095 tail = tail->next; in read_exclude_file()
1104 tail = tmp_excl->exstr; in read_exclude_file()
1105 while (tail != NULL) { in read_exclude_file()
1106 printf("%s###\n", tail->str); in read_exclude_file()
1107 tail = tail->next; in read_exclude_file()
/illumos-gate/usr/src/uts/common/io/qede/
H A Dqede_fp.h154 u16 tail; member
169 u16 tail; member
/illumos-gate/usr/src/cmd/ast/libshell/common/tests/
H A Dsun_solaris_builtin_tail.sh123 builtin tail || err_exit "tail builtin not found"
292 (trap "" PIPE ; print -r -- "${tc.input}") | tail "${argv[@]}"
477 outstr=$(/usr/bin/tail "${OUTFILE}") || err_exit "tail returned non-zero exit code $?"
/illumos-gate/usr/src/psm/stand/cpr/sparcv9/sun4u/
H A Dpages.c99 caddr_t vaddr, tail; in mapin_buf_pages() local
110 for (tail = vaddr + bytes; vaddr < tail; vaddr += MMU_PAGESIZE) { in mapin_buf_pages()
H A Dcprboot.c124 char *cp, *tail, *argp, **argv; in get_bootargs() local
129 tail = cb_argbuf + prom_strlen(cb_argbuf); in get_bootargs()
136 for (cp = argp = cb_argbuf; cp <= tail; cp++) { in get_bootargs()
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_impl.c187 ibcm_state_data_t *tail; member
223 ibcm_state_data_t *tail; member
1445 if (ibcm_open.tail == statep) { in ibcm_open_done()
1449 ibcm_open.tail = tmp; in ibcm_open_done()
1500 ibcm_open.tail->open_link = statep; in ibcm_open_enqueue()
1501 ibcm_open.tail = statep; in ibcm_open_enqueue()
1525 if (ibcm_open.tail == statep) in ibcm_open_dequeue()
1526 ibcm_open.tail = &ibcm_open.head; in ibcm_open_dequeue()
1583 ibcm_open.tail = &ibcm_open.head; in ibcm_rc_flow_control_init()
1733 ibcm_close.tail = statep; in ibcm_close_enqueue()
[all …]
/illumos-gate/usr/src/uts/i86pc/io/apix/
H A Dapix_intr.c83 struct autovec **tail = apixp->x_intr_tail; in apix_insert_pending_av() local
86 if (tail[ipl] == NULL) { in apix_insert_pending_av()
87 head[ipl] = tail[ipl] = avp; in apix_insert_pending_av()
91 tail[ipl]->av_ipl_link = avp; in apix_insert_pending_av()
92 tail[ipl] = avp; in apix_insert_pending_av()
104 struct autovec **tail = apixp->x_intr_tail; in apix_remove_pending_av() local
125 tail[ipl] = NULL; in apix_remove_pending_av()
/illumos-gate/usr/src/lib/libtecla/common/
H A Dpcache.c155 PathNode *tail; /* The tail of the list of directories in the */ member
286 pc->tail = NULL; in new_PathCache()
383 pc->tail = NULL; in del_PathCache()
480 pc->head = pc->tail = NULL; in pca_clear_cache()
863 pc->tail->next = node; in add_PathNode()
864 pc->tail = node; in add_PathNode()
866 pc->head = pc->tail = node; in add_PathNode()
/illumos-gate/usr/src/cmd/boot/scripts/
H A Dupdate_grub.ksh89 rootpool=`df -k ${ALT_ROOT:-/} | tail +2 | cut -d/ -f1`
90 rootdevlist=`LC_ALL=C zpool iostat -v "$rootpool" | tail +5 |
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dtrap_table.S289 #define SPILL_32bit(tail) \ argument
311 ba,a,pt %xcc, fault_32bit_##tail ;\
349 ba,a,pt %xcc, fault_32bit_##tail ;\
353 ba,a,pt %xcc, fault_32bit_##tail ;\
364 #define FILL_32bit(tail) \ argument
386 ba,a,pt %xcc, fault_32bit_##tail ;\
424 ba,a,pt %xcc, fault_32bit_##tail ;\
433 #define SPILL_64bit(tail) \ argument
457 #define SPILL_64bit_ktt1(tail) \ argument
462 #define SPILL_mixed_ktt1(tail) \ argument
[all …]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/bootfs/
H A Dbootfs_006_pos.ksh64 VAL=$(zpool get bootfs $POOL | tail -1 | awk '{print $3}' )
78 VAL=$(zpool get bootfs $POOL | tail -1 | awk '{print $3}' )
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dhtable.c426 if (tab->tail == NULL) { in new_uid()
427 tab->tail = x; in new_uid()
505 tab->tail = NULL; in uid_insert()
642 tab->tail = NULL; in htab_create()
928 tab->tail->n = x; in htab_remove()
932 tab->tail = x; in htab_remove()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dmain.c109 static char *tail(char *);
501 cp = argc == 2 ? tail(targ) : argv[1]; in put()
522 argtail = tail(argv[n]); in put()
621 cp = argc == 3 ? argv[2] : tail(src); in get()
635 cp = tail(src); /* new .. jdg */ in get()
744 tail(char *filename) in tail() function
/illumos-gate/usr/src/uts/sun4u/opl/os/
H A Dopl.c328 struct memlist *head, *tail, *new; in opl_memlist_per_board() local
332 head = tail = NULL; in opl_memlist_per_board()
345 if (tail) { in opl_memlist_per_board()
346 tail->ml_next = new; in opl_memlist_per_board()
347 new->ml_prev = tail; in opl_memlist_per_board()
349 tail = new; in opl_memlist_per_board()
/illumos-gate/usr/src/cmd/initpkg/
H A Dumountall.sh385 if [ ! -x /usr/bin/tail ]; then
398 error=`tail -r $MNTTAB | doumounts`
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dbuffer_list.c372 struct sharepnt_ent *tail; in findsharepnt() local
377 tail = sep; in findsharepnt()
379 *se_tail = tail; in findsharepnt()
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_rx.c317 mblk_t **tail; in nge_recv_ring() local
327 tail = &head; in nge_recv_ring()
383 *tail = mp; in nge_recv_ring()
384 tail = &mp->b_next; in nge_recv_ring()
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dtrap_table.S296 #define SPILL_32bit(tail) \ argument
318 ba,a,pt %xcc, fault_32bit_##tail ;\
356 ba,a,pt %xcc, fault_32bit_##tail ;\
390 ba,a,pt %xcc, fault_32bit_##tail ;\
400 #define FILL_32bit(tail) \ argument
422 ba,a,pt %xcc, fault_32bit_##tail ;\
460 ba,a,pt %xcc, fault_32bit_##tail ;\
494 ba,a,pt %xcc, fault_32bit_##tail ;\
503 #define SPILL_64bit(tail) \ argument
524 ba,a,pt %xcc, fault_64bit_##tail ;\
[all …]
/illumos-gate/usr/src/uts/common/io/
H A Dstrsun.c251 mblk_t *head = NULL, **tail = &head; in mcopyinuio() local
288 *tail = mp; in mcopyinuio()
289 tail = &mp->b_cont; in mcopyinuio()
/illumos-gate/usr/src/tools/smatch/src/smatch_data/db/
H A Ddelete_too_common_fn_ptr.sh7 sqlite3 $db_file | sort -n | tail -n 100 | \

12345678910>>...18