Searched defs:int_array (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dconsconfig_dacf.c497 int *int_array; local
526 DDI_PROP_DONTPASS, "tem-support", &int_array, &nint) ==
529 rv = int_array[0] == 1;
530 ddi_prop_free(int_array);
H A Dgen_drv.c1289 int int_array[] = { 3, 10, 304, 230, 4}; local
1304 int_array, sizeof (int_array) / sizeof (int)) != DDI_PROP_SUCCESS)

Completed in 50 milliseconds