Home
last modified time | relevance | path

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

/titanic_50/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++) { in mem_setup()
950 cur_buf = (cur_buf + 1) % BUFCNT; in child_copy()
1149 for (cnt = 0; cnt < BUFCNT; cnt++) { in cleanup()