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

/freebsd-13-stable/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_data_bcmraw.c242 * Initialize @p bcm with the provided NVRAM data mapped by @p src.
244 * @param bcm A newly allocated data instance.
247 bhnd_nvram_bcmraw_init(struct bhnd_nvram_bcmraw *bcm, struct bhnd_nvram_io *src) argument
263 bcm->size = io_size;
264 if ((bcm->data = bhnd_nv_malloc(capacity)) == NULL)
268 if ((error = bhnd_nvram_io_read(src, 0x0, bcm->data, io_size)))
272 bcm->count = 0;
273 for (offset = 0; offset < bcm->size; offset++) {
280 envp = (char *) (bcm->data + offset);
281 envp_len = strnlen(envp, bcm
334 struct bhnd_nvram_bcmraw *bcm; local
352 struct bhnd_nvram_bcmraw *bcm = (struct bhnd_nvram_bcmraw *)nv; local
367 struct bhnd_nvram_bcmraw *bcm = (struct bhnd_nvram_bcmraw *)nv; local
381 struct bhnd_nvram_bcmraw *bcm; local
[all...]
H A Dbhnd_nvram_data_bcm.c74 struct bhnd_nvram_bcm *bcm,
77 struct bhnd_nvram_bcm *bcm,
80 struct bhnd_nvram_bcm *bcm,
132 BHND_NVRAM_DATA_CLASS_DEFN(bcm, "Broadcom", BHND_NVRAM_DATA_CAP_DEVPATHS,
555 * Initialize @p bcm with the provided NVRAM data mapped by @p src.
557 * @param bcm A newly allocated data instance.
560 bhnd_nvram_bcm_init(struct bhnd_nvram_bcm *bcm, struct bhnd_nvram_io *src) argument
595 bcm->data = bhnd_nvram_iobuf_empty(io_size, io_size + 1);
596 if (bcm->data == NULL)
601 error = bhnd_nvram_io_write_ptr(bcm
767 struct bhnd_nvram_bcm *bcm; local
796 struct bhnd_nvram_bcm *bcm = (struct bhnd_nvram_bcm *)nv; local
808 struct bhnd_nvram_bcm *bcm = (struct bhnd_nvram_bcm *)nv; local
815 struct bhnd_nvram_bcm *bcm = (struct bhnd_nvram_bcm *)nv; local
828 struct bhnd_nvram_bcm *bcm; local
944 struct bhnd_nvram_bcm *bcm; local
991 struct bhnd_nvram_bcm *bcm; local
1021 struct bhnd_nvram_bcm *bcm; local
1069 bhnd_nvram_bcm_gethdrvar(struct bhnd_nvram_bcm *bcm, const char *name) argument
1085 bhnd_nvram_bcm_to_hdrvar(struct bhnd_nvram_bcm *bcm, void *cookiep) argument
1117 bhnd_nvram_bcm_hdrvar_index(struct bhnd_nvram_bcm *bcm, struct bhnd_nvram_bcm_hvar *hdrvar) argument
[all...]
H A Dbhnd_nvram_data.h60 BHND_NVRAM_DATA_CLASS_DECL(bcm); variable

Completed in 116 milliseconds