Home
last modified time | relevance | path

Searched refs:MAX_ALLOC_LEN (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/lib/fm/libseslog/common/
H A Dlibseslog.c607 unsigned char ref_md[MAX_ALLOC_LEN]; in clear_log()
661 (void) memset(ref_md, 0, MAX_ALLOC_LEN); in clear_log()
662 alloc_len = MAX_ALLOC_LEN; in clear_log()
723 unsigned char rsp_buff[MAX_ALLOC_LEN]; in gather_data()
H A Dlibseslog.h89 #define MAX_ALLOC_LEN (0xfffc) macro