Searched refs:message (Results 151 - 175 of 283) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/sun_fc/common/
H A DFCHBAPort.h136 static void transportError(uint32_t fcio_errno, char *message);
H A DTgtFCHBAPort.h142 static void transportError(uint32_t fcio_errno, char *message);
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dsuid_exec.c282 static void error_exit(const char *message) argument
284 sfprintf(sfstdout,"%s: %s\n",command,message);
H A Dio.c857 * On failure, print message.
890 * create a pipe and print message on failure
1130 const char *message = e_open; local
1248 message = e_file;
1281 message = e_file;
1413 message = e_file;
1421 message = e_notseek;
1424 message = e_badseek;
1443 message = e_noread;
1448 message
[all...]
/osnet-11/usr/src/grub/grub2/util/grub.d/
H A D10_kfreebsd.in88 message="$(gettext_printf "Loading kernel of FreeBSD %s ..." ${version})"
90 echo '$message'
H A D20_linux_xen.in102 message="$(gettext_printf "Loading initial ramdisk ...")"
104 echo '$message'
/osnet-11/usr/src/lib/brand/solaris10/cmd/
H A Ds10_net_include.sh52 message=$1
55 echo "$message" | smf_console
/osnet-11/usr/src/lib/cfgadm_plugins/usb/
H A Dusb.xcl102 msgid "usb_err_msg: Unrecognized message index: %d\n"
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2html.PL64 Displays the usage message.
H A Dpodselect.PL65 Print a brief help message and exit.
/osnet-11/usr/src/cmd/hal/addons/storage/
H A Daddon-storage.c153 HAL_DEBUG (("Could not create dbus message for %s", udi));
173 HAL_DEBUG (("Could not append args to dbus message for %s", udi));
178 HAL_DEBUG (("Unmount failed for %s: %s : %s\n", udi, error.name, error.message));
183 HAL_DEBUG (("Unmount failed for %s\n%s : %s\n", udi, error.name, error.message));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/
H A DLong.pm339 # Failed. $orig contains the error message. Sorry for the abuse.
1210 # Issue a standard message for --version.
1215 # - a string (lead in message)
1226 print $fh (defined($pa->{-message}) ? $pa->{-message} : (),
1239 # Issue a standard message for --help.
1244 # - a string (lead in message)
1277 # (message) or hash with options.
1280 # Get rid of -msg vs. -message ambiguity.
1281 $pa->{-message}
[all...]
/osnet-11/usr/src/lib/libkvm/common/
H A Dkvm.c61 fail(kvm_t *kd, const char *err, const char *message, ...) argument
65 va_start(args, message);
68 (void) vfprintf(stderr, message, args);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/
H A DDynaLoader_pm.PL227 # Since it's fatal and potentially confusing we give a detailed message.
574 $message = dl_error C
646 $message = dl_error();
648 Error message text from the last failed DynaLoader function. Note
650 reset this message.
653 the other functions and save the corresponding message for later
655 where the error message is very temporary (e.g., dlerror()).
/osnet-11/usr/src/lib/libldap5/
H A DMakefile.com37 getfilter.o getoption.o getvalues.o memcache.o message.o \
/osnet-11/usr/src/grub/grub2/tests/util/
H A Dgrub-shell.in45 -h, --help print this message and exit
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkconfig.in55 -h, --help print this message and exit
H A Dgrub-mkstandalone.in48 -h, --help print this message and exit
/osnet-11/usr/src/lib/libbsm/common/
H A Daudit_cron.c71 audit_cron_syslog(const char *message) { argument
78 syslog(LOG_WARNING, "%s", message);
/osnet-11/usr/src/lib/libsasl/include/
H A Dsasl.h25 * sasl_log_t client/server: Log message handler
85 * 5. send message to server, wait for response
452 * message -- message to log
459 const char *message);
726 * the error message in UTF-8 (only the US-ASCII subset if langlist is NULL)
739 * the error message in UTF-8 (only the US-ASCII subset permitted if no
795 * This returns a string which is either empty or has an error message
914 * serverin -- the server message received by the client, MUST have a NUL
1263 * SASL_BADMAC -- bad message integrit
[all...]
/osnet-11/usr/src/cmd/sendmail/src/
H A Dcontrol.c133 message("050 ownership change on %s to uid %d failed: %s",
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dperlivp.PL54 -h Prints this help message.
401 Prints out a brief help message.
/osnet-11/usr/src/cmd/hal/hald-runner/
H A Dmain.c157 "Malformed kill message");
224 fprintf(stderr,"An error has occured: %s\n", error.message);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/
H A DO.pm87 message normally produced by perl.
/osnet-11/usr/src/tools/onbld/hgext/
H A Dcdm.py1021 message = cmdutil.logmessage(ui, opts) or ui.edit(comments, user)
1023 message = cmdutil.logmessage(opts) or ui.edit(comments, user)
1024 if not message:
1025 raise util.Abort('empty commit message')
1036 ws.squishdeltas(active, message, user=user)
1459 ('m', 'message', '',
1460 'use <text> as commit message'),
1462 'read commit message from file'),

Completed in 83 milliseconds

1234567891011>>