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