Searched refs:BUFCNT (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.h53 #define BUFCNT 2 macro
H A Dvolcopy.c82 int Sem_id[BUFCNT], /* semaphore ids for controlling shared memory */
83 Shm_id[BUFCNT], /* shared memory identifier */
84 *Cnts[BUFCNT]; /* an array of byte counts for shared memory */
87 *Buf[BUFCNT]; /* buffer pointers (possibly to shared memory) */
795 for (cnt = 0; cnt < BUFCNT; cnt++) {
950 cur_buf = (cur_buf + 1) % BUFCNT;
1149 for (cnt = 0; cnt < BUFCNT; cnt++) {

Completed in 47 milliseconds