HomeSort by: relevance | last modified time | path
    Searched refs:separate (Results 1 - 25 of 42) sorted by relevancy

1 2

  /src/usr.sbin/altq/libaltq/
qop_jobs.h 88 int separate; member in struct:jobs_ifinfo
109 int qcmd_jobs_add_if(const char *ifname, u_int bandwidth, int qlimit, int separate);
116 u_int bandwidth, int qlimit, int separate);
qop_jobs.c 153 int separate = 0; /* by default: shared buffer */ local in function:jobs_interface_parser
171 } else if (EQUAL(*argv, "separate")) {
173 separate = 1;
186 if (qcmd_jobs_add_if(ifname, bandwidth, qlimit, separate) != 0)
287 qcmd_jobs_add_if(const char *ifname, u_int bandwidth, int qlimit, int separate)
291 error = qop_jobs_add_if(NULL, ifname, bandwidth, qlimit, separate);
367 u_int bandwidth, int qlimit, int separate)
376 jobs_ifinfo->separate = separate;
533 attach.separate = (u_int)((struct jobs_ifinfo*)ifinfo->private)->separate
    [all...]
  /src/usr.bin/make/unit-tests/
varmod-order-string.mk 13 # regular characters. Therefore '`in' is a separate word from 'backticks`',
varparse-mod.mk 6 # The condition contains two separate mistakes. The first mistake is that
char-005c-reverse-solidus.mk 78 # serves to escape the ":" that is otherwise used to separate the modifiers.
directive-for-empty.mk 83 # the .for loops in a separate scope. To match the current behavior, there
115 # Using a separate scope has the benefit that Var_Parse already allows for
archive.mk 19 # targets is run in its separate sub-make.
varname-makeflags.mk 48 # separate words to the MAKEFLAGS for the child processes. Special characters
varmod-subst-regex.mk 187 # do not need to be followed by a ':' to separate them from the next modifier.
varmod-assign.mk 194 # Run the 'target' test in a separate sub-make, with reduced debug logging.
varmod-ifelse.mk 276 # In an indirect condition using a separate variable, each '$' must be
directive-for.mk 59 # iteration variables and the normal global variables live in separate
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
kirkwood-nas2big.dts 46 * wired to a separate GPIO.
imx6qdl-dhcom-drc02.dtsi 25 * NOTE: On DRC02, the RS485_RX_En is controlled by a separate
imx6ul-phytec-segin.dtsi 87 * driver can not separate a specific channel so we request 4 channels
am3874-iceboard.dts 251 /* EEPROM bank and serial number are treated as separate devices */
  /src/doc/
TODO.compat-module 44 12. Finished splitting the vnd_30 and vnd_50 compat code into separate
54 15. The rtsock.c code has been split into two separate source files,
94 that I haven't been able to cleanly separate. These items are not
  /src/usr.bin/cal/
cal.c 651 center(const char *str, int len, int separate)
656 if (separate)
657 (void)printf("%*s", separate, "");
  /src/sys/arch/hppa/stand/common/
srt0.S 107 ; with separate instruction and data caches, we must flush our data
  /src/tools/gdb/
Makefile 142 --with-separate-debug-dir=/usr/libdata/debug \
  /src/sys/altq/
altq_jobs.h 137 u_int separate; /* separate buffers flag */ member in struct:jobs_attach
379 u_int jif_separate; /* separate buffers or not */
altq_jobs.c 150 jobs_attach(struct ifaltq *ifq, u_int bandwidth, u_int qlimit, u_int separate)
160 jif->jif_separate = separate;
164 (int)qlimit, separate?"separate buffers":"shared buffer");
787 * separate buffers: no guarantees on packet drops
1957 if ((jif = jobs_attach(&ifp->if_snd, ap->bandwidth, ap->qlimit, ap->separate)) == NULL)
  /src/sys/arch/m68k/m68k/
busaddrerr.s 219 | (we dont separate data/program)
  /src/common/dist/zlib/contrib/delphi/
ZLib.pas 100 Compressed data comes from a separate source stream. TDecompressionStream
  /src/sys/arch/m68k/060sp/dist/
ilsp.s 95 # sign info for later. Separate out special cases like divide-by-zero #
151 # separate signed and unsigned divide
203 # separate into signed and unsigned finishes.

Completed in 20 milliseconds

1 2