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

/freebsd-13-stable/sys/mips/broadcom/
H A Dbcm_nvram_cfe.c261 int64_t nv_offset; local
311 nv_offset = nvram_info.nvram_offset;
339 nv_offset = 0x0;
345 if (nv_size > SIZE_MAX || SIZE_MAX - nv_size < nv_offset) {
347 nv_size, (intmax_t)nv_offset);
352 iocfe->offset = nv_offset;

Completed in 101 milliseconds