HomeSort by: relevance | last modified time | path
    Searched refs:overload (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
sun5i-a13-pocketbook-touch-lux-3.dts 217 /* We need this otherwise the LDO3 would overload */
  /src/sys/fs/nfs/common/
bootp_subr.c 143 int overload; member in struct:bootpc_ifcontext
179 int overload; member in struct:bootpc_tagcontext
218 #define TAG_OVERLOAD 52 /* Option Overload */
223 /* Overload values */
1381 tctx->overload = *j;
1391 tctx->overload = 0;
1403 if ((tctx->overload & OVERLOAD_FILE) != 0)
1408 if ((tctx->overload & OVERLOAD_SNAME) != 0)
1446 /* This call used for the side effect (overload flag) */
1450 if ((gctx->tmptag.overload & OVERLOAD_SNAME) == 0
    [all...]
  /src/dist/pf/sbin/pfctl/
parse.y 146 } overload;
424 %token MAXSRCCONN MAXSRCCONNRATE OVERLOAD FLUSH
1807 yyerror("multiple 'overload' "
1812 o->data.overload.tblname,
1819 r.flush = o->data.overload.flush;
3184 | OVERLOAD '<' STRING '>' flush {
3193 if (strlcpy($$->data.overload.tblname, $3,
3198 $$->data.overload.flush = $5;
4080 yyerror("'overload' requires 'max-src-conn' "
4953 { "overload", OVERLOAD}
    [all...]

Completed in 30 milliseconds