Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dautoconf.h209 #define DI_CACHE_TEMP DI_CACHE_FILE".tmp" macro
/titanic_50/usr/src/uts/common/io/
H A Ddevinfo.c3806 error = vn_remove(DI_CACHE_TEMP, UIO_SYSSPACE, RMFILE); in di_cache_write()
3809 DI_CACHE_TEMP, error)); in di_cache_write()
3819 if (error = vn_open(DI_CACHE_TEMP, UIO_SYSSPACE, oflags, in di_cache_write()
3822 DI_CACHE_TEMP, error)); in di_cache_write()
3892 if (error = vn_rename(DI_CACHE_TEMP, DI_CACHE_FILE, UIO_SYSSPACE)) { in di_cache_write()