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

/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DDRM.java76 * @throws Exception If the offer fails.
78 public void offer() throws Exception; method in interface:DRM
81 * Cancel a previous offer or request.
H A DLogDRM.java106 * TODO: Define offer parameters.
108 * @throws Exception If the offer fails.
110 public void offer() throws Exception method in class:LogDRM
117 * Canel a previous offer or request.
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Drequest.c138 * the ACK/NAK. This may be called by the offer timer or
152 PKT_LIST *offer; local
158 * called back by the offer wait timer. If so, then drop our hold
163 "dhcp_requesting: offer wait timer on v%d %s",
176 offer = select_best(dsmp);
177 if (offer == NULL) {
230 if (!isv6 && offer->opts[CD_DHCP_TYPE] == NULL) {
238 if (!dhcp_bound(dsmp, offer)) {
254 d6o = dhcpv6_pkt_option(offer, NULL, DHCPV6_OPT_STATUS_CODE,
260 if (!save_server_id(dsmp, offer))
1069 PKT_LIST *offer; local
[all...]

Completed in 78 milliseconds