Home
last modified time | relevance | path

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

/titanic_44/usr/src/test/zfs-tests/cmd/rename_dir/
H A Drename_dir.c63 int c_count = 0; in main() local
65 c_count++; in main()
67 c_count++; in main()
68 if (c_count) { in main()
69 (void) fprintf(stderr, "c_count: %d", c_count); in main()
/titanic_44/usr/src/cmd/backup/restore/
H A Dtape.c327 maxino = (unsigned)((spcl.c_count * tp_bsize * NBBY) + 1); in setup()
626 tmpbuf.c_count); in getvol()
627 for (i = tmpbuf.c_count; i > 0; i--) in getvol()
1069 for (i = 0, bufptr = buf; i < spcl.c_count; i++) { in getfile()
1096 for (i++; i < spcl.c_count; i++) in getfile()
1120 size = (offset_t)spcl.c_count * tp_bsize; in getfile()
1410 if ((spcl.c_count < 0) || (spcl.c_count > TP_NINDIR)) { in xtrmap()
1413 spcl.c_count); in xtrmap()
1418 ((spcl.c_count * tp_bsize * NBBY) + 1), NBBY); in xtrmap()
1775 int32_t c_count; in gethead() member
[all …]
/titanic_44/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; in spclrec()
950 &spcl.c_addr[spcl.c_count-leftover], leftover); in rollforward()
1663 spcl.c_count = 0; in otape()
2181 chkpt.sl_count = sp->s_spcl.c_count; in dowrite()
2185 endmp = &recmap[spcl.c_count]; in dowrite()
/titanic_44/usr/src/ucbcmd/shutdown/
H A Dshutdown.c475 int c_count; in getsdt() local
482 for (c_count = 1; ; c_count++) { in getsdt()
485 if (c_count == 1) { in getsdt()
/titanic_44/usr/src/head/protocols/
H A Ddumprestore.h134 int32_t c_count; /* number of valid c_addr entries */ member
/titanic_44/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c242 static short c_count; variable
685 c_count = 0; in main()
702 c_count++; in main()
713 if (c_count == 1) { in main()
793 c_count = colon = acting_on_inode = 0; in main()
1459 if (c_count == 2) { in main()
1566 if (c_count != 2) { in main()
1571 c_count++; in main()
1760 if (c_count == 2) { in main()
3395 c_count = 0; in err()
/titanic_44/usr/src/uts/common/sys/
H A Dddi_impldefs.h985 int c_count; member
/titanic_44/usr/src/uts/common/os/
H A Dsunddi.c4932 list->c_count += count; in callback_insert()
4959 new->c_count = count; in callback_insert()
4999 pending += marker->c_count; in real_callback_run()
5005 ASSERT(list->c_count > 0); in real_callback_run()
5008 count = list->c_count; in real_callback_run()