Searched refs:get_cachedir (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c332 #define get_cachedir(id) (walk_arg.dirinfo[id].cdir_path) macro
2073 ret = setup_file(get_cachedir(what), path, &outfile);
2122 get_updatedir(what) : get_cachedir(what), strip);
2490 ret = snprintf(get_cachedir(what), sizeof (get_cachedir(what)),
2494 if (ret >= sizeof (get_cachedir(what))) {
2501 (void) rmdir_r(get_cachedir(what));
2503 if (stat(get_cachedir(what), &sb) != 0 || !(S_ISDIR(sb.st_mode))) {
2505 (void) unlink(get_cachedir(what));
2509 get_cachedir(wha
[all...]

Completed in 69 milliseconds