/titanic_51/usr/src/test/ |
H A D | README | 58 with the exit value returned by the test. A test may also be marked SKIPPED in 59 the event that a prerequisite test is marked FAIL, or marked KILLED in the 61 marked SKIPPED; this is intentional. If a test must be skipped due to 64 run is that every test is marked PASS.
|
/titanic_51/usr/src/uts/common/io/hxge/ |
H A D | hxge_tdc_hw.h | 286 * marked. An LDF 0 event. 322 uint32_t marked:1; member 346 uint32_t marked:1; 361 * algorithm for software to use in tracking marked packets and 363 * interrupts, enable mb, send a single marked packet, wait for Ldf0, 364 * clear marked, repeat or 2) disable interrupts, never enable mb, 365 * send one or more marked packets, poll TdcStat for marked/mMarked 366 * state, clear marked/mMarked bits, repeat. If interrupts are 377 * packet with the marked bi 455 uint32_t marked:1; global() member 1221 uint32_t marked:1; global() member [all...] |
/titanic_51/usr/src/contrib/ast/lib/package/ |
H A D | zlib.def | 33 2. Altered source versions must be plainly marked as such, and must not
|
/titanic_51/usr/src/uts/common/zmod/ |
H A D | THIRDPARTYLICENSE | 18 * 2. Altered source versions must be plainly marked as such, and must not be
|
/titanic_51/usr/src/common/bzip2/ |
H A D | LICENSE | 20 3. Altered source versions must be plainly marked as such, and must
|
/titanic_51/usr/src/uts/intel/io/dktp/controller/ata/ |
H A D | fsm.txt | 73 States marked '*' should be invalid but some non-complaint drives
|
/titanic_51/usr/src/uts/intel/io/acpica/ |
H A D | osl_ml.s | 81 cmpb $3, %dl / Was it acquired or marked pending?
|
/titanic_51/usr/src/cmd/cmd-inet/usr.sbin/routeadm/ |
H A D | routeadm.c | 908 boolean_t mark, marked; in ra_upgrade_legacy_daemons_cb() local 976 RA_PROP_CURR_ROUTING_SVC, B_FALSE, B_FALSE, &marked) == -1 || in ra_upgrade_legacy_daemons_cb() 977 marked == B_FALSE) { in ra_upgrade_legacy_daemons_cb() 1648 boolean_t marked; in ra_mark_routing_svcs_cb() local 1662 RA_PROP_CURR_ROUTING_SVC, B_TRUE, B_FALSE, &marked) == 0 && marked) in ra_mark_routing_svcs_cb()
|
/titanic_51/usr/src/cmd/cmd-inet/etc/ |
H A D | ipqosconf.1.sample | 31 # Mail traffic is marked for AF11, anonymous user FTP traffic for AF12 and news
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/regex/ |
H A D | reglib.h | 497 unsigned char marked; /* already marked */ member
|
/titanic_51/usr/src/lib/libast/common/regex/ |
H A D | reglib.h | 497 unsigned char marked; /* already marked */ member
|
/titanic_51/usr/src/boot/sys/boot/fdt/dts/arm/ |
H A D | dreamplug-1001.dts | 33 * These units are marked "1001" on the serial number label.
|
H A D | dreamplug-1001N.dts | 33 * These units are marked "1001N" on the serial number label.
|
/titanic_51/usr/src/cmd/fm/eversholt/files/sparc/sun4u/ |
H A D | oberon.esc | 91 * Errors marked with * may cause PCI-E abort
|
/titanic_51/usr/src/boot/lib/libz/ |
H A D | README | 101 2. Altered source versions must be plainly marked as such, and must not be
|
/titanic_51/usr/src/contrib/zlib/ |
H A D | README | 101 2. Altered source versions must be plainly marked as such, and must not be
|
/titanic_51/usr/src/lib/libcryptoutil/ |
H A D | README | 228 exported symbols will all be marked as SUNWprivate_1.0 in the library
|
/titanic_51/usr/src/pkg/ |
H A D | README.pkg | 266 pkg(5) uses variants to implement zones. If a package is marked 298 "preserve" files must be marked with original_name.
|
/titanic_51/usr/src/uts/sun4u/io/px/ |
H A D | px_err.c | 1172 uint64_t memory_ue_log, marked; in PX_ERPT_SEND_DEC() local 1187 marked = (memory_ue_log >> UBC_MEMORY_UE_LOG_MARKED) & in PX_ERPT_SEND_DEC() 1216 int cpuid = (marked & UBC_MARKED_MAX_CPUID_MASK); in PX_ERPT_SEND_DEC()
|
/titanic_51/usr/src/cmd/fm/dicts/ |
H A D | ZFS.po | 58 msgstr "\nFor an active pool\n\nIf this error was encountered while running 'zpool import', please see\nthe section below. Otherwise, run 'zpool status -x' to determine which pool has\nexperienced a failure:\n\n\n# zpool status -x\n pool: test\n state: DEGRADED\nstatus: One or more devices could not be opened. Sufficient replicas exist for\n the pool to continue functioning in a degraded state.\naction: Attach the missing device and online it using 'zpool online'.\n see: http://illumos.org/msg/ZFS-8000-2Q\n scrub: none requested\nconfig:\n\n NAME STATE READ WRITE CKSUM\n test DEGRADED 0 0 0\n mirror DEGRADED 0 0 0\n c0t0d0 ONLINE 0 0 0\n c0t0d1 FAULTED 0 0 0 cannot open\n\nerrors: No known data errors\n\n\nDetermine which device failed to open by looking for a FAULTED device\nwith an additional 'cannot open' message. If this device has been inadvertently\nremoved from the system, attach the device and bring it online with 'zpool\nonline':\n\n\n# zpool online test c0t0d1\n\n\nIf the device is no longer available, the device can be replaced using\nthe 'zpool replace' command:\n\n\n# zpool replace test c0t0d1 c0t0d2\n\n\nIf the device has been replaced by another disk in the same physical\nslot, then the device can be replaced using a single argument to the 'zpool\nreplace' command:\n\n\n# zpool replace test c0t0d1\n\n\nExisting data will be resilvered to the new device. Once the\nresilvering completes, the device will be removed from the pool.\n\nFor an exported pool\n\nIf this error is encountered during a 'zpool import', it means that one\nof the devices is not attached to the system:\n\n\n# zpool import\n pool: test\n id: 10121266328238932306\n state: DEGRADED\nstatus: One or more devices are missing from the system.\naction: The pool can be imported despite missing or damaged devices. The\n fault tolerance of the pool may be compromised if imported.\n see: http://illumos.org/msg/ZFS-8000-2Q\nconfig:\n\n test DEGRADED\n mirror DEGRADED\n c0t0d0 ONLINE\n c0t0d1 FAULTED cannot open\n\n\nUnlike when the pool is active on the system, the device cannot be\nreplaced while the pool is exported. If the device can be attached to the\nsystem, attach the device and run 'zpool import' again.\n\nAlternatively, the pool can be imported as-is, though it will be placed\nin the DEGRADED state due to a missing device. The device will be marked as\nUNAVAIL. Once the pool has been imported, the missing device can be replaced as\ndescribed above.\n " 246 msgstr "The device has been offlined and marked as faulted. An attempt\n will be made to activate a hot spare if available. " 262 msgstr "The device has been marked as degraded. An attempt\nwill be made to activate a hot spare if available."
|
/titanic_51/usr/src/lib/libpp/common/ |
H A D | HISTORY | 136 PP_READ files and their included files always marked hosted
|
/titanic_51/usr/src/contrib/ast/src/lib/libpp/ |
H A D | HISTORY | 136 PP_READ files and their included files always marked hosted
|
/titanic_51/usr/src/uts/common/io/e1000api/ |
H A D | README.new | 255 In this example, all packets will be marked on egress with 802.1Q VLAN
|
/titanic_51/usr/src/lib/libc/ |
H A D | README | 246 marked "NODIRECT" are directly bound within libc anyway, and none of this is
|
/titanic_51/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | str.msg | 91 properly marked as such (i.e. SHT_PROGBITS).\n"
|