Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_plist.c626 bhnd_nvram_plist_get_encoded(bhnd_nvram_plist *plist, const char *name, in bhnd_nvram_plist_get_encoded() function
654 return (bhnd_nvram_plist_get_encoded(plist, name, val, sizeof(*val), in bhnd_nvram_plist_get_char()
675 return (bhnd_nvram_plist_get_encoded(plist, name, val, sizeof(*val), in bhnd_nvram_plist_get_uint8()
696 return (bhnd_nvram_plist_get_encoded(plist, name, val, sizeof(*val), in bhnd_nvram_plist_get_uint16()
717 return (bhnd_nvram_plist_get_encoded(plist, name, val, sizeof(*val), in bhnd_nvram_plist_get_uint32()
738 return (bhnd_nvram_plist_get_encoded(plist, name, val, sizeof(*val), in bhnd_nvram_plist_get_uint64()
759 return (bhnd_nvram_plist_get_encoded(plist, name, val, sizeof(*val), in bhnd_nvram_plist_get_bool()
H A Dbhnd_nvram_plist.h90 int bhnd_nvram_plist_get_encoded(bhnd_nvram_plist *plist,
H A Dbhnd_nvram_data_bcm.c394 error = bhnd_nvram_plist_get_encoded(props, name, \ in bhnd_nvram_bcm_serialize()