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

/opensolaris-onvv-gate/usr/src/uts/common/inet/ipf/
H A Dsolaris.c728 int *i32p; local
734 i32p = NULL;
736 0, name, &i32p, &one);
748 if (*i32p >= ipft->ipft_min &&
749 *i32p <= ipft->ipft_max) {
751 *ipft->ipft_pint = *i32p;
753 *ipft->ipft_plong = *i32p;
757 ddi_prop_free(i32p);
/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dpm.c1053 int32_t *i32p; local
1068 i32p = (int32_t *)(uintptr_t)req32.data;
1069 i < icount; i++, i32p++) {
1070 if (ddi_copyin((void *)i32p, &int32buf,

Completed in 107 milliseconds