Searched refs:HIS_MAX_RECORD_LEN (Results 1 – 5 of 5) sorted by relevance
60 static char cmdstr[HIS_MAX_RECORD_LEN];
1727 #define HIS_MAX_RECORD_LEN (MAXPATHLEN + MAXPATHLEN + 1) macro
290 kmem_free(buf, HIS_MAX_RECORD_LEN); in history_str_free()301 buf = kmem_alloc(HIS_MAX_RECORD_LEN, KM_SLEEP); in history_str_get()303 buf, HIS_MAX_RECORD_LEN, NULL) != 0) { in history_str_get()308 buf[HIS_MAX_RECORD_LEN -1] = '\0'; in history_str_get()
89 static char history_str[HIS_MAX_RECORD_LEN];
446 static char history_str[HIS_MAX_RECORD_LEN];