Home
last modified time | relevance | path

Searched refs:cur_buf (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.c906 int rv, cur_buf, left, have, tpcnt; in child_copy() local
914 cur_buf = 0; in child_copy()
916 if (semop(Sem_id[cur_buf], &Sem_buf, 1) < 0) in child_copy()
918 left = *Cnts[cur_buf]; in child_copy()
921 c_p = Buf[cur_buf]; in child_copy()
948 if (semop(Sem_id[cur_buf], &Sem_buf, 1) < 0) in child_copy()
950 cur_buf = (cur_buf + 1) % BUFCNT; in child_copy()
963 int rv, left, have, tpcnt, cur_buf; in parent_copy() local
976 cur_buf = 0; in parent_copy()
980 if (semop(Sem_id[cur_buf], &Sem_buf, 1) < 0) in parent_copy()
[all …]
/titanic_41/usr/src/cmd/format/
H A Dmain.c352 if ((char *)cur_buf != NULL) {
353 destroy_data((char *)cur_buf);
354 cur_buf = NULL;
443 cur_buf = (void *) zalloc(BUF_SECTS * cur_blksz);
H A Danalyze.c621 blkcnt, (caddr_t)cur_buf, driver_flags, xfercntp);
682 blkcnt, (caddr_t)cur_buf, driver_flags, xfercntp);
698 blkcnt, (caddr_t)cur_buf, F_NORMAL, xfercntp))
H A Ddisk_generic.c100 status = generic_rdwr(DIR_READ, cur_file, 0, 4, (caddr_t)cur_buf, in generic_ck_format()
H A Dglobal.h117 void *cur_buf; /* current disk's I/O buffer */ variable
H A Dmenu_analyze.c193 *((int *)((int *)cur_buf + i + j))); in a_print()
H A Dctlr_scsi.c320 (caddr_t)cur_buf, F_SILENT, NULL); in scsi_ck_format()