Home
last modified time | relevance | path

Searched refs:MAXRECSIZE (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/usr.sbin/kldxref/
Dkldxref.c62 #define MAXRECSIZE (64 << 10) /* 64k */ macro
75 static char recbuf[MAXRECSIZE];
91 memset(recbuf, 0, MAXRECSIZE); in record_start()
110 if (MAXRECSIZE - recpos < size) in record_buf()
/freebsd-12-stable/contrib/gdb/gdb/
Dremote-mips.c2886 #define MAXRECSIZE (550) macro
2902 while ((*recsize < (MAXRECSIZE - CHECKSIZE)) && ((inamount - *inptr) > 0)) in pmon_make_fastrec()
3106 buffer = (char *) xmalloc (MAXRECSIZE + 1); in pmon_load_fast()
3178 if (reclen >= (MAXRECSIZE - CHECKSIZE)) in pmon_load_fast()