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

/freebsd-10.1-release/sys/dev/nand/
H A Dnandsim_log.h36 #define NANDSIM_RAM_LOG_SIZE 16384 macro
H A Dnandsim_log.c45 int log_size = NANDSIM_RAM_LOG_SIZE;
/freebsd-10.1-release/usr.sbin/nandsim/
H A Dnandsim.c75 #define NANDSIM_RAM_LOG_SIZE 16384 macro
726 logbuf = (char *)malloc(sizeof(char) * NANDSIM_RAM_LOG_SIZE);
732 memset(logbuf, 0, NANDSIM_RAM_LOG_SIZE);
734 log.len = NANDSIM_RAM_LOG_SIZE;

Completed in 122 milliseconds