Home
last modified time | relevance | path

Searched refs:msg (Results 201 – 225 of 1475) sorted by path

12345678910>>...59

/illumos-gate/usr/src/cmd/fm/notify/smtp-notify/common/
H A Dsmtp-notify.c370 char *msg, *headers; in send_email_template() local
380 if ((msg = fmd_msg_decode_tokens(ev_info->ei_payload, in send_email_template()
387 send_email(nhdl, headers, msg, eprefs->ep_recips[i]); in send_email_template()
389 free(msg); in send_email_template()
681 postprocess_msg(char *msg) in postprocess_msg() argument
686 if ((buf = malloc(strlen(msg) + 1)) == NULL) in postprocess_msg()
689 buf[j++] = msg[i++]; in postprocess_msg()
690 for (i = 1; i < strlen(msg); i++) { in postprocess_msg()
691 if (!(msg[i] == '\n' && msg[i - 1] == '\n')) in postprocess_msg()
692 buf[j++] = msg[i]; in postprocess_msg()
[all …]
/illumos-gate/usr/src/cmd/fm/scripts/
H A Dbuildcode.pl309 my $msg = shift;
311 warn "$Myname: $msg\n" if defined($msg);
H A Dbustcode.pl334 my $msg = shift;
336 warn "$Myname: $msg\n" if defined($msg);
H A Ddictck.pl64 my $msg = shift;
66 warn "$Myname: $msg\n" if defined($msg);
/illumos-gate/usr/src/cmd/format/
H A Dauto_sense.c1181 char msg[256]; in generic_disk_sense() local
1254 (void) sprintf(msg, in generic_disk_sense()
1262 if (input(FIO_MSTR, msg, '?', &ioparam, in generic_disk_sense()
H A Dmisc.h183 #define impossible(msg) {err_print("Internal error: file %s, line %d: %s\n", \ argument
184 __FILE__, __LINE__, msg); \
H A Dpartition.c126 char msg[256]; in change_partition() local
152 (void) sprintf(msg, "Enter partition id tag"); in change_partition()
154 tag = input(FIO_SLIST, msg, ':', &ioparam, &deflt, DATA_INPUT); in change_partition()
157 (void) sprintf(msg, "Enter partition permission flags"); in change_partition()
159 flag = input(FIO_SLIST, msg, ':', &ioparam, &deflt, DATA_INPUT); in change_partition()
212 (void) sprintf(msg, "Enter partition id tag"); in change_partition()
214 tag = input(FIO_SLIST, msg, ':', &ioparam, &deflt, DATA_INPUT); in change_partition()
217 (void) sprintf(msg, "Enter partition permission flags"); in change_partition()
219 flag = input(FIO_SLIST, msg, ':', &ioparam, &deflt, DATA_INPUT); in change_partition()
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dnfs_cast.c126 struct rpc_msg msg; in nfs_cast() local
290 msg.rm_direction = CALL; in nfs_cast()
292 msg.rm_call.cb_prog = RPCBPROG; in nfs_cast()
299 msg.rm_call.cb_vers = PMAPVERS; in nfs_cast()
300 msg.rm_call.cb_proc = NULLPROC; in nfs_cast()
308 if (! xdr_callmsg(xdrs, &msg)) { in nfs_cast()
383 msg.acpted_rply.ar_verf = _null_auth; in nfs_cast()
456 if (xdr_replymsg(xdrs, &msg)) { in nfs_cast()
458 (msg.rm_xid & ~0xFF) == xid) { in nfs_cast()
461 i = msg.rm_xid & 0xFF; in nfs_cast()
[all …]
H A Dns_fnreaddir.c606 char *msg; in lookup_ctx() local
611 msg = "lookup failed"; in lookup_ctx()
616 msg = "could not construct context handle"; in lookup_ctx()
620 logstat(status, "", msg); in lookup_ctx()
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_sec.c1050 nfs_syslog_scerr(int scerror, char msg[]) in nfs_syslog_scerr() argument
1054 (void) sprintf(msg, "%s : no memory", NFSSEC_CONF); in nfs_syslog_scerr()
1057 (void) sprintf(msg, "can not open %s", NFSSEC_CONF); in nfs_syslog_scerr()
1060 (void) sprintf(msg, "has no entry in %s", NFSSEC_CONF); in nfs_syslog_scerr()
1063 (void) sprintf(msg, "bad entry in %s", NFSSEC_CONF); in nfs_syslog_scerr()
1066 msg[0] = '\0'; in nfs_syslog_scerr()
/illumos-gate/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c2023 char *msg; in get_fh() local
2263 msg = "path name is too long"; in get_fh()
2266 msg = "operation not supported"; in get_fh()
2269 msg = "server fault"; in get_fh()
2273 msg = strerror(errno); in get_fh()
2275 msg = "invalid error returned " in get_fh()
2280 fspath, msg); in get_fh()
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Ddbtab.c111 int *errorp, char *msg);
757 linkinfo_ent *linkp, void **cookiep, int *errorp, char *msg) in get_next_link() argument
769 errorp, msg); in get_next_link()
805 msg); in get_next_link()
806 debug_print_key_and_data(stderr, msg, in get_next_link()
/illumos-gate/usr/src/cmd/fs.d/nfs/rp_basic/
H A DMakefile55 include $(SRC)/Makefile.msg.targ
/illumos-gate/usr/src/cmd/fs.d/smbclnt/fksmbcl/
H A Dfksmbcl_main.c901 fakekernel_putlog(char *msg, size_t len, int flags) in fakekernel_putlog() argument
910 (void) fwrite(msg, 1, len, stdout); in fakekernel_putlog()
918 smb_debugmsg(const char *func, char *msg) in smb_debugmsg() argument
922 printf("[kmod] %s: %s\n", func, msg); in smb_debugmsg()
/illumos-gate/usr/src/cmd/fs.d/
H A Dswitchout.c136 char *msg; in main() local
285 if (dm_inuse(special, &msg, DM_WHO_MKFS, &error) || in main()
292 (void) fprintf(stderr, "%s", msg); in main()
293 free(msg); in main()
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dutilities.c472 dofix(struct inodesc *idesc, char *msg) in dofix() argument
478 pwarn(msg); in dofix()
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dutilities.c845 dofix(struct inodesc *idesc, caddr_t msg, ...) in dofix() argument
850 va_start(ap, msg); in dofix()
856 vdirerror(idesc->id_number, msg, ap); in dofix()
858 vpwarn(msg, ap); in dofix()
/illumos-gate/usr/src/cmd/fwflash/common/
H A Dfwflash.c1270 logmsg(int severity, const char *msg, ...) in logmsg() argument
1277 va_start(ap, msg); in logmsg()
1278 (void) vfprintf(stderr, msg, ap); in logmsg()
H A Dfwflash.h379 void logmsg(int severity, const char *msg, ...);
/illumos-gate/usr/src/cmd/gencat/
H A Dgencat.c451 struct _cat_msg_hdr *msg; local
478 if (msg->__msg_no < msg_no)
480 msg_no = msg->__msg_no;
481 if (msg->__msg_offset < 0)
484 msg->__msg_len > hdr.__mem)
502 struct _cat_msg_hdr *msg; local
514 insert_msg(msg->__msg_no, msg->__msg_len,
1044 struct _cat_msg_hdr *msg; local
1078 text = (char *) (msg + nmsgs);
1089 msg->__msg_no = msgp->msg_no;
[all …]
/illumos-gate/usr/src/cmd/geniconvtbl/
H A DMakefile.com120 include $(SRC)/Makefile.msg.targ
/illumos-gate/usr/src/cmd/genmsg/
H A Dutil.c71 char *msg; member
202 (void) snprintf(msg, sizeof (msg), "%d\t%s%s%s\n", in write_msgfile()
273 if (strcmp(mi->msg, msg)) { in lookup_msgid()
327 newmi->msg = ustrdup(msg); in add_msgid()
624 (void) strlcat(msg, ptr, sizeof (msg)); in read_msgfile()
632 (void) strlcat(msg, ptr, sizeof (msg)); in read_msgfile()
650 (void) memset(msg, 0, sizeof (msg)); in read_msgfile()
654 (void) strlcpy(msg, ptr, sizeof (msg)); in read_msgfile()
679 if (msg[len] == ' ' || msg[len] == '\t' || msg[len] == '\n') { in is_bs_terminated()
755 if (msg[len-2] == '\\' && msg[len-1] == 'n') { in makeup_msg()
[all …]
/illumos-gate/usr/src/cmd/grpck/
H A Dgrpck.c67 void error(char *msg);
385 error(char *msg) in error() argument
393 fprintf(stderr, "\t%s\n", gettext(msg)); in error()
398 fprintf(stderr, "\t%d %s\n", badchar, gettext(msg)); in error()
402 fprintf(stderr, "\t%s\n", gettext(msg)); in error()
406 fprintf(stderr, "\t%s - %s\n", nptr, gettext(msg)); in error()
410 fprintf(stderr, "\t%s\n", gettext(msg)); in error()
/illumos-gate/usr/src/cmd/gss/gssd/
H A Dgssd_handle.c50 #define dprt(msg) (void) fprintf(stderr, "%s\n", msg); argument
52 #define dprt(msg) argument
H A Dgssd_proc.c83 gss_buffer_desc msg; in syslog_gss_error() local
96 GSS_C_NULL_OID, &msg_ctx, &msg); in syslog_gss_error()
100 "GSSAPI error major: %s", (char *)msg.value); in syslog_gss_error()
104 (char *)msg.value); in syslog_gss_error()
106 (void) gss_release_buffer(&gmin_stat, &msg); in syslog_gss_error()
115 &msg_ctx, &msg); in syslog_gss_error()
120 (char *)msg.value); in syslog_gss_error()
124 (char *)msg.value); in syslog_gss_error()
125 (void) gss_release_buffer(&gmin_stat, &msg); in syslog_gss_error()

12345678910>>...59