Searched refs:ipc_action_start (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dipc_action.h58 boolean_t ipc_action_start(dhcp_smach_t *, ipc_action_t *);
H A Dipc_action.c59 * ipc_action_start(): starts an ipc_action request on a DHCP state machine
68 ipc_action_start(dhcp_smach_t *dsmp, ipc_action_t *iareq) function
73 dhcpmsg(MSG_CRIT, "ipc_action_start: attempted restart on %s",
79 dhcpmsg(MSG_WARNING, "ipc_action_start: unable to cancel "
94 dhcpmsg(MSG_ERROR, "ipc_action_start: failed to set "
109 dhcpmsg(MSG_DEBUG, "ipc_action_start: started %s (command %d) on %s",
H A Dagent.c664 * infinite. ipc_action_start() should be called when starting an
684 * of a user, ipc_action_start() is called to keep
726 if (!ipc_action_start(dsmp, &ia)) {
727 dhcpmsg(MSG_WARNING, "ipc_event: ipc_action_start "

Completed in 60 milliseconds