Searched defs:partial (Results 1 - 10 of 10) sorted by relevance

/osnet-11/usr/src/lib/libdhcpsvc/modules/templates/
H A Ddhcp_network.c71 * described by the combination of query and targetp. If the partial
90 lookup_dn(void *handle, boolean_t partial, uint_t query, int count, argument
H A Ddhcptab.c69 * described by the combination of query and targetp. If the partial
87 lookup_dt(void *handle, boolean_t partial, uint_t query, int count, argument
/osnet-11/usr/src/lib/libdhcpsvc/modules/binfiles/
H A Ddhcptab.c173 lookup_dt(void *handle, boolean_t partial, uint_t query, int count, argument
189 retval = find_dt(fd, partial ? FIND_PARTIAL : 0, query, count, targetp,
199 * `partial' argument has been generalized into a `flags' field and the
H A Ddhcp_network.c214 * written, so we can detect partial failure.
317 lookup_dn(void *handle, boolean_t partial, uint_t query, int count, argument
460 if (!partial)
472 if (!partial)
/osnet-11/usr/src/lib/libdhcpsvc/modules/files/
H A Ddhcptab.c141 * update_dt(); same semantics as lookup_dt() except that the `partial'
283 lookup_dt(void *handle, boolean_t partial, uint_t query, int count, argument
299 retval = find_dt(fp, partial ? FIND_PARTIAL : 0, query, count, targetp,
H A Ddhcp_network.c164 * update_dn(); same semantics as lookup_dn() except that the `partial'
339 lookup_dn(void *handle, boolean_t partial, uint_t query, int count, argument
355 retval = find_dn(fd, partial ? FIND_PARTIAL : 0, query, count, targetp,
/osnet-11/usr/src/lib/libdhcpsvc/modules/files0/
H A Ddhcptab.c107 * update_dt(); same semantics as lookup_dt() except that the `partial'
248 lookup_dt(void *handle, boolean_t partial, uint_t query, int count, argument
264 retval = find_dt(fp, partial ? FIND_PARTIAL : 0, query, count, targetp,
H A Ddhcp_network.c269 lookup_dn(void *handle, boolean_t partial, uint_t query, int count, argument
285 retval = find_dn(fp, partial ? FIND_PARTIAL : 0, query, count, targetp,
/osnet-11/usr/src/lib/libdhcpsvc/private/
H A Dprivate.c518 * the combination of query and targetp. If the partial field is true, then
534 lookup_dd(dsvc_handle_t hand, boolean_t partial, uint_t query, argument
568 error = lookup(hand->d_hand, partial, query, count, targetp, recordsp,
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_import.c539 int partial = misp->mis_partial; local
630 * means the set only has partial replicas
639 partial = MD_IM_PARTIAL_DISKSET;
648 partial = MD_IM_PARTIAL_DISKSET;
661 partial = MD_IM_PARTIAL_DISKSET;
671 partial = MD_IM_PARTIAL_DISKSET;
680 partial = MD_IM_PARTIAL_DISKSET;
695 partial = MD_IM_PARTIAL_DISKSET;
757 * Update the partial state of the set. This is determined from
761 misp->mis_partial = partial;
1458 int partial = imp_flags & MD_IM_PARTIAL_DISKSET; local
2336 int partial = 0; local
3079 int partial = 0; local
3402 int partial = 0; local
[all...]

Completed in 52 milliseconds