Searched refs:bhnd_nvram_bcm_hvars (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_data_bcm.c93 static const struct bhnd_nvram_bcm_hvar bhnd_nvram_bcm_hvars[] = { variable in typeref:struct:bhnd_nvram_bcm_hvar
127 struct bhnd_nvram_bcm_hvar hvars[nitems(bhnd_nvram_bcm_hvars)];
773 _Static_assert(sizeof(bcm->hvars) == sizeof(bhnd_nvram_bcm_hvars),
774 "hvar declarations must match bhnd_nvram_bcm_hvars template");
775 memcpy(bcm->hvars, bhnd_nvram_bcm_hvars, sizeof(bcm->hvars));

Completed in 49 milliseconds