Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/boot/bootadm/
H A Dbootadm.c341 #define get_updatedir(id) (walk_arg.dirinfo[id].update_path) macro
1746 ret = setup_file(get_updatedir(what), path, &outupdt); in dircache_updatefile()
1789 get_updatedir(what) : get_cachedir(what), strip); in dircache_updatedir()
2193 ret = snprintf(get_updatedir(what), in set_update_dir()
2194 sizeof (get_updatedir(what)), "%s%s%s/amd64%s", root, in set_update_dir()
2197 ret = snprintf(get_updatedir(what), in set_update_dir()
2198 sizeof (get_updatedir(what)), "%s%s%s%s", root, in set_update_dir()
2201 if (ret >= sizeof (get_updatedir(what))) { in set_update_dir()
2206 if (stat(get_updatedir(what), &sb) == 0) { in set_update_dir()
2208 ret = rmdir_r(get_updatedir(what)); in set_update_dir()
[all …]