Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/krb5/krb5-config/
H A Dkrb5-config.sh75 do_version=1
91 if test -z "$do_all" -a -z "$do_version" -a -z "$do_vendor" -a -z "$do_prefix" -a -z "$do_vendor" -…
116 do_version=1
128 if test -n "$do_version"; then
/titanic_50/usr/src/cmd/boot/installboot/
H A Dinstallboot.c60 static boolean_t do_version = B_FALSE; variable
130 do_version = B_FALSE; in read_bootblock_from_file()
291 if (!do_version || updt_str == NULL) { in is_update_necessary()
377 if (do_version) in prepare_bootblock()
534 do_version = B_TRUE; in propagate_bootblock()
536 do_version = B_FALSE; in propagate_bootblock()
629 if (do_version && !is_zfs(install_data.device.type)) { in handle_install()
632 do_version = B_FALSE; in handle_install()
896 do_version = B_TRUE; in main()
/titanic_50/usr/src/cmd/boot/installgrub/
H A Dinstallgrub.c76 static boolean_t do_version = B_FALSE; variable
182 do_version = B_TRUE; in main()
244 if (do_version) { in check_options()
246 do_version = B_FALSE; in check_options()
260 if (write_mbr || force_mbr || do_version || force_update) { in check_options()
262 write_mbr = force_mbr = do_version = B_FALSE; in check_options()
324 if (is_bootpar(install_data.device.type) && do_version) in handle_install()
325 do_version = B_FALSE; in handle_install()
600 do_version = B_TRUE; in propagate_bootblock()
602 do_version = B_FALSE; in propagate_bootblock()
[all …]
/titanic_50/usr/src/cmd/pginfo/
H A Dpginfo.pl97 my $do_version; # -V - Show version
116 "version|V" => \$do_version,
124 if ($do_version) {
/titanic_50/usr/src/cmd/pgstat/
H A Dpgstat.pl119 my $do_version; # -V - Verbose output
140 "version|V" => \$do_version,
148 if ($do_version) {
/titanic_50/usr/src/common/mc/mc-amd/
H A Dmcamd_api.h177 #define do_version _dou_hilo.hi.dou_version macro
H A Dmcamd_rowcol.c454 offset_un.do_version = MCAMD_OFFSET_VERSION; in mc_pa_to_offset()