Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/boot/bootadm/
H A Dbootadm_upgrade.c552 return (BAM_MSG); in cvt_module_line()
848 ret = BAM_MSG); in bam_add_dboot()
852 } else if (ret == BAM_MSG) { in bam_add_dboot()
862 ret = BAM_MSG); in bam_add_dboot()
866 } else if (ret == BAM_MSG) { in bam_add_dboot()
879 ret = msg ? BAM_MSG : BAM_SUCCESS; in bam_add_dboot()
956 if (ret1 == BAM_MSG || ret2 == BAM_MSG || ret3 == BAM_MSG) { in upgrade_menu()
H A Dbootadm.h104 BAM_MSG, /* Used by upgrade_menu() */ enumerator