Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/vi/
H A Dvs_msg.c425 if (vip->totalcount == 1) { in vs_output()
431 ++vip->totalcount; in vs_output()
436 --vip->totalcount; in vs_output()
441 if (vip->totalcount != 0) in vs_output()
445 ++vip->totalcount; in vs_output()
609 if (vip->totalcount > 1) { in vs_ex_resolve()
612 ev.e_flno = vip->totalcount >= in vs_ex_resolve()
692 switch (vip->totalcount) { in vs_resolve()
716 ev.e_flno = vip->totalcount >= in vs_resolve()
755 (void)gp->scr_move(sp, vip->totalcount < in vs_scroll()
[all …]
H A Dvi.h247 size_t totalcount; /* 1-N: Output overwrite count. */ member
H A Dvs_line.c60 if (!F_ISSET(sp, SC_TINPUT_INFO) && VIP(sp)->totalcount > 1) in vs_line()
H A Dv_txt.c490 fc.e_flno = vip->totalcount >= in v_txt()
491 sp->rows ? 1 : sp->rows - vip->totalcount; in v_txt()
493 vip->linecount = vip->lcontinue = vip->totalcount = 0; in v_txt()
1386 if ((vip->totalcount != 0 || F_ISSET(gp, G_BELLSCHED)) && in v_txt()
H A Dvs_smap.c123 (F_ISSET(sp, SC_SCR_EXWROTE) || VIP(sp)->totalcount > 1)) { in vs_change()
/freebsd/usr.sbin/adduser/
H A Drmuser.sh61 totalcount=0
72 totalcount=$(($totalcount + $filecount))
74 ! verbose && [ $totalcount -ne 0 ] && echo -n " files($totalcount)"
/freebsd/include/rpcsvc/
H A Dnfs_prot.x195 unsigned totalcount; /* total read count (from this offset)*/ member
220 unsigned totalcount; /* total write count (to this offset)*/ member
/freebsd/sys/cam/nvme/
H A Dnvme_da.c1076 uint32_t totalcount = 0, ranges = 0; in ndastart() local
1108 totalcount += dsm_range->length; in ndastart()
1122 softc->trim_lbas += totalcount; in ndastart()
/freebsd/sys/cam/scsi/
H A Dscsi_da.c4007 uint64_t totalcount = 0; in da_delete_unmap() local
4047 totalcount += c; in da_delete_unmap()
4053 totalcount -= lastcount; in da_delete_unmap()
4058 totalcount -= c; in da_delete_unmap()
4080 if (totalcount + c > softc->unmap_max_lba || in da_delete_unmap()
4086 totalcount + c, softc->unmap_max_lba, in da_delete_unmap()
4093 totalcount += c; in da_delete_unmap()
4103 totalcount + bp1->bio_bcount / in da_delete_unmap()
4135 softc->trim_lbas += totalcount; in da_delete_unmap()