Searched defs:vcnt (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/profiles/
H A Dprofiles.c106 show_profs_callback(const char *prof, kva_t *pa, void *pflag, void *vcnt) argument
110 int *pcnt = vcnt;
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vis.h128 * There are vcnt lines on the screen, the last being "vcnt - 1".
133 var short vcnt; variable
292 #define LASTLINE LINE(vcnt)
/illumos-gate/usr/src/cmd/vscan/vscand/
H A Dvs_icap.c1356 int i, rv, vcnt; local
1358 (void) sscanf(line, "%d", &vcnt);
1361 (vcnt > VS_MAX_VIOLATIONS) ? VS_MAX_VIOLATIONS : vcnt;
1365 for (i = 0; i < vcnt; i++) {
/illumos-gate/usr/src/uts/sun4u/os/
H A Dcpr_impl.c1508 pgcnt_t npages, pcnt, scnt, vcnt; local
1542 vcnt = 0;
1545 vcnt++;
1555 ppage_count = pcnt - scnt + vcnt;
1557 "find_ppages: pcnt %ld - scnt %ld + vcnt %ld = %ld\n",
1558 pcnt, scnt, vcnt, ppage_count);
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c2083 Half vcnt = vdf->vd_cnt - 1; local
2092 if (vcnt)
2105 if (vcnt) {
2107 for (vcnt--; vcnt; vcnt--,
2168 Half vcnt = vnd->vn_cnt; local
2178 if (vcnt)
2199 if (vcnt) {
2201 for (vcnt
2256 Half vcnt = vnd->vn_cnt; local
[all...]

Completed in 77 milliseconds