Searched refs:store (Results 26 - 50 of 102) sorted by relevance

12345

/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPV1Manager.java117 // the service store for the stateless reboot time. If the
126 ServiceStore store = ServiceTable.getServiceTable().store;
127 long timestamp = store.getStateTimestamp();
H A DSLPV1SAttrMsg.java197 ServiceStore store = ServiceTable.getServiceTable().store;
198 Vector types = store.findServiceTypes(type.getNamingAuthority(),
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dlshiftl.s57 ld [%sp+(16*4)],%o0 ! address to store result into
93 st %o2,[%o0+0] ! store result, dl_hop
95 st %o3,[%o0+4] ! store result, dl_lop
H A Dalloca.s50 st %o4, [%sp + %o1] ! store to new temp area
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/
H A Dinteger.t30 use Storable qw (dclone store retrieve freeze thaw nstore nfreeze);
52 ["store/retrieve", \&store_and_retrieve],
106 my $frozen = eval {store $data, $file};
H A Dcode.t43 use Storable qw(retrieve store nstore freeze nfreeze thaw dclone);
130 # Test retrieve & store
132 store $obj[0], 'store';
133 $thawed = retrieve 'store';
143 nstore $obj[0], 'store';
144 $thawed = retrieve 'store';
145 unlink 'store';
175 ok($@, qr/Can\'t store CODE items/);
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc-int.h66 krb5_error_code (KRB5_CALLCONV *store)( member in struct:_krb5_rc_ops
H A Drcfns.c70 return krb5_x((id)->ops->store,(context, id, dontreplay));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/DBM_Filter/
H A Dencode.pm56 store in the DBM file. The usage is
/osnet-11/usr/src/lib/libc/sparc/crt/
H A D_rtboot.s103 st %l0, [%o0] ! store it
105 st %l0, [%o0 + 4] ! store that
110 st %l0, [%o0 + 12] ! store it in the vector
112 st %l1, [%o0 + 8] ! store it
114 st %l1, [%o0 + 16] ! store it
120 st %l0, [%o0 + 20] ! store aux vector pointer
122 st %l0, [%o0 + 24] ! and store it
/osnet-11/usr/src/lib/libnisdb/
H A Ddb.cc110 db_next_info * store = new db_next_info; local
111 if (store == NULL) {
118 store->next_type = LINEAR;
119 store->next_value = (void*)value;
120 desc->db_next_desc_val = (char*) store;
127 db_next_info * store = new db_next_info; local
128 if (store == NULL) {
134 store->next_type = CHAINED;
135 store->next_value = (void*)value;
136 desc->db_next_desc_val = (char*) store;
[all...]
/osnet-11/usr/src/cmd/hal/hald/
H A Dutil.h68 void hal_util_compute_udi (HalDeviceStore *store, gchar *dst, gsize dstsize, const gchar *format, ...);
110 hal_util_branch_claim (HalDeviceStore *store, HalDevice *root, dbus_bool_t claimed, const char *service, int uid);
H A Dhald.c100 gdl_store_changed (HalDeviceStore *store, HalDevice *device, argument
145 gdl_property_changed (HalDeviceStore *store, HalDevice *device, argument
159 gdl_capability_added (HalDeviceStore *store, HalDevice *device, argument
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/ODBM_File/
H A DODBM_File.xs17 int store(datum key, datum dat);
55 #define odbm_STORE(db,key,value,flags) store(key,value)
142 croak("odbm store returned %d, errno %d, key \"%s\"",
H A DODBM_File.pm98 =head2 C<odbm store returned -1, errno 22, key "..." at ...>
100 This warning is emmitted when you try to store a key or a value that
107 store in the ODBM file. The most important is that the length of a
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dalloca.s50 stx %o4, [%g5 + %o1] ! store to new temp area
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/NDBM_File/
H A DNDBM_File.pm98 =head2 C<ndbm store returned -1, errno 22, key "..." at ...>
100 This warning is emmitted when you try to store a key or a value that
107 store in the NDBM file. The most important is that the length of a
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/SDBM_File/
H A DSDBM_File.pm101 =head2 C<sdbm store returned -1, errno 22, key "..." at ...>
103 This warning is emmitted when you try to store a key or a value that
110 store in the SDBM file. The most important is that the length of a
/osnet-11/usr/src/lib/libc/capabilities/sun4v-hwcap3/common/
H A Dmemcpy.s71 * load words, shift half words, store words; branch to finish_up
73 * load words, shift 3 bytes, store words; branch to finish_up
75 * load words, shift 1 byte, store words; branch to finish_up
88 * Use BIS (block initializing store) to avoid copying store cache
89 * lines from memory. But pre-store first element of each cache line
106 * loadx8, falign, block-store, prefetch loop
107 * (only use block-init-store when src/dst on 8 byte boundaries.)
112 * Comment on SPARC T4 memmove and memcpy common code and block-store-init:
118 * the copy destination buffer during the copy. Using the block-store
[all...]
H A Dmemset.s56 * Then store as many 4-byte chunks, followed by trailing bytes.
60 * store 8-bytes chunks to align the address on 64 byte boundary
77 * store remaining data in 64-byte chunks until less than
83 * Doing the advance store of the first element of the cache line
93 * the BIS store must be balanced against the cost of the membar operation.
104 /* documented name for primary block initializing store */
111 * store and the final stores.
179 ! get store pipeline moving
232 ! Continue with advance stores to keep store pipeline moving
262 ! All cache lines have had initial 8 byte store
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/
H A DExpire.pm54 # The call that results in a value to store into the cache is the
165 Memoize::Expire uses a real hash internally to store the cached data.
229 Given a function argument and the corresponding function value, store
250 contains a regular Perl hash (which it will to store the cached
265 function to compute the appropriate value, and will store it into the
337 second sooner than you expect. For example, suppose you store a value
338 with a lifetime of ten seconds, and you store it at 12:00:00.998 on a
/osnet-11/usr/src/lib/libc/capabilities/sun4v/common/
H A Dmemset.s54 * Then store as many 4-byte chunks, followed by trailing bytes.
58 * store as many 8-bytes chunks to block align the address
59 * store using ASI_BLK_INIT_ST_QUAD_LDD_P
128 and %o2, 63, %o3 ! calc bytes left after blk store.
200 subcc %o3, 8, %o3 ! Can we store any doubles?
205 stx %o1, [%o5] ! store the doubles
/osnet-11/usr/src/cmd/sendmail/src/
H A Dtls.c541 X509_STORE *store; local
719 /* get a pointer to the current certificate validation store */
720 store = SSL_CTX_get_cert_store(*ctx); /* does not fail */
729 X509_STORE_add_crl(store, crl);
731 X509_STORE_set_flags(store,
733 X509_STORE_set_verify_cb_func(store,
756 store = NULL;
758 if (CRLPath != NULL && store != NULL)
762 lookup = X509_STORE_add_lookup(store, X509_LOOKUP_hash_dir());
774 X509_STORE_set_flags(store,
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.pm12 @EXPORT = qw(store retrieve);
98 0 string perl-store perl Storable(v0.6) data
117 if ($header =~ s/^perl-store//) {
149 # store
156 sub store {
163 # Same as store, but in network order.
172 # Same as store, but flock the file first (advisory locking).
187 # Internal store to file routine
223 # Same as store, but perform on an already opened file descriptor instead.
240 # Internal store routin
[all...]
/osnet-11/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo_acpi.c160 HalDeviceStore *store = hald_get_gdl(); local
162 d = hal_device_store_match_key_value_string (store, "button.type",

Completed in 79 milliseconds

12345