Home
last modified time | relevance | path

Searched refs:msg (Results 1601 – 1625 of 1993) sorted by relevance

1...<<61626364656667686970>>...80

/freebsd/lib/libnv/tests/
H A Dnv_tests.cc534 std::ostringstream msg; in ATF_TEST_CASE_BODY() local
589 msg << "Unexpected key :'" << name << "'"; in ATF_TEST_CASE_BODY()
590 ATF_FAIL(msg.str().c_str()); in ATF_TEST_CASE_BODY()
/freebsd/sys/contrib/device-tree/src/arm/qcom/
H A Dqcom-msm8226.dtsi61 qcom,rpm-msg-ram = <&apss_master_stats>,
139 qcom,rpm-msg-ram = <&rpm_msg_ram>;
788 compatible = "qcom,rpm-msg-ram";
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dqplib_res.c1052 struct bnxt_qplib_cmdqmsg msg = {}; in bnxt_qplib_stop_res() local
1058 bnxt_qplib_fill_cmdqmsg(&msg, &req, &resp, NULL, sizeof(req), in bnxt_qplib_stop_res()
1060 rc = bnxt_qplib_rcfw_send_message(rcfw, &msg); in bnxt_qplib_stop_res()
/freebsd/sys/dev/cxgbe/
H A Dadapter.h1315 const char *msg, const __be64 *const p, const bool err) in CH_DUMP_MBOX()
1324 device_get_nameunit(sc->dev), mbox, msg, in CH_DUMP_MBOX()
1333 device_get_nameunit(sc->dev), mbox, msg, in CH_DUMP_MBOX()
1314 CH_DUMP_MBOX(struct adapter * sc,int mbox,const int reg,const char * msg,const __be64 * const p,const bool err) CH_DUMP_MBOX() argument
/freebsd/contrib/dialog/
H A Ddialog.h619 #define assert_ptr(ptr,msg) if ((ptr) == 0) dlg_exiterr("cannot allocate memory in " msg) argument
/freebsd/contrib/diff/src/
H A Dsdiff.c259 perror_fatal (char const *msg) in perror_fatal() argument
263 error (0, e, "%s", msg); in perror_fatal()
/freebsd/contrib/lib9p/pytest/
H A Dclient.py218 def trace(self, msg, *args, **kwargs): argument
221 self.tstate.logger.log(level, ' ' + msg, *args, **kwargs)
/freebsd/contrib/byacc/test/
H A Dexpr.oxout.y174 void yyyfatal(char *msg) in yyyfatal() argument
175 {fputs(msg,stderr);exit(-1);} in yyyfatal()
/freebsd/sys/dev/virtio/pci/
H A Dvirtio_pci.c233 vtpci_describe_features(struct vtpci_common *cn, const char *msg, in vtpci_describe_features() argument
244 virtio_describe(dev, msg, features, cn->vtpci_child_feat_desc); in vtpci_describe_features()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp458 static CppModuleConfiguration LogConfigError(const std::string &msg) { in LogConfigError() argument
460 LLDB_LOG(log, "[C++ module config] {0}", msg); in LogConfigError()
/freebsd/sys/dev/qat/include/common/
H A Dadf_common_drv.h306 struct pfvf_message msg);
/freebsd/sys/dev/ocs_fc/
H A Docs_utils.h293 extern int32_t ocs_pm_request(ocs_t *ocs, ocs_pm_msg_e msg, int32_t (*callback)(ocs_t *ocs, int32_t…
/freebsd/sys/fs/fuse/
H A Dfuse_ipc.h405 void fuse_warn(struct fuse_data *data, unsigned flag, const char *msg);
/freebsd/sys/dev/filemon/
H A Dfilemon.c95 static void filemon_output(struct filemon *filemon, char *msg, size_t len);
/freebsd/stand/liblua/
H A Dlutils.c81 char *msg; in lua_has_feature() local
/freebsd/contrib/unbound/testdata/
H A Drrset_use_cached.rpl9 outbound-msg-retry: 0
/freebsd/contrib/ldns/
H A Dacx_nlnetlabs.m4279 struct msghdr msg;
280 msg.msg_control = 0;
287 if(str && t && tv.tv_usec && msg.msg_control)
316 struct msghdr msg;
317 msg.msg_control = 0;
324 if(str && t && tv.tv_usec && msg.msg_control)
/freebsd/sys/netinet/
H A Dip_carp.c1160 char msg[sizeof(fmt) + IFNAMSIZ]; in carp_send_ad_error() local
1162 sprintf(msg, fmt, error, if_name(sc->sc_carpdev)); in carp_send_ad_error()
1163 carp_demote_adj(V_carp_senderr_adj, msg); in carp_send_ad_error()
1170 char msg[sizeof(fmt) + IFNAMSIZ]; in carp_send_ad_error() local
1172 sprintf(msg, fmt, if_name(sc->sc_carpdev)); in carp_send_ad_error()
1173 carp_demote_adj(-V_carp_senderr_adj, msg); in carp_send_ad_error()
/freebsd/contrib/libedit/
H A Dreadline.c2376 char msg[MAX_MESSAGE]; in rl_message() local
2380 vsnprintf(msg, sizeof(msg), format, args); in rl_message()
2383 rl_set_prompt(msg); in rl_message()
/freebsd/crypto/openssh/
H A Dmonitor.c421 char *msg; in monitor_read_log() local
454 (r = sshbuf_get_cstring(logmsg, &msg, NULL)) != 0) in monitor_read_log()
460 sshlogdirect(level, forced, "%s [preauth]", msg); in monitor_read_log()
463 free(msg); in monitor_read_log()
/freebsd/sys/dev/virtio/mmio/
H A Dvirtio_mmio.c864 vtmmio_describe_features(struct vtmmio_softc *sc, const char *msg, in vtmmio_describe_features() argument
875 virtio_describe(dev, msg, features, sc->vtmmio_child_feat_desc); in vtmmio_describe_features()
/freebsd/sys/powerpc/mpc85xx/
H A Dpci_mpc85xx.c167 const char *msg; member
278 device_get_unit(dev), pci_err[i].msg); in fsl_pcib_err_intr()
/freebsd/crypto/openssl/crypto/x509/
H A Dv3_asid.c64 int indent, const char *msg)
70 BIO_printf(out, "%*s%s:\n", indent, "", msg);
/freebsd/sys/contrib/xen/io/
H A Dring.h126 uint8_t msg; \
/freebsd/sys/dev/hptiop/
H A Dhptiop.h448 void (*post_msg)(struct hpt_iop_hba *hba, u_int32_t msg);

1...<<61626364656667686970>>...80