Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_asru.c90 ap->asru_root = fmd_strdup(ahp->ah_dirpath, FMD_SLEEP); in fmd_asru_create()
605 (void) snprintf(src, PATH_MAX, "%s/%s", ahp->ah_dirpath, uuid); in fmd_asru_hash_discard()
606 (void) snprintf(dst, PATH_MAX, "%s/%s-", ahp->ah_dirpath, uuid); in fmd_asru_hash_discard()
626 fmd_log_t *lp = fmd_log_tryopen(ahp->ah_dirpath, uuid, FMD_LOG_ASRU); in fmd_asru_hash_logopen()
651 if ((dirp = opendir(ahp->ah_dirpath)) == NULL) { in fmd_asru_hash_refresh()
653 "failed to open asru cache directory %s", ahp->ah_dirpath); in fmd_asru_hash_refresh()
831 ahp->ah_dirpath = fmd_strdup(path, FMD_SLEEP); in fmd_asru_hash_create()
859 fmd_strfree(ahp->ah_dirpath); in fmd_asru_hash_destroy()
1202 ahp->ah_dirpath, alp->al_uuid); in fmd_asru_hash_delete_case()
H A Dfmd_asru.h133 char *ah_dirpath; /* path of hash's log file directory */ member