Searched defs:c_count (Results 1 - 6 of 6) 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/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/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/uts/common/sys/
H A Dddi_impldefs.h973 int c_count; member in struct:ddi_callback
/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...]

Completed in 76 milliseconds