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

/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetisax.c47 static uint32_t auxv_cap_hw[AT_SUN_CAP_HW_MAX]; local
51 auxv_cap_hw[AV_HW1_IDX] =
53 auxv_cap_hw[AV_HW2_IDX] =
60 array[0] = auxv_cap_hw[AV_HW1_IDX];
62 array[1] = auxv_cap_hw[AV_HW2_IDX];
68 if (auxv_cap_hw[AV_HW1_IDX])
70 if (auxv_cap_hw[AV_HW2_IDX])

Completed in 35 milliseconds