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

/freebsd-13-stable/sys/mips/broadcom/
H A Dbcm_nvram_cfe.c419 int64_t cfe_offset; local
433 cfe_offset = iocfe->offset + offset;
435 /* Verify that cfe_offset + nbytes is representable */
436 if (INT64_MAX - cfe_offset < nbytes)
446 cfe_noff = cfe_offset + nread;

Completed in 104 milliseconds