Lines Matching refs:ptrs
3372 uint64_t *ptrs; in nmreq_copyin() local
3418 ptrs = (uint64_t*)p; in nmreq_copyin()
3419 *ptrs++ = hdr->nr_body; in nmreq_copyin()
3420 *ptrs++ = hdr->nr_options; in nmreq_copyin()
3421 p = (char *)ptrs; in nmreq_copyin()
3453 ptrs = (uint64_t *)p; in nmreq_copyin()
3454 opt = (struct nmreq_option *)(ptrs + 1); in nmreq_copyin()
3462 *ptrs = opt->nro_next; in nmreq_copyin()
3545 uint64_t *ptrs; in nmreq_copyout() local
3553 ptrs = (uint64_t *)ker - 2; in nmreq_copyout()
3554 bufstart = ptrs; in nmreq_copyout()
3555 hdr->nr_body = *ptrs++; in nmreq_copyout()
3557 hdr->nr_options = *ptrs; in nmreq_copyout()
3577 ptrs = (uint64_t *)src - 1; in nmreq_copyout()
3578 src->nro_next = *ptrs; in nmreq_copyout()
3600 dst = (struct nmreq_option *)(uintptr_t)*ptrs; in nmreq_copyout()