Searched defs:msg (Results 26 - 50 of 829) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dkerrs.c57 fprintf(stderr, "->%s\n", ctx->err.msg);
76 fprintf(stderr, "->%s\n", ctx->err.msg);
93 krb5_free_error_message (krb5_context ctx, const char *msg) argument
97 fprintf(stderr, "krb5_free_error_message(%p, %p)\n", ctx, msg);
101 krb5int_free_error (&ctx->err, msg);
/illumos-gate/usr/src/lib/gss_mechs/mech_spnego/mech/
H A Dspnego_kerrs.c68 fprintf(stderr, "->%s\n", ctx->err.msg);
87 fprintf(stderr, "->%s\n", ctx->err.msg);
104 spnego_free_error_message (spnego_gss_ctx_id_t ctx, const char *msg) argument
108 fprintf(stderr, "spnego_free_error_message(%p, %p)\n", ctx, msg);
112 krb5int_free_error (&ctx->err, msg);
/illumos-gate/usr/src/lib/libslp/clib/
H A DSLPGetRefreshInterval.c52 char *msg = NULL; /* attrrqst msg */ local
70 &msg, "en") != SLP_OK) {
74 if (slp_send2slpd(msg, &reply) != SLP_OK) {
86 if (msg) free(msg);
/illumos-gate/usr/src/lib/libtecla/common/
H A Derrmsg.c45 char msg[ERR_MSG_LEN+1]; /* An error message */ member in struct:ErrMsg
70 err->msg[0] = '\0';
114 * Concatenate the list of argument strings in err->msg[].
133 strncpy(err->msg + msglen, s, nnew);
141 err->msg[msglen] = '\0';
155 return err ? err->msg : NULL;
167 err->msg[0] = '\0';
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc_auth.c57 * flavorx_auth(rqst, msg)
59 * struct rpc_msg *msg;
82 * The call rpc message, msg has been obtained from the wire. The msg contains
85 * if the msg is successfully authenticated. If AUTH_OK then the routine also
93 * The caller still owns and is responsible for msg->u.cmb.cred and
94 * msg->u.cmb.verf. The authentication system retains ownership of
101 __gss_authenticate(struct svc_req *rqst, struct rpc_msg *msg, argument
110 rqst->rq_cred = msg->rm_call.cb_cred;
117 return (__svcauth_null(rqst, msg));
151 __authenticate(struct svc_req *rqst, struct rpc_msg *msg) argument
160 __svcauth_null(struct svc_req *rqst, struct rpc_msg *msg) argument
[all...]
H A Dsvc_auth_loopb.c45 __svcauth_loopback(struct svc_req *rqst, struct rpc_msg *msg) argument
65 auth_len = (size_t)msg->rm_call.cb_cred.oa_length;
68 xdrmem_create(&xdrs, msg->rm_call.cb_cred.oa_base, auth_len,
/illumos-gate/usr/src/lib/librdc/common/
H A Drdcerr.c54 char msg[1024]; local
76 rdc_error_str = spcs_s_string(*ustatus, msg);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dcatgets.c92 char *msg = (char *)catd local
100 def_str, msg, 0);
107 return (msg);
110 return (msg);
/illumos-gate/usr/src/lib/libipmi/common/
H A Dlibipmi.c32 ipmi_open(int *errp, char **msg, uint_t xport_type, nvlist_t *params) argument
37 if (msg)
38 *msg = NULL;
42 if (msg)
43 *msg = "memory allocation failure";
55 *msg = "invalid transport type specified";
64 if (msg) {
67 *msg = errmsg;
/illumos-gate/usr/src/lib/libmail/common/
H A Dnotifyu.c53 notify(char *user, char *msg, int check_mesg_y, char *etcdir) argument
105 (void) fprintf(port, "\r\n%s\r\n", msg);
/illumos-gate/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema_test_subr.c92 mtest_message(mtest_handle_t handle, const char *msg) argument
96 msg);
/illumos-gate/usr/src/cmd/rmdir/
H A Drmdir.c53 char *ptr, *remain, *msg, *path; local
109 msg = gettext(
112 msg = strerror(errno);
116 msg = gettext("Can not remove . or ..");
120 msg = gettext(
126 prog, ptr, remain, msg);
138 msg = gettext("Directory not empty");
141 msg = gettext("Path component not a directory");
144 msg = gettext("Directory does not exist");
147 msg
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/talk/
H A Dctl.c65 CTL_MSG msg; variable
/illumos-gate/usr/src/cmd/mkpwdict/
H A Dmkpwdict.c43 fatal(char *msg) argument
46 pname, msg);
/illumos-gate/usr/src/cmd/rpcsvc/
H A Drwall_subr.c64 char *msg; local
69 msg = *argp;
77 if ((oldmsg != 0) && (strcmp(msg, oldmsg) == 0)) {
84 oldmsg = strdup(msg);
96 syslog(LOG_NOTICE, "%s", msg);
101 (void) fprintf(stderr, "%s", msg);
107 (void) fprintf(fp, "%s", msg);
/illumos-gate/usr/src/cmd/scadm/sparc/mpxu/common/
H A Ddownload.c232 rscp_msg_t msg; local
233 msg.type = DP_RSC_STATUS;
234 msg.len = 0;
235 msg.data = NULL;
240 err = rscp_send(&msg);
H A Dsmq.c78 smq_receive(smq_t *smq, smq_msg_t *msg) argument
90 *msg = *smq->smq_head;
104 smq_send(smq_t *smq, smq_msg_t *msg) argument
113 *smq->smq_tail = *msg;
153 smq_xreceive(smq_t *smq, timestruc_t *timeout, smq_msg_t *msg) argument
172 *msg = *smq->smq_head;
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dassert.c61 ** msg -- message.
71 const char *msg));
74 sm_abort_defaulthandler(filename, lineno, msg)
77 const char *msg;
81 lineno, msg);
83 sm_io_fprintf(smioerr, SM_TIME_DEFAULT, "%s\n", msg);
141 char msg[128]; local
145 sm_vsnprintf(msg, sizeof msg, fmt, ap);
147 sm_abort_at(NULL, 0, msg);
[all...]
/illumos-gate/usr/src/cmd/allocate/
H A Ddisk_clean.sh98 msg() { function
151 msg "$2" "$3" \
386 msg "Please remove the disk from $DEVICE.";;
389 msg $DEVICE "Error ejecting disk from $DEVICE" \
418 msg $DEVICE "Error ejecting disk from $DEVICE" \
/illumos-gate/usr/src/cmd/ast/msgcc/
H A Dmsgget.c57 char* msg; local
85 if (!(msg = *argv++))
86 msg = "";
104 s = mcget(mc, set, num, msg);
106 s = errorx(loc, cmd, cat, msg);
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dlogging.c90 char *msg; local
93 msg = malloc(256);
96 log_format(LOG_ERR, fmt, ap, msg, 256);
99 if (msg == NULL)
100 msg = "ran out of memory exiting. see log.";
102 (void) puts(msg);
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Drelease.c139 const char *msg = arg; local
188 if (msg != NULL) {
189 (void) add_pkt_opt(dpkt, CD_MESSAGE, msg,
190 strlen(msg) + 1);
/illumos-gate/usr/src/cmd/fwflash/
H A DMakefile44 msg := TARGET= msg macro
47 all clean clobber install lint msg _msg: $(SUBDIRS)
/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dmessage.c30 static const char *msg[] = { variable
96 char *message = gettext((char *)msg[mes]);
/illumos-gate/usr/src/cmd/lms/heci/
H A DMNGCommand.cpp109 MNG_REQUEST msg = MNG_GET_ME_INFO_HEADER; local
112 status = _call((const unsigned char *)&msg, command_size,

Completed in 2640 milliseconds

1234567891011>>