Home
last modified time | relevance | path

Searched refs:NV_DEFINE_GET_ARRAY (Results 1 – 1 of 1) sorted by relevance

/freebsd/sbin/hastd/
H A Dnv.c523 #define NV_DEFINE_GET_ARRAY(type, TYPE) \ in NV_DEFINE_GET() macro
543 NV_DEFINE_GET_ARRAY(int8, INT8)
544 NV_DEFINE_GET_ARRAY(uint8, UINT8)
545 NV_DEFINE_GET_ARRAY(int16, INT16)
546 NV_DEFINE_GET_ARRAY(uint16, UINT16)
547 NV_DEFINE_GET_ARRAY(int32, INT32)
548 NV_DEFINE_GET_ARRAY(uint32, UINT32)
549 NV_DEFINE_GET_ARRAY(int64, INT64)
550 NV_DEFINE_GET_ARRAY(uint64, UINT64)
552 #undef NV_DEFINE_GET_ARRAY