Searched refs:int_array (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/cmd/dtrace/test/tst/common/pointers/ |
H A D | tst.ArrayPointer1.d | 45 int int_array[5]; variable 97 int_var3 = &int_array[3]; int_var5 = &int_array[5];
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/ |
H A D | dscpmk.types | 32 params dscp_map int_array 64,0-63
|
H A D | tokenmt.types | 39 params color_map int_array 64,{GREEN=0x01,YELLOW=0x02,RED=0x04}
|
/titanic_50/usr/src/uts/common/io/ |
H A D | consconfig_dacf.c | 497 int *int_array; in consconfig_tem_supported() local 526 DDI_PROP_DONTPASS, "tem-support", &int_array, &nint) == in consconfig_tem_supported() 529 rv = int_array[0] == 1; in consconfig_tem_supported() 530 ddi_prop_free(int_array); in consconfig_tem_supported()
|
H A D | gen_drv.c | 1289 int int_array[] = { 3, 10, 304, 230, 4}; in gen_create_properties() local 1304 int_array, sizeof (int_array) / sizeof (int)) != DDI_PROP_SUCCESS) in gen_create_properties()
|