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

/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c333 #define get_updatedir(id) (walk_arg.dirinfo[id].update_path) macro
2079 ret = setup_file(get_updatedir(what), path, &outupdt);
2122 get_updatedir(what) : get_cachedir(what), strip);
2539 ret = snprintf(get_updatedir(what),
2540 sizeof (get_updatedir(what)), "%s%s%s/amd64%s", root,
2543 ret = snprintf(get_updatedir(what),
2544 sizeof (get_updatedir(what)), "%s%s%s%s", root,
2547 if (ret >= sizeof (get_updatedir(what))) {
2553 if (stat(get_updatedir(what), &sb) == 0) {
2555 ret = rmdir_r(get_updatedir(wha
[all...]

Completed in 68 milliseconds