Home
last modified time | relevance | path

Searched refs:wordcnt (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/libadm/common/
H A Dputtext.c53 int width, i, n, force, wordcnt; in puttext() local
89 wordcnt = 0; in puttext()
135 wordcnt++; in puttext()
142 wordcnt++; in puttext()
148 wordcnt++; in puttext()
187 wordcnt++; in puttext()
242 wordcnt++; in puttext()
286 if (wordcnt) in puttext()
289 wordcnt = 0; in puttext()
/titanic_41/usr/src/uts/common/io/lvm/raid/
H A Draid.c2388 size_t wordcnt; in genstandardparity() local
2394 wordcnt = cs->cs_bcount / sizeof (uint_t); in genstandardparity()
2404 while (wordcnt--) { in genstandardparity()
2419 while (wordcnt--) { in genstandardparity()
2450 size_t wordcnt; in genlineparity() local
2463 wordcnt = count / sizeof (uint_t); in genlineparity()
2469 while (wordcnt--) { in genlineparity()
2483 while (wordcnt--) { in genlineparity()
2508 wordcnt = count / sizeof (uint_t); in genlineparity()
2522 while (wordcnt--) { in genlineparity()
[all …]
H A Draid_replay.c421 size_t wordcnt; in genchecksum() local
424 wordcnt = bcount / sizeof (uint_t); in genchecksum()
427 while (wordcnt--) { in genchecksum()