Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/usr/src/cmd/backup/restore/
H A Dtape.c328 maxino = (unsigned)((spcl.c_count * tp_bsize * NBBY) + 1); in setup()
627 tmpbuf.c_count); in getvol()
628 for (i = tmpbuf.c_count; i > 0; i--) in getvol()
1070 for (i = 0, bufptr = buf; i < spcl.c_count; i++) { in getfile()
1097 for (i++; i < spcl.c_count; i++) in getfile()
1121 size = (offset_t)spcl.c_count * tp_bsize; in getfile()
1407 if ((spcl.c_count < 0) || (spcl.c_count > TP_NINDIR)) { in xtrmap()
1410 spcl.c_count); in xtrmap()
1415 ((spcl.c_count * tp_bsize * NBBY) + 1), NBBY); in xtrmap()
1772 int32_t c_count; in gethead() member
[all …]
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumptraverse.c381 spcl.c_count = 0; in lf_dumpinode()
568 spcl.c_count = count - skip; in lf_blksout()
610 count -= (u_offset_t)(unsigned)spcl.c_count) { in bitmap()
612 spcl.c_count = leftover; in bitmap()
616 spcl.c_count = count > TP_NINDIR ? TP_NINDIR : count; in bitmap()
619 for (i = 0; i < spcl.c_count; i++, cp += tp_bsize) in bitmap()
H A Ddumptape.c598 spcl.c_count = 1; in spclrec()
896 &spcl.c_addr[spcl.c_count-leftover], leftover); in rollforward()
1590 spcl.c_count = 0; in otape()
2092 chkpt.sl_count = sp->s_spcl.c_count; in dowrite()
2095 endmp = &recmap[spcl.c_count]; in dowrite()
/illumos-gate/usr/src/ucbcmd/shutdown/
H A Dshutdown.c473 int c_count; in getsdt() local
480 for (c_count = 1; ; c_count++) { in getsdt()
483 if (c_count == 1) { in getsdt()
/illumos-gate/usr/src/head/protocols/
H A Ddumprestore.h132 int32_t c_count; /* number of valid c_addr entries */ member
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c232 static short c_count; variable
675 c_count = 0; in main()
692 c_count++; in main()
703 if (c_count == 1) { in main()
783 c_count = colon = acting_on_inode = 0; in main()
1449 if (c_count == 2) { in main()
1556 if (c_count != 2) { in main()
1561 c_count++; in main()
1750 if (c_count == 2) { in main()
3385 c_count = 0; in err()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dbtree.c409 uint32_t c_count = count + (shape == BSS_TRAPEZOID ? 1 : 0); in bt_shift_core() local
410 bmov(c_start, c_out, c_count * sizeof (*c_start)); in bt_shift_core()
533 uint32_t c_count = count + (shape == BSS_TRAPEZOID ? 1 : 0); in bt_transfer_core() local
536 c_count * sizeof (*source->btc_children)); in bt_transfer_core()
/illumos-gate/usr/src/uts/common/sys/
H A Dddi_impldefs.h997 int c_count; member
/illumos-gate/usr/src/uts/common/os/
H A Dsunddi.c4863 list->c_count += count; in callback_insert()
4890 new->c_count = count; in callback_insert()
4930 pending += marker->c_count; in real_callback_run()
4936 ASSERT(list->c_count > 0); in real_callback_run()
4939 count = list->c_count; in real_callback_run()