Searched refs:msg (Results 251 - 275 of 1412) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/cmd/audio/audioconvert/
H A Dconvert.cc220 char *msg; local
234 msg = MGET("Split multi-channel data");
240 msg = MGET("Interleave multi-channel data");
245 append_conv_list(list, ihdr, bufs, conv, msg);
260 char msg[BUFSIZ]; local
282 sprintf(msg, MGET("Convert %s to %s"), infmt, outfmt);
286 append_conv_list(list, ihdr, bufs, conv, msg);
299 char msg[BUFSIZ]; local
329 sprintf(msg, MGET("Convert %s to %s"), inchans, outchans);
333 append_conv_list(list, ihdr, bufs, conv, msg);
347 char msg[BUFSIZ]; local
416 char msg[BUFSIZ]; local
476 char msg[BUFSIZ]; local
[all...]
/illumos-gate/usr/src/uts/common/netinet/
H A Ddhcp6.h153 #define DHCPV6_GET_TRANSID(msg) \
154 (((msg)->d6m_transid_ho << 16) + ntohs((msg)->d6m_transid_lo))
155 #define DHCPV6_SET_TRANSID(msg, id) \
156 ((msg)->d6m_transid_ho = (id) >> 16, (msg)->d6m_transid_lo = htons(id))
/illumos-gate/usr/src/cmd/svc/milestone/
H A Dfs-root133 msg='zfs-mount failed'
134 echo $msg
135 echo "$SMF_FMRI:" $msg >/dev/msglog
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_vf.c325 u32 *msg, u16 size)
329 s32 retval = mbx->ops.write_posted(hw, msg, size, 0);
395 * 16 bit words available in our HW msg buffer (minus 1 for the
396 * msg type). That's 30 hash values if we pack 'em right. If
598 /* msg is not CTS and is NACK we must have lost CTS status */
642 u32 msg[3]; local
645 msg[0] = IXGBE_VF_API_NEGOTIATE;
646 msg[1] = api;
647 msg[2] = 0;
648 err = hw->mbx.ops.write_posted(hw, msg,
324 ixgbevf_write_msg_read_ack(struct ixgbe_hw *hw, u32 *msg, u16 size) argument
672 u32 msg[5]; local
[all...]
/illumos-gate/usr/src/uts/common/io/ib/ibnex/
H A Dibnex_ioctl.c203 char *msg; local
234 msg = "\tdevctl: DEVCTL_AP_GETSTATE";
235 IBTF_DPRINTF_L4("ibnex", "%s:", msg);
240 "%s: ibnex_get_apid failed", msg);
253 "%s: ibnex_get_dip_from_apid failed", msg);
268 "%s: ndi_dc_return_ap_state failed", msg);
278 msg = "\tdevctl: DEVCTL_AP_CONTROL";
286 "%s: ddi_copyin err 1", msg);
301 "%s: ddi_copyin 2 failed", msg);
308 "bufsiz=%d", msg, io
2395 ibnex_vppa_conf_entry_delete(char *msg, char *service) argument
2480 ibnex_port_conf_entry_delete(char *msg, char *service) argument
2559 ibnex_hcasvc_conf_entry_delete(char *msg, char *service) argument
[all...]
/illumos-gate/usr/src/cmd/passmgmt/
H A Dpassmgmt.c108 char *msg; /* pointer to error message */ variable
422 msg = "Invalid argument to option -e";
423 bad_arg(msg);
426 msg = "Invalid argument to option -e";
427 bad_arg(msg);
431 msg = "Invalid argument to option -e";
432 bad_arg(msg);
660 msg = "%s: warning: cannot unlink %s\n";
661 (void) fprintf(stderr, gettext(msg), prognamp,
682 msg
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dpacket.c633 add_pkt_lif(dhcp_pkt_t *dpkt, dhcp_lif_t *lif, int status, const char *msg) argument
711 if (status != DHCPV6_STAT_SUCCESS || msg != NULL) {
713 (msg == NULL ? 0 : strlen(msg));
716 if (msg != NULL) {
717 (void) memcpy((char *)(statusopt + 1), msg,
749 if (msg != NULL)
750 (void) add_pkt_opt(dpkt, CD_MESSAGE, msg,
751 strlen(msg) + 1);
805 struct msghdr msg; local
1241 struct msghdr msg; local
[all...]
/illumos-gate/usr/src/lib/libdll/common/
H A Ddlfcn.c101 char* msg; local
105 msg = fmterror(err);
107 return msg;
257 char* msg; local
261 msg = fmterror(err);
263 return msg;
303 char* msg; local
307 msg = fmterror(err);
309 return msg;
492 char* msg; local
[all...]
/illumos-gate/usr/src/lib/libnsl/yp/
H A Dyp_update.c56 #define debug(msg) (void) fprintf(stderr, "%s\n", msg);
59 #define debug(msg)
/illumos-gate/usr/src/cmd/cron/
H A Datq.c59 static void atabortperror(char *msg);
60 static void atabort(char *msg);
61 static void aterror(char *msg);
62 static void atperror(char *msg);
539 aterror(char *msg) argument
541 fprintf(stderr, "atq: %s\n", msg);
545 atperror(char *msg) argument
547 fprintf(stderr, "atq: %s: %s\n", msg, errmsg(errno));
551 atabort(char *msg) argument
553 aterror(msg);
558 atabortperror(char *msg) argument
[all...]
/illumos-gate/usr/src/cmd/fm/fminject/common/
H A Dinj_main.c70 sev_send(void *arg, nvlist_t *msg) argument
73 "com.sun", getpname(), msg, EVCH_SLEEP)) != 0)
101 sim_send(void *arg, nvlist_t *msg) argument
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpitime.c86 msg(gettext("inititimes: No dump record file name defined\n"));
99 msg(gettext(
103 msg(gettext("Cannot open dump record file `%s': %s\n"),
111 msg(gettext("Cannot access dump record file `%s' for update\n"),
166 msg(gettext("Looking for name %s in increm = %s for delta = %c\n"),
207 msg("%s: %s\n", increm, strerror(errno));
234 msg(gettext("%s: %s error:\n"),
268 msg(gettext("%s: %s error:\n"),
274 msg(gettext("Level %c dump on %s\n"),
302 msg(gettex
[all...]
/illumos-gate/usr/src/cmd/gss/gssd/
H A Dgssd_handle.c51 #define dprt(msg) (void) fprintf(stderr, "%s\n", msg);
53 #define dprt(msg)
/illumos-gate/usr/src/tools/cscope-fast/
H A Dexec.c73 char msg[MSGLEN + 1]; local
93 (void) sprintf(msg, "\ncscope: cannot execute %s", path);
94 (void) perror(msg); /* display the reason */
/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394.c81 tnf_string, msg, "s1394: failed in s1394_init");
91 tnf_string, msg, "s1394: failed in mod_install");
113 tnf_string, msg, "s1394: failed in mod_remove");
/illumos-gate/usr/src/uts/sun4v/io/
H A Ddrctl_impl.c67 i_drctl_send(void *msg, size_t size, void **obufp, size_t *osize) argument
81 door_args.data_ptr = (char *)msg;
96 DR_DBG_CTL("%s: msg %p size %ld obufp %p osize %p\n",
97 me, msg, size, (void *)obufp, (void *)osize);
/illumos-gate/usr/src/lib/madv/
H A DMakefile55 include $(SRC)/Makefile.msg.targ
/illumos-gate/usr/src/lib/mpss/
H A DMakefile55 include $(SRC)/Makefile.msg.targ
/illumos-gate/usr/src/lib/pam_modules/allow/
H A DMakefile54 include $(SRC)/Makefile.msg.targ
/illumos-gate/usr/src/lib/pam_modules/authtok_check/
H A DMakefile54 include $(SRC)/Makefile.msg.targ
/illumos-gate/usr/src/lib/pam_modules/authtok_get/
H A DMakefile54 include $(SRC)/Makefile.msg.targ
/illumos-gate/usr/src/lib/pam_modules/authtok_store/
H A DMakefile54 include $(SRC)/Makefile.msg.targ
/illumos-gate/usr/src/lib/pam_modules/deny/
H A DMakefile54 include $(SRC)/Makefile.msg.targ
/illumos-gate/usr/src/lib/pam_modules/dial_auth/
H A DMakefile54 include $(SRC)/Makefile.msg.targ
/illumos-gate/usr/src/lib/pam_modules/list/
H A DMakefile53 include $(SRC)/Makefile.msg.targ

Completed in 267 milliseconds

<<11121314151617181920>>