Home
last modified time | relevance | path

Searched refs:entno (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/uts/common/fs/cachefs/
H A Dcachefs_resource.c82 enum cachefs_rl_type type, uint_t entno, size_t blks) in cachefs_rlent_moveto() argument
86 cachefs_rlent_moveto_nolock(cachep, type, entno, blks); in cachefs_rlent_moveto()
92 enum cachefs_rl_type type, uint_t entno, size_t blks) in cachefs_rlent_moveto_nolock() argument
100 ASSERT(entno != 0); in cachefs_rlent_moveto_nolock()
105 error = cachefs_rl_entry_get(cachep, entno, &rl_ent); in cachefs_rlent_moveto_nolock()
125 if (lhp->rli_back == entno) in cachefs_rlent_moveto_nolock()
127 if (lhp->rli_front == entno) in cachefs_rlent_moveto_nolock()
147 error = cachefs_rl_entry_get(cachep, entno, &rl_ent); in cachefs_rlent_moveto_nolock()
159 rl_ent->rl_bkwd_idx = entno; in cachefs_rlent_moveto_nolock()
162 lhp->rli_front = entno; in cachefs_rlent_moveto_nolock()
[all …]
/titanic_44/usr/src/cmd/fs.d/cachefs/fsck/
H A Dres.c68 void res_rlent_moveto(res *resp, enum cachefs_rl_type type, uint_t entno,
226 res_rlent_get(res *resp, uint_t entno) in res_rlent_get() argument
231 precond((entno >= MININDEX) && (entno < resp->p_totentries)); in res_rlent_get()
233 whichwindow = entno / CACHEFS_RLPMBS; in res_rlent_get()
234 winoffset = entno % CACHEFS_RLPMBS; in res_rlent_get()
656 res_rlent_moveto(res *resp, enum cachefs_rl_type type, uint_t entno, long blks) in res_rlent_moveto() argument
664 precond((entno >= MININDEX) && (entno < resp->p_totentries)); in res_rlent_moveto()
666 rl_ent = res_rlent_get(resp, entno); in res_rlent_moveto()
680 if (lhp->rli_back == entno) in res_rlent_moveto()
682 if (lhp->rli_front == entno) in res_rlent_moveto()
[all …]
/titanic_44/usr/src/cmd/trapstat/sun4/
H A Dtrapstat.c326 int entno; in print_entries() local
336 for (entno = 0; entno < TSTAT_NENT; entno++) { in print_entries()
339 if ((gtp = get_trap_ent(entno)) == NULL) in print_entries()
346 entno, entno, in print_entries()
355 ulong_t entno; in select_entry() local
362 entno = strtoul(entry, &end, 0); in select_entry()
365 if (entno >= TSTAT_NENT) in select_entry()
368 for (entno = 0; entno < TSTAT_NENT; entno++) { in select_entry()
371 if ((gtp = get_trap_ent(entno)) == NULL) in select_entry()
381 if (entno == TSTAT_NENT) in select_entry()
[all …]
/titanic_44/usr/src/uts/sun4/io/
H A Dtrapstat.c1244 trapstat_tlbent(tstat_percpu_t *tcpu, int entno) in trapstat_tlbent() argument
1250 int itlb = entno == TSTAT_ENT_ITLBMISS; in trapstat_tlbent()
1253 int itlb = (entno == TSTAT_ENT_IMMUMISS || entno == TSTAT_ENT_ITLBMISS); in trapstat_tlbent()
1262 int entoffs = entno << TSTAT_ENT_SHIFT; in trapstat_tlbent()
1370 ASSERT(entno == TSTAT_ENT_ITLBMISS || entno == TSTAT_ENT_DTLBMISS); in trapstat_tlbent()
1375 ASSERT(entno == TSTAT_ENT_ITLBMISS || entno == TSTAT_ENT_DTLBMISS || in trapstat_tlbent()
1376 entno == TSTAT_ENT_IMMUMISS || entno == TSTAT_ENT_DMMUMISS); in trapstat_tlbent()
1378 stat = TSTAT_CPU0_TLBDATA_OFFS(tcpu, tdata_traps[entno]); in trapstat_tlbent()
/titanic_44/usr/src/lib/smbsrv/libmlsvc/common/
H A Deventlog_svc.c422 logr_get_entry(logr_info_t *linfo, int entno) in logr_get_entry() argument
424 return (&linfo->li_entry[entno]); in logr_get_entry()
/titanic_44/usr/src/uts/common/sys/fs/
H A Dcachefs_fs.h1199 enum cachefs_rl_type type, uint_t entno, size_t);
1203 void cachefs_rl_changefileno(cachefscache_t *cachep, uint_t entno,