Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/lib/ipmgmtd/
H A Dipmgmt_impl.h161 #define IPADM_VOL_DB_FILE IPADM_TMPFS_DIR"/ipadm.conf" macro
H A Dipmgmt_persist.c389 err = ipmgmt_cpfile(IPADM_VOL_DB_FILE, IPADM_DB_FILE, B_FALSE); in ipmgmt_db_restore_thread()
447 if (access(IPADM_VOL_DB_FILE, F_OK) != 0) { in ipmgmt_db_walk()
449 err = ipmgmt_cpfile(IPADM_DB_FILE, IPADM_VOL_DB_FILE, B_TRUE); in ipmgmt_db_walk()
459 (void) unlink(IPADM_VOL_DB_FILE); in ipmgmt_db_walk()
468 err = ipadm_rw_db(db_walk_func, db_warg, IPADM_VOL_DB_FILE, in ipmgmt_db_walk()