/titanic_41/usr/src/cmd/cmd-inet/sbin/netstrategy/ |
H A D | netstrategy.c | 257 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() 301 (void) printf("%s %s %s\n", root, interface, strategy); 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() [all …]
|
/titanic_41/usr/src/uts/common/avs/ns/solaris/ |
H A D | nsc_raw.c | 59 strategy_fn_t strategy; member 204 maj->strategy = ops->devo_cb_ops->cb_strategy; in _raw_get_maj_info() 211 if (maj->strategy == NULL || in _raw_get_maj_info() 212 maj->strategy == nodev || in _raw_get_maj_info() 213 maj->strategy == nulldev) { in _raw_get_maj_info() 238 strategy_fn_t strategy = NULL; in nsc_get_strategy() local 245 strategy = maj->strategy; in nsc_get_strategy() 252 return (strategy); in nsc_get_strategy() 507 return ((*_nsc_raw_files[cd].major->strategy)(bp)); in _raw_strategy()
|
/titanic_41/usr/src/uts/common/zmod/ |
H A D | deflate.c | 222 int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy, in deflateInit2_() argument 229 int strategy; 273 strategy < 0 || strategy > Z_FIXED) { 314 s->strategy = strategy; 422 int ZEXPORT deflateParams(strm, level, strategy) in deflateParams() argument 425 int strategy; 439 if (level < 0 || level > 9 || strategy < 0 || strategy > Z_FIXED) { 455 s->strategy = strategy; 597 (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2 ? 614 (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2 ? [all …]
|
H A D | zlib.h | 610 int strategy)); 1100 ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy)); 1325 int strategy, const char *version, 1337 #define deflateInit2(strm, level, method, windowBits, memLevel, strategy) \ argument 1339 (strategy), ZLIB_VERSION, sizeof(z_stream))
|
H A D | deflate.h | 183 int strategy; /* favor or force Huffman coding*/ member
|
/titanic_41/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | zlib.h | 870 ZEXTERN int ZEXPORT deflateParams OF((z_streamp strm, int level, int strategy)); 1178 int windowBits, int memLevel, int strategy, 1186 #define deflateInit2(strm, level, method, windowBits, memLevel, strategy) \ argument 1188 (strategy), ZLIB_VERSION, sizeof (z_stream))
|
H A D | zlib.c | 465 int strategy; /* favor or force Huffman coding */ member 850 int deflateInit2_(strm, level, method, windowBits, memLevel, strategy, in deflateInit2_() argument 857 int strategy; 899 strategy < 0 || strategy > Z_HUFFMAN_ONLY) { 939 s->strategy = strategy; 1030 deflateParams(strm, level, strategy) in deflateParams() argument 1033 int strategy; 1046 if (level < 0 || level > 9 || strategy < 0 || 1047 strategy > Z_HUFFMAN_ONLY) { 1063 s->strategy = strategy; [all …]
|
/titanic_41/usr/src/cmd/lvm/metassist/xml/ |
H A D | xml_convert.c | 1903 mirror_read_strategy_t strategy; in validate_set_mirror_read() local 1906 strategy = MIRROR_READ_ROUNDROBIN; in validate_set_mirror_read() 1910 strategy = MIRROR_READ_GEOMETRIC; in validate_set_mirror_read() 1914 strategy = MIRROR_READ_FIRST; in validate_set_mirror_read() 1922 return (devconfig_set_mirror_read(mirror, strategy)); in validate_set_mirror_read() 1946 mirror_write_strategy_t strategy; in validate_set_mirror_write() local 1949 strategy = MIRROR_WRITE_PARALLEL; in validate_set_mirror_write() 1953 strategy = MIRROR_WRITE_SERIAL; in validate_set_mirror_write() 1961 return (devconfig_set_mirror_write(mirror, strategy)); in validate_set_mirror_write()
|
/titanic_41/usr/src/uts/intel/strategy/ |
H A D | Makefile | 44 MODULE = strategy
|
/titanic_41/usr/src/uts/i86pc/i86hvm/pv_sd/ |
H A D | Makefile | 64 LDFLAGS += -dy -Nmisc/strategy -Nmisc/cmlb -Ndrv/xpvd -Ndrv/xdf
|
/titanic_41/usr/src/uts/i86pc/i86hvm/pv_cmdk/ |
H A D | Makefile | 64 LDFLAGS += -dy -Nmisc/strategy -Nmisc/cmlb -Ndrv/xpvd -Ndrv/xdf
|
/titanic_41/usr/src/uts/common/avs/ns/sdbc/ |
H A D | sd_bio.c | 926 sd_start_io(struct buf *bp, strategy_fn_t strategy, sdbc_ea_fn_t fn, in sd_start_io() argument 1007 if (!strategy) { in sd_start_io() 1008 strategy = in sd_start_io() 1012 if (!strategy) { in sd_start_io() 1025 (*strategy)(bp); in sd_start_io()
|
/titanic_41/usr/src/uts/i86pc/i86hvm/hvm_cmdk/ |
H A D | Makefile | 62 LDFLAGS += -dy -Nmisc/dadk -Nmisc/strategy -Nmisc/cmlb
|
/titanic_41/usr/src/uts/intel/cmdk/ |
H A D | Makefile | 64 LDFLAGS += -dy -Nmisc/dadk -Nmisc/strategy -Nmisc/cmlb
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | zlib.h | 446 int strategy,
|
H A D | zlib.c | 304 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 ||
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | driver-i86pc-platform.mf | 71 file path=kernel/misc/$(ARCH64)/strategy group=sys mode=0755 74 file path=kernel/misc/strategy group=sys mode=0755
|
H A D | system-kernel.man9e.inc | 50 file path=usr/share/man/man9e/strategy.9e
|
/titanic_41/usr/src/uts/common/io/warlock/ |
H A D | ddi_dki_comm.inc | 81 int (*strategy)(struct buf *), 88 (*strategy)(0);
|
/titanic_41/usr/src/man/man9e/ |
H A D | Makefile | 54 strategy.9e \
|
/titanic_41/usr/src/lib/libunistat/common/sv/ |
H A D | sv.err | 36 STRATEGY = Recursive strategy functions
|
/titanic_41/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_common.h | 141 int strategy);
|
H A D | ixgbe_82598.c | 62 u32 headroom, int strategy); 1346 u32 headroom, int strategy) in ixgbe_set_rxpba_82598() argument 1356 switch (strategy) { in ixgbe_set_rxpba_82598()
|
/titanic_41/usr/src/cmd/lp/filter/postscript/postio/ |
H A D | README | 58 One possible strategy would be to have the spooler run postio as a single process
|
/titanic_41/usr/src/uts/intel/ |
H A D | Makefile.files | 163 STRATEGY_OBJS += strategy.o
|