Home
last modified time | relevance | path

Searched defs:msg (Results 426 – 450 of 997) sorted by relevance

1...<<11121314151617181920>>...40

/openbsd/libexec/mail.local/
H A Dmail.local.c275 notifybiff(char *msg) in notifybiff()
/openbsd/sys/dev/pci/
H A Dixgbe.c4473 int32_t ixgbe_read_mbx(struct ixgbe_hw *hw, uint32_t *msg, uint16_t size, uint16_t mbx_id) in ixgbe_read_mbx()
4499 int32_t ixgbe_write_mbx(struct ixgbe_hw *hw, uint32_t *msg, uint16_t size, uint16_t mbx_id) in ixgbe_write_mbx()
4649 int32_t ixgbe_read_posted_mbx(struct ixgbe_hw *hw, uint32_t *msg, uint16_t size, uint16_t mbx_id) in ixgbe_read_posted_mbx()
4678 int32_t ixgbe_write_posted_mbx(struct ixgbe_hw *hw, uint32_t *msg, uint16_t size, in ixgbe_write_posted_mbx()
4869 int32_t ixgbe_write_mbx_pf(struct ixgbe_hw *hw, uint32_t *msg, uint16_t size, in ixgbe_write_mbx_pf()
4912 int32_t ixgbe_read_mbx_pf(struct ixgbe_hw *hw, uint32_t *msg, uint16_t size, in ixgbe_read_mbx_pf()
H A Dif_em_osdep.h206 #define EM_KASSERT(exp,msg) do { if (!(exp)) panic msg; } while (0) argument
208 #define EM_KASSERT(exp,msg) argument
/openbsd/usr.sbin/unbound/services/
H A Drpz.c675 rpz_log_dname(char const* msg, uint8_t* dname, size_t dname_len) in rpz_log_dname()
829 rpz_report_rrset_error(const char* msg, uint8_t* rr, size_t rr_len) { in rpz_report_rrset_error()
1859 struct dns_msg* msg = in rpz_dns_msg_new() local
1872 struct dns_msg* msg = rpz_dns_msg_new(ms->region); in rpz_synthesize_nodata() local
1898 struct dns_msg* msg = rpz_dns_msg_new(ms->region); in rpz_synthesize_nxdomain() local
1928 struct dns_msg* msg = NULL; in rpz_synthesize_localdata_from_rrset() local
/openbsd/sbin/unwind/libunbound/services/
H A Drpz.c675 rpz_log_dname(char const* msg, uint8_t* dname, size_t dname_len) in rpz_log_dname()
829 rpz_report_rrset_error(const char* msg, uint8_t* rr, size_t rr_len) { in rpz_report_rrset_error()
1859 struct dns_msg* msg = in rpz_dns_msg_new() local
1872 struct dns_msg* msg = rpz_dns_msg_new(ms->region); in rpz_synthesize_nodata() local
1898 struct dns_msg* msg = rpz_dns_msg_new(ms->region); in rpz_synthesize_nxdomain() local
1928 struct dns_msg* msg = NULL; in rpz_synthesize_localdata_from_rrset() local
/openbsd/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_atombios_dp.c128 amdgpu_atombios_dp_aux_transfer(struct drm_dp_aux *aux, struct drm_dp_aux_msg *msg) in amdgpu_atombios_dp_aux_transfer()
353 u8 msg[DP_DPCD_SIZE]; in amdgpu_atombios_dp_get_dpcd() local
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h278 const ObjCMethodCall &msg, in runCheckersForPreObjCMessage()
296 const ObjCMethodCall &msg, in runCheckersForObjCMessageNil()
/openbsd/sys/dev/pci/drm/amd/pm/swsmu/
H A Dsmu_internal.h57 #define smu_send_smc_msg_with_param(smu, msg, param, read_arg) smu_ppt_funcs(send_smc_msg_with_par… argument
58 #define smu_send_smc_msg(smu, msg, read_arg) smu_ppt_funcs(send_smc_msg, 0, smu, msg, read_arg) argument
/openbsd/sbin/iked/
H A Dutil.c290 struct msghdr msg; in sendtofrom() local
342 struct msghdr msg; in recvfromto() local
/openbsd/gnu/usr.bin/binutils/gdb/rdi-share/
H A Dlogging.c273 static void va_warn1(int len, char *msg) in va_warn1()
/openbsd/sys/arch/alpha/tc/
H A Dtc_3000_300.c259 #define PRINTINTR(msg, bits) \ argument
/openbsd/usr.bin/vi/common/
H A Dsearch.c424 search_msg(SCR *sp, smsg_t msg) in search_msg()
/openbsd/lib/libedit/
H A Dsearch.c98 regerror(const char *msg) in regerror()
/openbsd/usr.sbin/iscsid/
H A Dcontrol.c202 struct msghdr msg; in control_dispatch() local
/openbsd/usr.sbin/vmd/
H A Dns8250.c53 enum pipe_msg_type msg; in ns8250_pipe_dispatch() local
/openbsd/gnu/llvm/llvm/lib/Support/BLAKE3/
H A Dblake3_portable.c20 INLINE void round_fn(uint32_t state[16], const uint32_t *msg, size_t round) { in round_fn()
/openbsd/gnu/llvm/llvm/lib/Support/
H A DErrorHandling.cpp201 void llvm::llvm_unreachable_internal(const char *msg, const char *file, in llvm_unreachable_internal()
H A DPrettyStackTrace.cpp134 static void setCrashLogMessage(const char *msg) { in setCrashLogMessage()
/openbsd/gnu/llvm/llvm/utils/lit/lit/
H A Dutil.py301 def __init__(self, msg, out, err, exitCode): argument
/openbsd/sys/dev/pci/drm/i915/gt/
H A Dselftest_reset.c20 const char *msg) in __igt_reset_stolen()
H A Dintel_reset.c1293 int __intel_engine_reset_bh(struct intel_engine_cs *engine, const char *msg) in __intel_engine_reset_bh()
1355 int intel_engine_reset(struct intel_engine_cs *engine, const char *msg) in intel_engine_reset()
1418 char *msg = NULL; in intel_gt_handle_error() local
/openbsd/usr.sbin/rpki-client/
H A Dip.c345 ip_warn(const char *fn, const char *msg, const struct cert_ip *ip) in ip_warn()
/openbsd/usr.sbin/npppd/npppd/
H A Dprivsep.c81 u_char msg[0]; member
294 priv_sendto(int s, const void *msg, int len, int flags, in priv_sendto()
325 priv_send(int s, const void *msg, int len, int flags) in priv_send()
/openbsd/usr.sbin/dhcpd/
H A Dsync.c356 struct msghdr msg; in sync_send() local
/openbsd/usr.bin/top/
H A Dcommands.c214 char *msg; in str_adderr() local

1...<<11121314151617181920>>...40