Searched refs:overload (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/sbin/dhclient/
H A Doptions.c378 int overload, /* Overload flags that may be set. */
452 (main_buffer_size - 7 + ((overload & 1) ? DHCP_FILE_LEN : 0) +
453 ((overload & 2) ? DHCP_SNAME_LEN : 0)),
455 (main_buffer_size + ((overload & 1) ? DHCP_FILE_LEN : 0)),
463 * If we're going to have to overload, store the overload option
487 if (overload & 1) {
502 if ((overload & 2) && option_size < bufix) {
376 cons_options(struct packet *inpacket, struct dhcp_packet *outpacket, int mms, struct tree_cache **options, int overload, int terminate, int bootpp, u_int8_t *prl, int prl_len) argument
/freebsd-10.0-release/sys/nfs/
H A Dbootp_subr.c127 int overload; member in struct:bootpc_ifcontext
162 int overload; member in struct:bootpc_tagcontext
1335 tctx->overload = *j;
1345 tctx->overload = 0;
1357 if ((tctx->overload & OVERLOAD_FILE) != 0)
1362 if ((tctx->overload & OVERLOAD_SNAME) != 0)
1403 /* This call used for the side effect (overload flag) */
1407 if ((gctx->tmptag.overload & OVERLOAD_SNAME) == 0)
1410 if ((gctx->tmptag.overload & OVERLOAD_FILE) == 0)
/freebsd-10.0-release/contrib/gcc/cp/
H A Dclass.c907 tree overload;
1028 coming from the using class in overload resolution. */
1085 overload = build_overload (method, current_fns);
1090 push_class_level_binding (DECL_NAME (method), overload);
1105 VEC_quick_push (tree, method_vec, overload);
1107 VEC_quick_insert (tree, method_vec, slot, overload);
1111 VEC_replace (tree, method_vec, slot, overload);
3921 arguments. As it is the clones that are involved in overload
5734 tree overload,
5780 gcc_assert (is_overloaded_fn (overload));
905 tree overload; local
1088 push_class_level_binding (DECL_NAME (method), overload); local
5726 resolve_address_of_overloaded_function(tree target_type, tree overload, tsubst_flags_t flags, bool template_only, tree explicit_targs, tree access_path) argument
[all...]
H A Dcp-tree.h339 selected by overload resolution. */
473 struct tree_overload GTY ((tag ("TS_CP_OVERLOAD"))) overload;
2602 /* Indicates when overload resolution may resolve to a pointer to
/freebsd-10.0-release/sbin/pfctl/
H A Dparse.y179 } overload;
1991 yyerror("multiple 'overload' "
1996 o->data.overload.tblname,
2003 r.flush = o->data.overload.flush;
3522 if (strlcpy($$->data.overload.tblname, $3,
3527 $$->data.overload.flush = $5;
4404 yyerror("'overload' requires 'max-src-conn' "
5283 { "overload", OVERLOAD},

Completed in 209 milliseconds