Home
last modified time | relevance | path

Searched refs:smr (Results 1 – 5 of 5) sorted by relevance

/trueos/sbin/launchd/
HDruntime.c1067 mach_msg_return_t smr = ~MACH_MSG_SUCCESS; in launchd_exc_runtime_once() local
1071smr = mach_msg(&bufReply->Head, send_options, bufReply->Head.msgh_size, 0, MACH_PORT_NULL, to + 10… in launchd_exc_runtime_once()
1072 switch (smr) { in launchd_exc_runtime_once()
1080 if (smr) { in launchd_exc_runtime_once()
1081 _launchd_syslog(LOG_WARNING, "Couldn't deliver exception reply: 0x%x", smr); in launchd_exc_runtime_once()
/trueos/sys/dev/iwi/
HDif_iwireg.h394 uint8_t smr; member
/trueos/
Dinitial stab at compiling mach.diff885 struct mach_right *smr;
894 - smr = mach_right_get(smp, l, MACH_PORT_TYPE_SEND, 0);
895 + smr = mach_right_get(smp, td, MACH_PORT_TYPE_SEND, 0);
Dmach-compat.diff3103 + struct mach_right *smr;
3111 + smr = mach_right_get(smp, l, MACH_PORT_TYPE_SEND, 0);
3115 + mach_add_port_desc(rep, smr->mr_name);
/trueos/crypto/openssl/
HDCHANGES4063 [Steven Reddie <smr@essemer.com.au> via Richard Levitte]
4138 [Steven Reddie <smr@essemer.com.au> via Richard Levitte]