Searched refs:HIS_MAX_RECORD_LEN (Results 1 – 5 of 5) sorted by relevance
60 static char cmdstr[HIS_MAX_RECORD_LEN];
1687 #define HIS_MAX_RECORD_LEN (MAXPATHLEN + MAXPATHLEN + 1) macro
289 kmem_free(buf, HIS_MAX_RECORD_LEN); in history_str_free()300 buf = kmem_alloc(HIS_MAX_RECORD_LEN, KM_SLEEP); in history_str_get()302 buf, HIS_MAX_RECORD_LEN, NULL) != 0) { in history_str_get()307 buf[HIS_MAX_RECORD_LEN -1] = '\0'; in history_str_get()
87 static char history_str[HIS_MAX_RECORD_LEN];
445 static char history_str[HIS_MAX_RECORD_LEN];