Searched refs:v_offset (Results 1 – 3 of 3) sorted by relevance
572 V_labl.v_offset = 0L; in main()588 dist = (long)(V_labl.v_offset * BLKSIZ); in main()589 Fs = V_labl.v_offset; in main()944 V_labl.v_offset += rv; in child_copy()1110 V_labl.v_offset += rv; in copy()1578 temp = V_labl.v_offset; in chgreel()1579 V_labl.v_offset /= BUFSIZ; in chgreel()1594 V_labl.v_offset = temp; in chgreel()1597 V_labl.v_offset = temp; in chgreel()
171 int v_offset; /* used with -e and -reel options */ member
356 uint64_t psize, poffset, v_offset; in i_ldc_mem_bind_handle() local467 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()