Searched defs:send_reply (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/hal/hald-runner/
H A Drunner.c109 send_reply(DBusConnection *con, DBusMessage *msg, guint32 exit_type, gint32 return_code, gchar **error) function
165 send_reply(rd->con, rd->msg, HALD_RUN_FAILED, 0, NULL);
176 send_reply(rd->con, rd->msg, HALD_RUN_SUCCESS, WEXITSTATUS(status), error);
210 send_reply(rd->con, rd->msg, HALD_RUN_TIMEOUT, 0, NULL);
279 send_reply(con, msg, HALD_RUN_FAILED, 0, NULL);
347 send_reply(rd->con, rd->msg, HALD_RUN_KILLED, 0, NULL);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping.c146 boolean_t send_reply = _B_FALSE; /* Send an ICMP_{ECHO|TSTAMP}REPLY */ variable
161 /* if send_reply, it's 2*num_gw+1 */
385 send_reply = _B_TRUE;
423 send_reply = _B_TRUE;
521 * send_reply, which sends the probe packet back to itself
525 send_reply = _B_FALSE;
582 if (send_reply) {
607 if (send_reply) {
671 if (send_reply) {
1864 if (send_reply) {
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c3653 boolean_t send_reply = B_TRUE; local
3723 send_reply = B_FALSE;
3740 if (send_reply) {
3750 int send_reply = 1; local
3789 send_reply = 0;
3803 send_reply = 0;
3809 if (send_reply) {
3822 boolean_t send_reply = B_TRUE; local
3867 send_reply = B_FALSE;
3900 if (send_reply) {
3913 int send_reply = 1; local
[all...]

Completed in 72 milliseconds