Searched refs:cur_off (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/sgs/link_audit/common/
H A Dbindings.c439 unsigned int cur_off; local
448 cur_off = bhp->bh_bkts[bktno].bb_head;
451 cur_off);
452 while (cur_off && (strcmp_res = strcmp((char *)bhp +
454 prev_off = cur_off;
455 cur_off = cur_bep->be_next;
458 cur_off);
460 if (cur_off && (strcmp_res == 0)) {
469 while (cur_off && (strcmp_res = strcmp((char *)bhp +
471 prev_off = cur_off;
[all...]
/opensolaris-onvv-gate/usr/src/common/fs/
H A Dhsfs.c765 uint_t cur_off = 0; local
772 while (cur_off < blk_len) {
773 susp = (char *)(bufp + cur_off);
817 cur_off += susp_len;
/opensolaris-onvv-gate/usr/src/stand/lib/fs/hsfs/
H A Dhsfsops.c865 uint_t cur_off = 0; local
871 while (cur_off < blk_len) {
872 susp = (uchar_t *)(bufp + cur_off);
941 cur_off += susp_len;
947 cur_off = blk_len;
/opensolaris-onvv-gate/usr/src/cmd/lvm/rpc.metamedd/
H A Dmed_db.c552 off_t cur_off; local
611 if ((cur_off = lseek(dbfd, 0, SEEK_CUR)) == -1) {
658 if (medrp->med_rec_foff != cur_off) {
/opensolaris-onvv-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_sp.c1847 sp_ext_offset_t cur_off; local
1858 if ((cur_off = meta_sp_get_start(sp, compnp, ep)) == MD_DISKADDR_ERROR)
1862 if (meta_sp_read_wm(sp, compnp, &wm, cur_off, ep) != 0) {
1938 meta_sp_list_insert(spsetp, np, extlist, cur_off,
1946 cur_off += wm.wm_length + 1;

Completed in 194 milliseconds