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

/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c323 * NO_MULTI : don't extend the specified archive, but recreate it
326 #define NO_MULTI 0x00000002 macro
2078 if (!is_dir_flag_on(what, NO_MULTI)) {
2081 set_dir_flag(what, NO_MULTI);
2089 if (!is_dir_flag_on(what, NO_MULTI))
2091 set_dir_flag(what, NO_MULTI);
2097 set_dir_flag(what, NO_MULTI);
2103 if (!is_dir_flag_on(what, NO_MULTI) &&
2135 if (!is_dir_flag_on(what, NO_MULTI))
2137 set_dir_flag(what, NO_MULTI);
[all...]

Completed in 52 milliseconds