Lines Matching full:nvram
71 * NVRAM store variable entry types.
79 * NVRAM path descriptor types.
87 * NVRAM variable namespaces.
161 * NVRAM variable name descriptor.
163 * For NVRAM data instances supporting BHND_NVRAM_DATA_CAP_DEVPATHS, the
164 * NVRAM-vended variable name will be in one of four formats:
198 * of NVRAM data; a single devpath[alias]=[devpath] variable entry is defined,
226 * NVRAM variable index.
238 * NVRAM device path.
254 * NVRAM device path alias.
258 void *cookiep; /**< NVRAM variable's cookiep value */
264 /** bhnd nvram store instance state */
286 mtx_init(&(sc)->mtx, "BHND NVRAM store lock", NULL, MTX_DEF)