Searched refs:ftotal (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/pkgmk/
H A Dsplpkgmap.c78 static fsfilcnt_t ftotal; /* files stored on current part */ variable
268 ftotal++;
287 ftotal++;
292 ftotal++;
421 ((ilimit == 0) || ((ftotal + ftemp) < ilimit))) {
436 ftotal += svnodes + 1;
545 volno, btotal, ftotal);
548 if (ftotal > fmax)
549 fmax = ftotal;
551 ftotal
576 progerr(gettext(ERR_VOLFILES), volno, ftotal+1, local
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/crypto/
H A Dimpl.c61 uint64_t dtotal, ftotal, btotal; local
107 dtotal = ftotal = btotal = 0;
120 ftotal += stats.kp_nfails;
127 mdb_printf("total kp_nfails:\t\t%llu\n", ftotal);
/illumos-gate/usr/src/uts/common/crypto/spi/
H A Dkcf_spi.c866 uint64_t dtotal, ftotal, btotal; local
868 dtotal = ftotal = btotal = 0;
872 ftotal += pd->pd_percpu_bins[i].kp_nfails;
877 ks_data->ps_ops_failed.value.ui64 = ftotal;
879 ks_data->ps_ops_passed.value.ui64 = dtotal - ftotal - btotal;

Completed in 48 milliseconds