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

/freebsd-13-stable/sys/mips/broadcom/
H A Dbcm_nvram_cfe.c66 BHND_NVRAM_IOPS_DEFN(iocfe)
71 static int bcm_nvram_iocfe_init(struct bcm_nvram_iocfe *iocfe,
190 * @param[out] iocfe On success, an I/O context mapping the CFE NVRAM
195 * @retval 0 success. the caller inherits ownership of @p iocfe.
200 bcm_nvram_find_cfedev(struct bcm_nvram_iocfe *iocfe, argument
224 if ((error = bcm_nvram_iocfe_init(iocfe, dname)))
228 result = bhnd_nvram_data_probe(*cls, &iocfe->io);
235 bhnd_nvram_io_free(&iocfe->io);
257 bcm_nvram_iocfe_init(struct bcm_nvram_iocfe *iocfe, char *dname) argument
266 iocfe
368 struct bcm_nvram_iocfe *iocfe = (struct bcm_nvram_iocfe *)io; local
378 struct bcm_nvram_iocfe *iocfe = (struct bcm_nvram_iocfe *)io; local
417 struct bcm_nvram_iocfe *iocfe; local
[all...]
H A Dbcm_nvram_cfevar.h44 int bcm_nvram_find_cfedev(struct bcm_nvram_iocfe *iocfe,

Completed in 102 milliseconds