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

/illumos-gate/usr/src/test/zfs-tests/cmd/rename_dir/
H A Drename_dir.c63 int c_count = 0; local
65 c_count++;
67 c_count++;
68 if (c_count) {
69 (void) fprintf(stderr, "c_count: %d", c_count);
/illumos-gate/usr/src/head/protocols/
H A Ddumprestore.h134 int32_t c_count; /* number of valid c_addr entries */ member in struct:u_spcl::s_spcl
/illumos-gate/usr/src/cmd/backup/restore/
H A Dtape.c327 maxino = (unsigned)((spcl.c_count * tp_bsize * NBBY) + 1);
626 tmpbuf.c_count);
627 for (i = tmpbuf.c_count; i > 0; i--)
1069 for (i = 0, bufptr = buf; i < spcl.c_count; i++) {
1096 for (i++; i < spcl.c_count; i++)
1120 size = (offset_t)spcl.c_count * tp_bsize;
1410 if ((spcl.c_count < 0) || (spcl.c_count > TP_NINDIR)) {
1412 gettext("xtrmap: illegal c_count field (%d)\n"),
1413 spcl.c_count);
1775 int32_t c_count; member in struct:u_ospcl::s_ospcl
[all...]
/illumos-gate/usr/src/ucbcmd/shutdown/
H A Dshutdown.c475 int c_count; local
482 for (c_count = 1; ; c_count++) {
485 if (c_count == 1) {
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumptraverse.c403 spcl.c_count = 0;
596 spcl.c_count = count - skip;
640 count -= (u_offset_t)(unsigned)spcl.c_count) {
642 spcl.c_count = leftover;
646 spcl.c_count = count > TP_NINDIR ? TP_NINDIR : count;
649 for (i = 0; i < spcl.c_count; i++, cp += tp_bsize)
H A Ddumptape.c641 spcl.c_count = 1;
950 &spcl.c_addr[spcl.c_count-leftover], leftover);
1663 spcl.c_count = 0;
2181 chkpt.sl_count = sp->s_spcl.c_count;
2185 endmp = &recmap[spcl.c_count];
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c242 static short c_count; variable
685 c_count = 0;
702 c_count++;
713 if (c_count == 1) {
793 c_count = colon = acting_on_inode = 0;
1459 if (c_count == 2) {
1566 if (c_count != 2) {
1571 c_count++;
1760 if (c_count == 2) {
3395 c_count
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dddi_impldefs.h973 int c_count; member in struct:ddi_callback
/illumos-gate/usr/src/uts/common/os/
H A Dsunddi.c4932 list->c_count += count;
4959 new->c_count = count;
4999 pending += marker->c_count;
5005 ASSERT(list->c_count > 0);
5008 count = list->c_count;

Completed in 116 milliseconds