Searched refs:HIS_MAX_RECORD_LEN (Results 1 – 5 of 5) sorted by relevance
60 static char cmdstr[HIS_MAX_RECORD_LEN];
1342 #define HIS_MAX_RECORD_LEN (MAXPATHLEN + MAXPATHLEN + 1) macro
365 kmem_free(buf, HIS_MAX_RECORD_LEN); in history_str_free()376 buf = kmem_alloc(HIS_MAX_RECORD_LEN, KM_SLEEP); in history_str_get()378 buf, HIS_MAX_RECORD_LEN, NULL) != 0) { in history_str_get()383 buf[HIS_MAX_RECORD_LEN -1] = '\0'; in history_str_get()
308 static char history_str[HIS_MAX_RECORD_LEN];
88 static char history_str[HIS_MAX_RECORD_LEN];