/illumos-gate/usr/src/cmd/cmd-inet/sbin/netstrategy/ |
H A D | netstrategy.c | 33 * 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/boot/lib/libz/ |
H A D | gzguts.h | 183 int strategy; /* compression strategy */ member in struct:__anon107
|
H A D | deflate.h | 186 int strategy; /* favor or force Huffman coding*/ member in struct:internal_state
|
/illumos-gate/usr/src/uts/common/avs/ns/sdbc/ |
H A D | sd_bio.c | 918 * 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/avs/ns/solaris/ |
H A D | nsc_raw.c | 59 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 D | deflate.h | 183 int strategy; /* favor or force Huffman coding*/ member in struct:internal_state
|
/illumos-gate/usr/src/uts/common/io/ixgbe/core/ |
H A D | ixgbe_82598.c | 67 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
|
H A D | ixgbe_common.c | 4540 * @strategy: packet buffer allocation strategy 4543 int strategy) 4556 * buffers requested using supplied strategy. 4558 switch (strategy) { 4560 /* ixgbe_dcb_pba_80_48 strategy weight first half of packet 4578 /* Only support an equally distributed Tx packet buffer strategy. */ 4542 ixgbe_set_rxpba_generic(struct ixgbe_hw *hw, int num_pb, u32 headroom, int strategy) argument
|
/illumos-gate/usr/src/cmd/lvm/metassist/xml/ |
H A D | xml_convert.c | 1903 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/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | zlib.c | 304 int strategy; /* favor or force Huffman coding*/ member in struct:deflate_state 590 strategy, minCompression) 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/ppp/spppcomp/ |
H A D | zlib.c | 213 * 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...] |