Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/libfmnotify/common/
H A Dlibfmnotify.h48 #define ND_DICTDIR "usr/lib/fm/dict" macro
H A Dlibfmnotify.c483 dlen = (strlen(nhdl->nh_rootdir) + strlen(ND_DICTDIR) + 2); in nd_get_diagcode()
485 (void) snprintf(dirpath, dlen, "%s/%s", nhdl->nh_rootdir, ND_DICTDIR); in nd_get_diagcode()