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

/freebsd-12-stable/sys/mips/broadcom/
H A Dbcm_nvram_cfe.c422 int64_t cfe_offset; local
436 cfe_offset = iocfe->offset + offset;
438 /* Verify that cfe_offset + nbytes is representable */
439 if (INT64_MAX - cfe_offset < nbytes)
449 cfe_noff = cfe_offset + nread;

Completed in 48 milliseconds