Searched refs:lcnt (Results 1 - 15 of 15) sorted by relevance

/freebsd-current/sys/vm/
H A D_vm_phys.h51 int lcnt; member in struct:vm_freelist
H A Dvm_phys.c290 fl[oind].lcnt);
387 fl[order].lcnt++;
395 fl[order].lcnt--;
1850 db_printf(" | %6.6d", fl[oind].lcnt);
/freebsd-current/contrib/nvi/vi/
H A Dv_ulcase.c49 size_t cno, lcnt, len; local
75 lcnt = len - 1;
80 lcnt = cno + cnt - 1;
83 vp->m_final.cno = lcnt + 1;
86 if (ulcase(sp, lno, p, len, cno, lcnt))
H A Dvs_refresh.c166 recno_t lastline, lcnt; local
246 lcnt = vs_sm_nlines(sp, HMAP, LNO, sp->t_maxrows);
247 if (lcnt <= HALFSCREEN(sp))
248 for (; lcnt && sp->t_rows != sp->t_maxrows;
249 --lcnt, ++sp->t_rows) {
257 lcnt = vs_sm_nlines(sp, TMAP, LNO, sp->t_maxrows);
258 if (lcnt <= HALFSCREEN(sp))
259 for (; lcnt && sp->t_rows != sp->t_maxrows;
260 --lcnt, ++sp->t_rows) {
299 lcnt
[all...]
H A Dvs_smap.c1046 size_t lcnt; local
1053 lcnt = vs_screens(sp, p->lno, NULL);
1054 if (lcnt == p->soff) {
1218 recno_t lno, lcnt; local
1228 lcnt = from_sp->soff - 1; /* Correct for off-by-one. */
1229 for (lno = from_sp->lno; --lno >= to_lno && lcnt <= max;)
1230 lcnt += vs_screens(sp, lno, NULL);
1233 lcnt = (vs_screens(sp, lno, NULL) - from_sp->soff) + 1;
1234 for (; ++lno < to_lno && lcnt <= max;)
1235 lcnt
[all...]
/freebsd-current/contrib/nvi/ex/
H A Dex_read.c296 recno_t lcnt, lno; local
312 lcnt = 0;
314 for (lno = fm->lno; !ex_getline(sp, fp, &len); ++lno, ++lcnt) {
315 if ((lcnt + 1) % INTERRUPT_CHECK == 0) {
335 *nlinesp = lcnt;
341 (u_long)lcnt, ccnt);
H A Dex_write.c286 recno_t fline, tline, lcnt; local
316 lcnt = 0;
319 for (; fline <= tline; ++fline, ++lcnt) {
321 if ((lcnt + 1) % INTERRUPT_CHECK == 0) {
368 *nlno = lcnt;
/freebsd-current/usr.bin/split/
H A Dsplit.c278 long lcnt = 0; local
298 } else if (lcnt++ == numlines) {
300 lcnt = 1;
/freebsd-current/sbin/fsck_ffs/
H A Ddir.c451 adjust(struct inodesc *idesc, int lcnt) argument
459 if (DIP(dp, di_nlink) == lcnt) {
486 lcnt--;
489 if (lcnt != 0) {
494 DIP(dp, di_nlink), DIP(dp, di_nlink) - lcnt);
496 if (lcnt < 0) {
505 DIP_SET(dp, di_nlink, DIP(dp, di_nlink) - lcnt);
509 cmd.size = -lcnt;
H A Dfsck.h459 void adjust(struct inodesc *, int lcnt);
/freebsd-current/usr.sbin/pwd_mkdb/
H A Dpwd_mkdb.c530 static int lcnt; local
537 ++lcnt;
546 warnx("line #%d too long", lcnt);
565 warnx("at line #%d", lcnt);
/freebsd-current/sbin/fsdb/
H A Dfsdb.c1092 int lcnt; local
1098 lcnt = strtol(argv[1], &cp, 0);
1103 if (lcnt > USHRT_MAX || lcnt < 0) {
1108 DIP_SET(curinode, di_nlink, lcnt);
/freebsd-current/lib/libc/nameser/
H A Dns_print.c415 int n, lcnt; local
432 lcnt = 0;
437 if (lcnt == 0) {
440 lcnt = 10;
445 lcnt--;
/freebsd-current/sys/ufs/ffs/
H A Dffs_vnops.c1458 int error, i, lcnt; local
1477 for (lcnt = 1, tlen = ea_len - ip->i_ea_len; tlen > 0;) {
1479 lcnt++;
1482 liovec = __builtin_alloca(lcnt * sizeof(struct iovec));
1483 luio.uio_iovcnt = lcnt;
1487 for (i = 1, tlen = ea_len - ip->i_ea_len; i < lcnt; i++) {
/freebsd-current/contrib/elftoolchain/readelf/
H A Dreadelf.c6761 Dwarf_Signed lcnt; local
6766 re->cu_osize, re->cu_ver, &llbuf, &lcnt, &de) != DW_DLV_OK) {
6787 Dwarf_Signed lcnt; local
6883 if ((ret = dwarf_loclist_n(la->la_at, &llbuf, &lcnt, &de)) !=
6897 for (i = 0; i < lcnt; i++) {
6922 for (i = 0; i < lcnt; i++) {

Completed in 230 milliseconds