Home
last modified time | relevance | path

Searched refs:pass (Results 201 – 225 of 244) sorted by relevance

12345678910

/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire_copy.S578 rdpr %pil, %o0 ! pass %pil
707 rdpr %pil, %o0 ! pass %pil
1562 rdpr %pil, %o0 ! pass %pil
H A Dcommon_asm.S1166 ! per pass will suffice as long as we prefetch far enough ahead to
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A DRELEASE279 cut: long options, pass regression test 02
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Drelease.txt967 5. Problem: Placement to an address out of the MR scope may pass firmware
3885 can't pass. Example scenario: rping, ifdown, kill application.
4883 3. Request: Added extra arguments to ecore_filter_accept_cmd() to pass
5091 3. Request: Added extra argument to ecore_sp_vport_start() to pass
5672 RMB, WMB) now pass 'struct *ecore_dev' as a parameter.
5679 5. Request: DIRECT_REG_{RD,WR} now pass 'struct *ecore_hwfn' as a
5806 14. Problem: PF start ramrod fails to pass on some environments.
5822 also pass CONFIG_ECORE_LOCK_ALLOC when compiling ecore sources.
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dsqlite.h.in327 ** pass the result data pointer to sqlite_free_table() in order to
775 ** To remove the progress callback altogether, pass NULL as the third
/illumos-gate/usr/src/uts/sun/io/
H A Dfd.c1452 pass: return (ddi_prop_op(dev, dip, prop_op, mod_flags, in fd_prop_op()
1457 goto pass; in fd_prop_op()
1462 goto pass; in fd_prop_op()
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c14572 int i, pass, bufsize = NCPU * sizeof (dtrace_buffer_t); in dtrace_state_destroy() local
14625 for (pass = 1; pass <= 4; pass++) { in dtrace_state_destroy()
14626 boolean_t only_kernel = (pass == 1 || pass == 2); in dtrace_state_destroy()
14627 boolean_t destroy = (pass == 2 || pass == 4); in dtrace_state_destroy()
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A DREADME177 that the memory used to pass data via door_call(3C) is mapped into the
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c3838 openssl_parse_bag(PKCS12_SAFEBAG *bag, char *pass, int passlen, in openssl_parse_bag() argument
3865 p8 = PKCS12_decrypt_skey(bag, pass, passlen); in openssl_parse_bag()
3915 pass, keylist, certlist)); in openssl_parse_bag()
/illumos-gate/usr/src/cmd/sgs/tools/
H A DSUNWonld-README467 4492883 Add link-editor option to multi-pass archives to resolve unsatisfied
793 4526878 ld.so.1 should pass MAP_ALIGN flag to give kernel more flexibility
1610 6964517 OSnet mapfiles should use version 2 link-editor syntax (2nd pass)
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa.c8426 int pass = ++spa->spa_sync_pass; local
8436 if (pass < zfs_sync_pass_deferred_free ||
8450 ASSERT3U(pass, >, 1);
8476 if (pass == 1 &&
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dgrub.texi948 changes heavily, so GRUB can't guarantee to pass kernel parameters
985 For now, however, GRUB doesn't allow you to pass kernel parameters, so
1595 serial terminal, but you can also pass @code{console} to the command,
1601 emulators nowadays, but you should pass the option @option{--dumb} to
2944 @strong{Caution:} Several buggy BIOSes don't pass a booting drive
2997 option is specified, GRUB doesn't pass the option @option{mem=} to the
H A Dgrub.info-2117 serial terminal, but you can also pass `console' to the command, as
123 emulators nowadays, but you should pass the option `--dumb' to the
H A Dgrub.info-369 *Caution:* Several buggy BIOSes don't pass a booting drive
131 option is specified, GRUB doesn't pass the option `mem=' to the
H A Dgrub.info862 changes heavily, so GRUB can't guarantee to pass kernel parameters
890 For now, however, GRUB doesn't allow you to pass kernel parameters,
1422 serial terminal, but you can also pass `console' to the command, as
1428 emulators nowadays, but you should pass the option `--dumb' to the
2778 *Caution:* Several buggy BIOSes don't pass a booting drive
2840 option is specified, GRUB doesn't pass the option `mem=' to the
H A Dgrub.info-1862 changes heavily, so GRUB can't guarantee to pass kernel parameters
890 For now, however, GRUB doesn't allow you to pass kernel parameters,
/illumos-gate/usr/src/uts/common/os/
H A Dkmem.c4228 kmem_cache_init(int pass, int use_large_pages) in kmem_cache_init() argument
4257 if (pass == 2) { in kmem_cache_init()
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dpplex.c2437 (*pp.pragma)(dirname(PRAGMA), pp.pass, keyname(X_CHECKPOINT), pp.checkpoint, 1); in pool()
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dchanges.txt492 Made a major pass through the entire ACPICA source code base to
1400 a one-pass parse of control methods. ACPICA BZ 1008.
8211 eliminated namespace loading during the pass one parse.)
12420 Fixed calls to _SST method to pass the correct arguments.
12743 Fixed the AcpiOsSleep implementation in osunixxf.c to pass the
12835 required a change to the external interface in order to pass an
13144 (Both) Boot functions don't use cmdline, so don't pass it around
13322 AE_AML_INTERNAL during the pass 1 parse phase during table load.
13663 pass namespace load. This cleanup simplifies the code and makes
14996 Completed another pass at removing warnings and issues when
[all …]
/illumos-gate/usr/src/lib/libdwarf/common/
H A Dgenerated_libdwarf.h.in483 The caller must pass in the address of a valid
3584 and pass a pointer to it
3613 will pass in the CU die.
3907 after a single pass thru the DIE generation. Needed
H A Dlibdwarf.h.in483 The caller must pass in the address of a valid
3584 and pass a pointer to it
3613 will pass in the CU die.
3907 after a single pass thru the DIE generation. Needed
/illumos-gate/usr/src/contrib/zlib/
H A DChangeLog1230 - pass minigzip command line options to file_compress
1268 - In minigzip, pass transparently also the first byte for .Z files
1293 - pass params -f (filtered data), -h (huffman only), -1 to -9 (compression
/illumos-gate/usr/src/test/util-tests/tests/awk/
H A DTHIRDPARTYLICENSE.gawk35 gratis or for a fee, you must pass on to the recipients the same
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c3443 uint32_t pass = 0; in emlxs_fca_pkt_abort() local
3514 pass++; in emlxs_fca_pkt_abort()
3731 if (pass < 5) { in emlxs_fca_pkt_abort()
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog212 a different workaround for buggy BIOSes which don't pass boot
213 drive correctly. This is effective for BIOSes which pass a value
1024 Add a workaround for buggy BIOSes which don't pass boot drive
1028 work, if those BIOSes always pass zero to %dl. AFAIK, this
4352 KERNEL_LOAD_NO_MEM_OPTION in LOAD_FLAGS is set, don't pass a
4772 * stage2/boot.c (load_image): Always pass the "mem=" option to a
5864 caution about buggy BIOSes which don't pass a booting drive

12345678910