Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ptools/pargs/
H A Dpargs.c597 uint32_t *arr32 = safe_zalloc(nelems * sizeof (uint32_t)); in read_ptr_array() local
599 res = Pread(datap->pd_proc, arr32, nelems * sizeof (uint32_t), in read_ptr_array()
603 buf[i] = arr32[i]; in read_ptr_array()
605 free(arr32); in read_ptr_array()