Searched defs:print_msg (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/udfs/fstyp/
H A Dud_lib.c1005 uint32_t blockno, int32_t do_crc, int32_t print_msg)
1016 if (print_msg != 0) {
1028 if (print_msg != 0) {
1052 if (print_msg != 0) {
1076 if (print_msg != 0) {
1090 if (print_msg != 0) {
1004 ud_verify_tag(ud_handle_t h, struct tag *tag, uint16_t id, uint32_t blockno, int32_t do_crc, int32_t print_msg) argument
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_clnt.c1178 int print_msg = 1; local
1223 if (print_msg) {
1228 print_msg = 0;
1257 if (print_msg) {
1260 print_msg = 0;
H A Drdc_diskq.c1029 int print_msg = 1; local
1181 if (print_msg) {
1184 print_msg = 0;
/solaris-desktop/scripts/
H A Duprev-spec23 sub print_msg ($) subroutine
88 &print_msg (sprintf ("%-31s ", $spec_file_base));
91 &print_msg ("ERROR: no such spec file: $spec_file\n");
96 &print_msg ("ERROR: unable to write to spec file: $spec_file\n");
102 &print_msg ("ERROR: Cannot delete old temp file $temp_file: $!\n");
108 &print_msg ("ERROR: Cannot read $spec_file: $!\n");
113 &print_msg ("ERROR: Cannot create $temp_file: $!\n");
134 &print_msg ("ERROR: non-numeric Release: $rel\n");
141 &print_msg (sprintf ("%7s ", "$lead$rel"));
148 &print_msg (sprint
[all...]

Completed in 131 milliseconds