Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/svc/configd/
H A Dbackend.c71 #define IS_VOLATILE(be) ((be)->be_ppath != NULL) macro
804 (void) strlcpy(out, IS_VOLATILE(be) ? be->be_ppath : be->be_path, in backend_backup_base()
1280 check_path = IS_VOLATILE(be) ? be->be_ppath : be->be_path; in backend_check_readonly()
1299 if (writing && (IS_VOLATILE(be) == 0)) in backend_check_readonly()
1311 if (IS_VOLATILE(be)) { in backend_check_readonly()