HomeSort by: relevance | last modified time | path
    Searched refs:index_be (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
apple_smc.c 374 union { uint32_t u32; char name[4]; } index_be;
389 index_be.u32 = htobe32(index);
390 error = apple_smc_input(smc, APPLE_SMC_CMD_NTH_KEY, index_be.name,
370 union { uint32_t u32; char name[4]; } index_be; local in function:apple_smc_nth_key
apple_smc.c 374 union { uint32_t u32; char name[4]; } index_be;
389 index_be.u32 = htobe32(index);
390 error = apple_smc_input(smc, APPLE_SMC_CMD_NTH_KEY, index_be.name,
370 union { uint32_t u32; char name[4]; } index_be; local in function:apple_smc_nth_key

Completed in 21 milliseconds