Searched refs:KDB_ENVBUFSIZE (Results 1 – 1 of 1) sorted by relevance
278 #define KDB_ENVBUFSIZE 512 in kdballocenv() macro279 static char envbuffer[KDB_ENVBUFSIZE]; in kdballocenv()283 if ((KDB_ENVBUFSIZE - envbufsize) >= bytes) { in kdballocenv()