Home
last modified time | relevance | path

Searched refs:serialized (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/
H A Dtst.Bean.ksh.out2 serialized: 1
8 serialized: org.opensolaris.os.dtrace.AggregationRecord[tuple = [cat, 9,
42serialized: org.opensolaris.os.dtrace.Aggregation[name = counts, id = 2, records = [org.opensolari…
88 serialized: [cat, 9,
122 serialized: [1, 2, 3]
128 serialized:
150serialized: org.opensolaris.os.dtrace.Distribution[buckets = [org.opensolaris.os.dtrace.Distributi…
156serialized: class org.opensolaris.os.dtrace.LinearDistribution[base = 1, step = 10, buckets = [org…
162serialized: org.opensolaris.os.dtrace.Distribution[buckets = [org.opensolaris.os.dtrace.Distributi…
168 serialized: org.opensolaris.os.dtrace.Option[name = aggrate, value = 1s]
[all …]
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServer_en.properties91 ssf_set_servc_warning = In serialized registrations, tried to set service: URL ``{0}'''' type to ``…
100 st_serialized_malform = Malformed serialized registration URL ``{0}''''.
102 st_serialized_ioexception = IOException for serialized registration URL ``{0}'''': {1}
103 st_serialized_sle = Service location exception accessing serialized registration URL ``{0}'''': {1}
104 st_serialized_ex = Exception while registering serialized URL ``{0}'''': {1}
105 st_serialized_seex = Service location exception ``{0}'''' while registering serialized URL ``{1}'''…
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/
H A DTestBean.java646 String serialized = getString(obj); in performSerializationTest() local
647 System.out.println(" serialized: " + serialized); in performSerializationTest()
659 if (!serialized.equals(deserialized)) { in performSerializationTest()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzap_micro.c1387 uint64_t serialized, boolean_t prefetch) in zap_cursor_init_impl() argument
1393 zc->zc_serialized = serialized; in zap_cursor_init_impl()
1400 uint64_t serialized) in zap_cursor_init_serialized() argument
1402 zap_cursor_init_impl(zc, os, zapobj, serialized, B_TRUE); in zap_cursor_init_serialized()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzap.h409 uint64_t zapobj, uint64_t serialized);
/illumos-gate/usr/src/lib/libc/
H A DREADME130 ... serialized; do something that might call malloc ...
175 function can be serialized with fork_lock_enter() instead
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dchanges.txt1782 time and marks them "serialized" to prevent reentrancy. A new global
2511 iASL: issue a remark if a non-serialized method creates named objects. If
2516 the method should be marked serialized. NOTE: may become a warning later.
4781 Fixed several issues and a possible fault with the automatic "serialized"
4782 method support. History: This support changes a method to "serialized" on
4792 2) Set the "serialized" bit for the method only upon the exit of the
8324 Enhanced the implementation of the "serialized mode" of the interpreter
8397 AcpiExec - Added the "-t" command line option to enable the serialized