Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Ddiskmon_conf.c799 #define INT64_BUF_LEN 128 in config_get() macro
800 char buf[INT64_BUF_LEN]; in config_get()
831 (void) snprintf(buf, INT64_BUF_LEN, "0x%llx", u64); in config_get()