Searched defs:cur_buf (Results 1 - 2 of 2) sorted by relevance
| /illumos-gate/usr/src/cmd/format/ |
| H A D | global.h | 117 void *cur_buf; /* current disk's I/O buffer */ variable
|
| /illumos-gate/usr/src/cmd/fs.d/ufs/volcopy/ |
| H A D | volcopy.c | 906 int rv, cur_buf, left, have, tpcnt; local 914 cur_buf = 0; 916 if (semop(Sem_id[cur_buf], &Sem_buf, 1) < 0) 918 left = *Cnts[cur_buf]; 921 c_p = Buf[cur_buf]; 948 if (semop(Sem_id[cur_buf], &Sem_buf, 1) < 0) 950 cur_buf = (cur_buf + 1) % BUFCNT; 963 int rv, left, have, tpcnt, cur_buf; local 976 cur_buf [all...] |
Completed in 47 milliseconds