/titanic_50/usr/src/uts/common/io/ib/clients/rdsv3/ |
H A D | ib_ring.c | 178 uint32_t wr_id, uint32_t oldest) in rdsv3_ib_ring_completed() argument 182 if (oldest <= (unsigned long long)wr_id) in rdsv3_ib_ring_completed() 183 ret = (unsigned long long)wr_id - oldest + 1; in rdsv3_ib_ring_completed() 185 ret = ring->w_nr - oldest + (unsigned long long)wr_id + 1; in rdsv3_ib_ring_completed() 188 "ring %p ret %u wr_id %u oldest %u", ring, ret, wr_id, oldest); in rdsv3_ib_ring_completed()
|
H A D | ib_send.c | 213 uint32_t oldest; in rdsv3_ib_send_cqe_handler() local 231 oldest = rdsv3_ib_ring_oldest(&ic->i_send_ring); in rdsv3_ib_send_cqe_handler() 234 (wc->wc_id & ~RDSV3_IB_SEND_OP), oldest); in rdsv3_ib_send_cqe_handler() 237 send = &ic->i_sends[oldest]; in rdsv3_ib_send_cqe_handler() 295 oldest = (oldest + 1) % ic->i_send_ring.w_nr; in rdsv3_ib_send_cqe_handler()
|
/titanic_50/usr/src/uts/common/fs/ |
H A D | dnlc.c | 1831 dircache_t *dcp, *oldest; in dnlc_dir_reclaim() local 1837 oldest = NULL; in dnlc_dir_reclaim() 1839 if (oldest == NULL) { in dnlc_dir_reclaim() 1840 oldest = dcp; in dnlc_dir_reclaim() 1842 if (dcp->dc_actime < oldest->dc_actime) { in dnlc_dir_reclaim() 1843 oldest = dcp; in dnlc_dir_reclaim() 1848 if (oldest == NULL) { in dnlc_dir_reclaim() 1856 oldest->dc_prev->dc_next = oldest->dc_next; in dnlc_dir_reclaim() 1857 oldest->dc_next->dc_prev = oldest->dc_prev; in dnlc_dir_reclaim() 1858 mutex_enter(&oldest->dc_anchor->dca_lock); in dnlc_dir_reclaim() [all …]
|
/titanic_50/usr/src/lib/libtecla/common/ |
H A D | history.c | 1462 GlhLineNode *oldest; /* The oldest line to display */ in _glh_show_history() local 1508 oldest = glh->list.head; in _glh_show_history() 1512 for(oldest=glh->list.tail; oldest; oldest=oldest->prev) { in _glh_show_history() 1513 if((all_groups || oldest->group == glh->group) && --max_lines <= 0) in _glh_show_history() 1520 if(!oldest) in _glh_show_history() 1521 oldest = glh->list.head; in _glh_show_history() 1526 for(node=oldest; node; node=node->next) { in _glh_show_history() 1777 GlhLineNode *oldest = node->next; /* The oldest line to be kept */ in _glh_limit_history() local 1782 while(glh->list.head && glh->list.head != oldest) in _glh_limit_history() 2103 void _glh_range_of_history(GlHistory *glh, unsigned long *oldest, in _glh_range_of_history() argument [all …]
|
H A D | history.h | 152 void _glh_range_of_history(GlHistory *glh, unsigned long *oldest,
|
H A D | getline.c | 9656 _glh_range_of_history(gl->glh, &range->oldest, &range->newest,
|
/titanic_50/usr/src/cmd/mdb/sun4u/modules/unix/ |
H A D | unix.c | 741 int oldest, i, status; in ttrace_walk_step() local 758 oldest = i; in ttrace_walk_step() 765 tc = &(tw->tw_cpus[oldest]); in ttrace_walk_step() 769 fullrec.ttf_cpu = oldest; in ttrace_walk_step() 1030 int oldest, i, status; in httrace_walk_step() local 1047 oldest = i; in httrace_walk_step() 1054 tc = &(tw->tw_cpus[oldest]); in httrace_walk_step() 1058 fullrec.ttf_cpu = oldest; in httrace_walk_step()
|
/titanic_50/usr/src/cmd/fm/fmdump/common/ |
H A D | fmdump.c | 770 struct fmdump_srlzer_slot *slot, *oldest; in srlzer_choose() local 783 oldest = slot; in srlzer_choose() 789 if (slot->ss_sec < oldest->ss_sec || in srlzer_choose() 790 slot->ss_sec == oldest->ss_sec && in srlzer_choose() 791 slot->ss_nsec < oldest->ss_nsec) { in srlzer_choose() 792 oldest = slot; in srlzer_choose()
|
/titanic_50/usr/src/cmd/svc/configd/ |
H A D | restore_repository.sh | 165 oldest to newest:
|
/titanic_50/usr/src/lib/libtecla/ |
H A D | libtecla.h | 909 unsigned long oldest; /* The sequential entry number of the oldest */ member
|
/titanic_50/usr/src/uts/common/sys/ib/clients/rdsv3/ |
H A D | ib.h | 352 uint32_t wr_id, uint32_t oldest);
|
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | ip_if.c | 2600 uint_t oldest = UINT_MAX; in ill_frag_prune() local 2607 if (ipf != NULL && ipf->ipf_gen < oldest) { in ill_frag_prune() 2608 oldest = ipf->ipf_gen; in ill_frag_prune()
|
/titanic_50/usr/src/cmd/sendmail/cf/ |
H A D | README | 1443 This is the oldest, the worst (but the closest to UUCP) way of
|
/titanic_50/usr/src/cmd/terminfo/ |
H A D | termcap.src | 1853 # only the very oldest VT100s lacked these and there probably aren't any of
|
H A D | terminfo.src | 2107 # only the very oldest VT100s lacked these and there probably aren't any of
|