Searched refs:strategy (Results 1 - 25 of 32) sorted by relevance

12

/illumos-gate/usr/src/cmd/cmd-inet/sbin/netstrategy/
H A Dnetstrategy.c33 * 0 - if the program successfully determined the net strategy.
37 * stdout: <root fs type> <interface name> <net config strategy>.
41 * <net config strategy> - "dhcp", "rarp", "bootprops"
53 * <net config strategy> can be either "rarp", "dhcp", "bootprops", or
54 * "none" depending on which strategy was used to configure the
56 * net-based strategy.
257 char *root, *interface, *strategy, dummy; local
261 root = interface = strategy = NULL;
277 strategy = "bootprops";
287 (void) printf("%s %s %s\n", root, interface, strategy);
[all...]
/illumos-gate/usr/src/uts/i86pc/i86hvm/pv_sd/
H A DMakefile64 LDFLAGS += -dy -Nmisc/strategy -Nmisc/cmlb -Ndrv/xpvd -Ndrv/xdf
/illumos-gate/usr/src/uts/intel/strategy/
H A DMakefile23 # uts/intel/strategy/Makefile
30 # This makefile drives the production of the strategy "misc"
44 MODULE = strategy
/illumos-gate/usr/src/uts/i86pc/i86hvm/hvm_cmdk/
H A DMakefile62 LDFLAGS += -dy -Nmisc/dadk -Nmisc/strategy -Nmisc/cmlb
/illumos-gate/usr/src/uts/i86pc/i86hvm/pv_cmdk/
H A DMakefile64 LDFLAGS += -dy -Nmisc/strategy -Nmisc/cmlb -Ndrv/xpvd -Ndrv/xdf
/illumos-gate/usr/src/uts/intel/cmdk/
H A DMakefile64 LDFLAGS += -dy -Nmisc/dadk -Nmisc/strategy -Nmisc/cmlb
/illumos-gate/usr/src/uts/common/avs/ns/solaris/
H A Dnsc_raw.c59 strategy_fn_t strategy; member in struct:raw_maj
139 /* Free the memory allocated for strategy pointers */
204 maj->strategy = ops->devo_cb_ops->cb_strategy;
211 if (maj->strategy == NULL ||
212 maj->strategy == nodev ||
213 maj->strategy == nulldev) {
215 "nskern: no strategy function for "
231 * nsc_get_strategy returns the strategy function associated with
232 * the major number umaj. NULL is returned if no strategy is found.
238 strategy_fn_t strategy local
[all...]
/illumos-gate/usr/src/uts/common/zmod/
H A Dzlib.h196 /* compression strategy; see deflateInit2() below for details */
487 int strategy));
519 The strategy parameter is used to tune the compression algorithm. Use the
528 Z_HUFFMAN_ONLY, but give better compression for PNG image data. The strategy
588 compression state which can be quite large, so this strategy is slow and
610 int strategy));
612 Dynamically update the compression level and compression strategy. The
613 interpretation of level and strategy is as in deflateInit2. This can be
616 strategy. If the compression level is changed, the input available so far
1074 ("wb9") or a strategy
[all...]
H A Ddeflate.c222 int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy,
229 int strategy;
273 strategy < 0 || strategy > Z_FIXED) {
314 s->strategy = strategy;
422 int ZEXPORT deflateParams(strm, level, strategy)
425 int strategy;
439 if (level < 0 || level > 9 || strategy < 0 || strategy > Z_FIXE
[all...]
H A Ddeflate.h183 int strategy; /* favor or force Huffman coding*/ member in struct:internal_state
/illumos-gate/usr/src/boot/lib/libz/
H A Dgzwrite.c46 MAX_WBITS + 16, DEF_MEM_LEVEL, state->strategy);
500 int ZEXPORT gzsetparams(file, level, strategy)
503 int strategy;
519 if (level == state->level && strategy == state->strategy)
534 deflateParams(strm, level, strategy);
537 state->strategy = strategy;
H A Ddeflate.c213 int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy,
220 int strategy;
273 strategy < 0 || strategy > Z_FIXED) {
316 s->strategy = strategy;
490 int ZEXPORT deflateParams(strm, level, strategy)
493 int strategy;
507 if (level < 0 || level > 9 || strategy < 0 || strategy > Z_FIXE
[all...]
H A Dgzlib.c124 state->strategy = Z_DEFAULT_STRATEGY;
158 state->strategy = Z_FILTERED;
161 state->strategy = Z_HUFFMAN_ONLY;
164 state->strategy = Z_RLE;
167 state->strategy = Z_FIXED;
H A Dzlib.h197 /* compression strategy; see deflateInit2() below for details */
532 int strategy));
564 The strategy parameter is used to tune the compression algorithm. Use the
574 strategy parameter only affects the compression ratio but not the
640 compression state which can be quite large, so this strategy is slow and can
662 int strategy));
664 Dynamically update the compression level and compression strategy. The
665 interpretation of level and strategy is as in deflateInit2. This can be
667 to switch to a different kind of input data requiring a different strategy.
1231 a strategy
[all...]
H A Dgzguts.h183 int strategy; /* compression strategy */ member in struct:__anon107
H A Ddeflate.h186 int strategy; /* favor or force Huffman coding*/ member in struct:internal_state
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.h494 /* compression strategy; see deflateInit2() below for details */
743 * int strategy));
767 * The strategy parameter is used to tune the compression
775 * intermediate between Z_DEFAULT and Z_HUFFMAN_ONLY. The strategy
849 * quite large, so this strategy is slow and can consume lots of
870 ZEXTERN int ZEXPORT deflateParams OF((z_streamp strm, int level, int strategy));
872 * Dynamically update the compression level and compression strategy.
875 * requiring a different strategy. If the compression level is
1178 int windowBits, int memLevel, int strategy,
1186 #define deflateInit2(strm, level, method, windowBits, memLevel, strategy) \
[all...]
H A Dzlib.c213 * You may have to use the same strategy for Borland C (untested).
465 int strategy; /* favor or force Huffman coding */ member in struct:deflate_state
850 int deflateInit2_(strm, level, method, windowBits, memLevel, strategy,
857 int strategy;
899 strategy < 0 || strategy > Z_HUFFMAN_ONLY) {
939 s->strategy = strategy;
1030 deflateParams(strm, level, strategy)
1033 int strategy;
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.h446 int strategy,
468 The strategy parameter is used to tune the compression algorithm. Use
473 compression algorithm is tuned to compress them better. The strategy
515 compression state which can be quite large, so this strategy is slow and
/illumos-gate/usr/src/cmd/lvm/metassist/xml/
H A Dxml_convert.c1903 mirror_read_strategy_t strategy; local
1906 strategy = MIRROR_READ_ROUNDROBIN;
1910 strategy = MIRROR_READ_GEOMETRIC;
1914 strategy = MIRROR_READ_FIRST;
1922 return (devconfig_set_mirror_read(mirror, strategy));
1946 mirror_write_strategy_t strategy; local
1949 strategy = MIRROR_WRITE_PARALLEL;
1953 strategy = MIRROR_WRITE_SERIAL;
1961 return (devconfig_set_mirror_write(mirror, strategy));
2170 /* Get mirror read strategy */
[all...]
/illumos-gate/usr/src/uts/common/io/warlock/
H A Dddi_dki_comm.inc81 int (*strategy)(struct buf *),
88 (*strategy)(0);
/illumos-gate/usr/src/man/man9e/
H A DMakefile67 strategy.9e \
/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_bio.c918 * strategy - strategy function to call if known by the user, or NULL.
926 sd_start_io(struct buf *bp, strategy_fn_t strategy, sdbc_ea_fn_t fn, argument
1007 if (!strategy) {
1008 strategy =
1012 if (!strategy) {
1025 (*strategy)(bp);
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_common.h157 int strategy);
H A Dixgbe_82598.c67 u32 headroom, int strategy);
1388 * @strategy: packet buffer allocation strategy
1391 u32 headroom, int strategy)
1401 switch (strategy) {
1390 ixgbe_set_rxpba_82598(struct ixgbe_hw *hw, int num_pb, u32 headroom, int strategy) argument

Completed in 152 milliseconds

12