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

/freebsd-11.0-release/sys/dev/nand/
H A Dnandsim_log.c47 static int nandsim_entry_size = NANDSIM_ENTRY_SIZE;
50 static char string[NANDSIM_ENTRY_SIZE + 1] = {0};
75 memset(&string[str_index], 0, NANDSIM_ENTRY_SIZE - str_index);
90 char tmp[NANDSIM_ENTRY_SIZE];
121 len = vsnprintf(tmp, NANDSIM_ENTRY_SIZE - 1, fmt, ap);
122 tmp[NANDSIM_ENTRY_SIZE - 1] = 0;
155 len = vsnprintf(tmp, NANDSIM_ENTRY_SIZE - 1, fmt, ap);
156 tmp[NANDSIM_ENTRY_SIZE - 1] = 0;
159 rest = NANDSIM_ENTRY_SIZE - str_index;
164 strlcat(string, hdr, NANDSIM_ENTRY_SIZE
[all...]
H A Dnandsim_log.h34 #define NANDSIM_ENTRY_SIZE 128 macro

Completed in 101 milliseconds