Searched refs:totalcount (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/contrib/nvi/vi/
H A Dvs_msg.c81 if (vip->totalcount != 0 || vip->busy_ref != 1)
108 if (vip->totalcount == 0 && vip->busy_ref == 0) {
115 if (vip->totalcount != 0 || vip->busy_ref == 0)
425 if (vip->totalcount == 1) {
431 ++vip->totalcount;
434 if (vip->totalcount == sp->t_maxrows &&
436 --vip->totalcount;
441 if (vip->totalcount != 0)
445 ++vip->totalcount;
552 if (!F_ISSET(sp, SC_EX_WAIT_YES) && vip->totalcount <
[all...]
H A Dvi.h247 size_t totalcount; /* 1-N: Output overwrite count. */ member in struct:_vi_private
H A Dvs_line.c60 if (!F_ISSET(sp, SC_TINPUT_INFO) && VIP(sp)->totalcount > 1)
H A Dv_txt.c490 fc.e_flno = vip->totalcount >=
491 sp->rows ? 1 : sp->rows - vip->totalcount;
493 vip->linecount = vip->lcontinue = vip->totalcount = 0;
1386 if ((vip->totalcount != 0 || F_ISSET(gp, G_BELLSCHED)) &&
H A Dvs_smap.c123 (F_ISSET(sp, SC_SCR_EXWROTE) || VIP(sp)->totalcount > 1)) {
/freebsd-current/usr.sbin/adduser/
H A Drmuser.sh61 totalcount=0
72 totalcount=$(($totalcount + $filecount))
74 ! verbose && [ $totalcount -ne 0 ] && echo -n " files($totalcount)"
/freebsd-current/include/rpcsvc/
H A Dnfs_prot.x195 unsigned totalcount; /* total read count (from this offset)*/
220 unsigned totalcount; /* total write count (to this offset)*/
/freebsd-current/sys/cam/nvme/
H A Dnvme_da.c1076 uint32_t totalcount = 0, ranges = 0; local
1108 totalcount += dsm_range->length;
1122 softc->trim_lbas += totalcount;
/freebsd-current/sys/cam/scsi/
H A Dscsi_da.c4007 uint64_t totalcount = 0; local
4047 totalcount += c;
4053 totalcount -= lastcount;
4058 totalcount -= c;
4080 if (totalcount + c > softc->unmap_max_lba ||
4086 totalcount + c, softc->unmap_max_lba,
4093 totalcount += c;
4103 totalcount + bp1->bio_bcount /
4135 softc->trim_lbas += totalcount;

Completed in 205 milliseconds