Searched defs:resync (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/stdio/common/
H A Dfseek.c47 register int resync, c; local
60 resync = offset&01;
63 resync = 0;
72 resync = 0;
76 resync = 0;
78 p = lseek(fileno(iop), offset-resync, ptrname);
80 if (resync && p != -1)
/illumos-gate/usr/src/uts/common/io/lvm/raid/
H A Draid_resync.c31 * DESCRIPTION: RAID driver source file containing routines related to resync
34 * resync_request() - get resync lock if available
35 * release_resync_request() - relinquish resync lock
97 * DESCRIPTION: Release resync active flag and reset unit values accordingly.
127 * DESCRIPTION: Request resync. If resync is available (no current active
128 * resync), mark unit as resync active and initialize.
131 * int column_index - index of column to resync
135 * RETURN: 0 if resync i
436 int resync; local
605 int resync; local
969 int resync; local
[all...]
H A Draid_ioctl.c450 * Increment the raid resync count for cpr
478 * Decrement the raid resync count for cpr
639 * Decrement the raid resync count for cpr
724 * Increment raid resync count for cpr
785 * Decrement the raid resync count for cpr
1477 * PARAMETERS: md_resync_ioctl_t *mrp - pointer to resync data structure
1494 int resync = 0; local
1517 resync++;
1522 ASSERT(!(resync && init && regen));
1532 * If resync i
[all...]

Completed in 99 milliseconds