Home
last modified time | relevance | path

Searched refs:strategy (Results 1 – 25 of 36) sorted by relevance

12

/illumos-gate/usr/src/cmd/cmd-inet/sbin/netstrategy/
H A Dnetstrategy.c257 char *root, *interface, *strategy, dummy; in main() local
261 root = interface = strategy = NULL; in main()
277 strategy = "bootprops"; in main()
287 (void) printf("%s %s %s\n", root, interface, strategy); in main()
298 strategy = "dhcp"; in main()
330 strategy = "dhcp"; in main()
339 if (strategy == NULL) in main()
340 strategy = "rarp"; /* must be rarp/bootparams */ in main()
342 if (interface == NULL || strategy == NULL) in main()
343 interface = strategy = "none"; in main()
[all …]
/illumos-gate/usr/src/uts/intel/strategy/
H A DMakefile45 MODULE = strategy
57 $(OBJS_DIR)/strategy.o := SMOFF += all_func_returns
/illumos-gate/usr/src/contrib/zlib/
H A Dzlib.h707 int strategy));
1381 ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy));
1787 int strategy, const char *version,
1800 # define z_deflateInit2(strm, level, method, windowBits, memLevel, strategy) \ argument
1802 (strategy), ZLIB_VERSION, (int)sizeof(z_stream))
1814 # define deflateInit2(strm, level, method, windowBits, memLevel, strategy) \ argument
1816 (strategy), ZLIB_VERSION, (int)sizeof(z_stream))
H A Ddeflate.c248 int strategy;
296 strategy < 0 || strategy > Z_FIXED || (windowBits == 8 && wrap != 1)) {
382 s->strategy = strategy;
607 int ZEXPORT deflateParams(strm, level, strategy) in deflateParams() argument
610 int strategy;
623 if (level < 0 || level > 9 || strategy < 0 || strategy > Z_FIXED) {
628 if ((strategy != s->strategy || func != configuration_table[level].func) &&
651 s->strategy = strategy;
860 if (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2)
1043 s->strategy == Z_RLE ? deflate_rle(s, flush) :
[all …]
H A Dgzguts.h192 int strategy; /* compression strategy */ member
H A Ddeflate.h187 int strategy; /* favor or force Huffman coding*/ member
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.h868 ZEXTERN int ZEXPORT deflateParams OF((z_streamp strm, int level, int strategy));
1176 int windowBits, int memLevel, int strategy,
1184 #define deflateInit2(strm, level, method, windowBits, memLevel, strategy) \ argument
1186 (strategy), ZLIB_VERSION, sizeof (z_stream))
H A Dzlib.c855 int strategy;
897 strategy < 0 || strategy > Z_HUFFMAN_ONLY) {
937 s->strategy = strategy;
1028 deflateParams(strm, level, strategy) in deflateParams() argument
1031 int strategy;
1044 if (level < 0 || level > 9 || strategy < 0 ||
1045 strategy > Z_HUFFMAN_ONLY) {
1061 s->strategy = strategy;
1986 if (s->strategy != Z_HUFFMAN_ONLY) {
2113 if (s->strategy != Z_HUFFMAN_ONLY) {
[all …]
/illumos-gate/usr/src/cmd/bhyve/
H A De820.h42 const enum e820_allocation_strategy strategy);
H A De820.c397 const enum e820_allocation_strategy strategy) in e820_alloc() argument
402 switch (strategy) { in e820_alloc()
/illumos-gate/usr/src/uts/intel/cmdk/
H A DMakefile62 LDFLAGS += -Nmisc/dadk -Nmisc/strategy -Nmisc/cmlb
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.h446 int strategy,
H A Dzlib.c304 int strategy; /* favor or force Huffman coding*/ member
590 strategy, minCompression) in deflateInit2() argument
596 int strategy;
655 s->strategy = strategy;
1263 if (s->strategy != Z_HUFFMAN_ONLY) {
1361 if (s->strategy != Z_HUFFMAN_ONLY) {
1367 if (s->match_length <= 5 && (s->strategy == Z_FILTERED ||
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_82598.c68 u32 headroom, int strategy);
1396 u32 headroom, int strategy) in ixgbe_set_rxpba_82598() argument
1406 switch (strategy) { in ixgbe_set_rxpba_82598()
H A Dixgbe_common.h159 int strategy);
/illumos-gate/usr/src/pkg/manifests/
H A Ddriver-i86pc-platform.p5m56 file path=kernel/misc/$(ARCH64)/strategy group=sys mode=0755
H A Dsystem-kernel.man9e.inc109 file path=usr/share/man/man9e/strategy.9e
/illumos-gate/usr/src/man/man9e/
H A DMakefile79 strategy.9e \
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A DREADME58 One possible strategy would be to have the spooler run postio as a single process
/illumos-gate/usr/src/uts/intel/
H A DMakefile.files157 STRATEGY_OBJS += strategy.o
H A DMakefile.intel627 MISC_KMODS += strategy
/illumos-gate/usr/src/uts/common/os/
H A Daio_subr.c72 int (*strategy)(struct buf *), in aphysio()
163 return ((*strategy)(bp)); in aphysio()
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c1393 int strategy; /* favor or force Huffman coding*/ member
3682 int strategy = Z_DEFAULT_STRATEGY; /* compression strategy */ local
3727 strategy = Z_FILTERED;
3729 strategy = Z_HUFFMAN_ONLY;
3731 strategy = Z_RLE;
3754 Z_DEFLATED, -MAX_WBITS, DEF_MEM_LEVEL, strategy);
/illumos-gate/usr/src/cmd/fm/eversholt/files/common/
H A Ddisk.esc42 * This strategy is designed to give a file system, like ZFS, the
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Ddhcpagent.dfl77 # Note: this does not control the retransmission strategy for

12