Home
last modified time | relevance | path

Searched refs:v_offset (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.c570 V_labl.v_offset = 0L; in main()
586 dist = (long)(V_labl.v_offset * BLKSIZ); in main()
587 Fs = V_labl.v_offset; in main()
942 V_labl.v_offset += rv; in child_copy()
1108 V_labl.v_offset += rv; in copy()
1576 temp = V_labl.v_offset; in chgreel()
1577 V_labl.v_offset /= BUFSIZ; in chgreel()
1592 V_labl.v_offset = temp; in chgreel()
1595 V_labl.v_offset = temp; in chgreel()
/illumos-gate/usr/src/head/
H A Darchives.h169 int v_offset; /* used with -e and -reel options */ member
/illumos-gate/usr/src/uts/sun4v/io/
H A Dldc_shm.c356 uint64_t psize, poffset, v_offset; in i_ldc_mem_bind_handle() local
467 v_offset = ((uintptr_t)vaddr) & (pg_size - 1); in i_ldc_mem_bind_handle()
469 npages = (len+v_offset)/pg_size; in i_ldc_mem_bind_handle()
470 npages = ((len+v_offset)%pg_size == 0) ? npages : npages+1; in i_ldc_mem_bind_handle()
474 ldcp->id, vaddr, v_align, v_offset, npages); in i_ldc_mem_bind_handle()
585 psize = min((pg_size - v_offset), len); in i_ldc_mem_bind_handle()
586 poffset = v_offset; in i_ldc_mem_bind_handle()