Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dsolaris.c883 int *i32p; local
889 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);
/illumos-gate/usr/src/uts/common/io/
H A Dpm.c1053 int32_t *i32p; in pm_ioctl() local
1068 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()