Searched refs:i32p (Results 1 – 2 of 2) sorted by relevance
883 int *i32p; local889 i32p = NULL;891 0, name, &i32p, &one);903 if (*i32p >= ipft->ipft_min &&904 *i32p <= ipft->ipft_max) {906 *ipft->ipft_pint = *i32p;908 *ipft->ipft_plong = *i32p;912 ddi_prop_free(i32p);
1053 int32_t *i32p; in pm_ioctl() local1068 i32p = (int32_t *)(uintptr_t)req32.data; in pm_ioctl()1069 i < icount; i++, i32p++) { in pm_ioctl()1070 if (ddi_copyin((void *)i32p, &int32buf, in pm_ioctl()