Searched refs:store (Results 1 - 25 of 102) sorted by relevance

12345

/osnet-11/usr/src/lib/libstmf/common/
H A Dllib-lstmf30 #include <store.h>
/osnet-11/usr/src/cmd/hal/hald/
H A Ddevice_store.h47 void (*store_changed) (HalDeviceStore *store,
51 void (*device_property_changed) (HalDeviceStore *store,
57 void (*device_capability_added) (HalDeviceStore *store,
75 typedef void (*HalDeviceStoreAsyncCallback) (HalDeviceStore *store,
80 typedef gboolean (*HalDeviceStoreForeachFn) (HalDeviceStore *store,
88 void hal_device_store_add (HalDeviceStore *store,
90 gboolean hal_device_store_remove (HalDeviceStore *store,
93 HalDevice *hal_device_store_find (HalDeviceStore *store,
96 void hal_device_store_foreach (HalDeviceStore *store,
100 HalDevice *hal_device_store_match_key_value_string (HalDeviceStore *store,
[all...]
H A Ddevice_store.c52 HalDeviceStore *store = HAL_DEVICE_STORE (obj); local
54 g_slist_foreach (store->devices, (GFunc) g_object_unref, NULL);
141 HalDeviceStore *store; local
143 store = g_object_new (HAL_TYPE_DEVICE_STORE, NULL, NULL);
145 return store;
155 HalDeviceStore *store = HAL_DEVICE_STORE (data); local
157 g_signal_emit (store, signals[DEVICE_PROPERTY_CHANGED], 0,
166 HalDeviceStore *store = HAL_DEVICE_STORE (data); local
168 g_signal_emit (store, signals[DEVICE_CAPABILITY_ADDED], 0,
173 hal_device_store_add (HalDeviceStore *store, HalDevic argument
198 hal_device_store_remove(HalDeviceStore *store, HalDevice *device) argument
220 hal_device_store_find(HalDeviceStore *store, const char *udi) argument
235 hal_device_store_foreach(HalDeviceStore *store, HalDeviceStoreForeachFn callback, gpointer user_data) argument
256 hal_device_store_print_foreach_fn(HalDeviceStore *store, HalDevice *device, gpointer user_data) argument
267 hal_device_store_print(HalDeviceStore *store) argument
280 hal_device_store_match_key_value_string(HalDeviceStore *store, const char *key, const char *value) argument
310 hal_device_store_match_key_value_int(HalDeviceStore *store, const char *key, int value) argument
338 hal_device_store_match_multiple_key_value_string(HalDeviceStore *store, const char *key, const char *value) argument
369 HalDeviceStore *store; member in struct:__anon30
396 match_device_async(HalDeviceStore *store, HalDevice *device, const char *key, gboolean removed, gboolean added, gpointer user_data) argument
421 store_changed(HalDeviceStore *store, HalDevice *device, gboolean added, gpointer user_data) argument
454 hal_device_store_match_key_value_string_async(HalDeviceStore *store, const char *key, const char *value, HalDeviceStoreAsyncCallback callback, gpointer user_data, int timeout) argument
[all...]
/osnet-11/usr/src/lib/libldap4/common/
H A Dregex.c293 #define store(x) *mp++ = x macro
322 store(ANY);
327 store(BOL);
329 store(CHR);
330 store(*p);
336 store(EOL);
338 store(CHR);
339 store(*p);
344 store(CCL);
378 store(mas
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Ddbm_filter_util.pl7 my $store = shift ;
12 ok ref $store eq 'HASH', "Store Data is a hash reference";
15 while (my ($k, $v) = each %$store) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Attribute/Handlers/demo/
H A Ddemo4.pl4 : Purpose(to store max storage capacity for files)
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dstrcpy.s87 stb %o4, [%o2] ! store first byte
89 stb %o5, [%o2 + 1] ! store second byte
101 stb %o4, [%o2] ! store first byte
105 stb %o4, [%o2 + 1] ! store second byte
109 stb %o4, [%o2 + 2] ! store third byte
111 stb %o5, [%o2 + 3] ! store fourth byte
123 be,pn %ncc, .storebyte1241 ! store 1, 2, 4, 1 bytes
125 be,pn %ncc, .storebyte1421 ! store 1, 4, 2, 1 bytes
127 be,pn %ncc, .storehalfword ! yup, store half-word wise
129 bnz,pn %ncc, .storeword2 ! yup, store wor
[all...]
H A Dstrncpy.s99 be,pn %ncc, .storebyte1241 ! store 1, 2, 4, 1 bytes
102 be,pn %ncc, .storebyte1421 ! store 1, 4, 2, 1 bytes
104 be,pn %ncc, .storehalfword ! yup, store half-word wise
106 bnz,pn %ncc, .storeword2 ! yup, store word wise
117 stx %o1, [%o2 + %g4] ! store word to dst (address pre-incremented)
125 stb %g1, [%o3] ! store it
129 stb %g1, [%o3 + 1] ! store it
133 stb %g1, [%o3 + 2] ! store it
137 stb %g1, [%o3 + 3] ! store it
141 stb %g1, [%o3 + 4] ! store i
[all...]
H A Dstrlcpy.s91 be,pn %ncc, .storebyte1241 ! store 1, 2, 4, 1 bytes
94 be,pn %ncc, .storebyte1421 ! store 1, 4, 2, 1 bytes
96 be,pn %ncc, .storehalfword ! yup, store half-word wise
98 bnz,pn %ncc, .storeword2 ! yup, store word wise
110 stx %l1, [%i2 + %g4] ! store word to dst (address pre-incremented)
122 stb %g1, [%i2] ! store it
127 stb %g1, [%i2] ! store it
132 stb %g1, [%i2] ! store it
137 stb %g1, [%i2] ! store it
142 stb %g1, [%i2] ! store i
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/
H A Dforgive.t26 use Storable qw(store retrieve);
44 eval {$result = store ($bad , 'store')};
56 eval {$result = store ($bad , 'store')};
63 my $ret = retrieve('store');
70 END { 1 while unlink 'store' }
H A Dretrieve.t25 use Storable qw(store retrieve nstore);
37 print "not " unless defined store(\@a, 'store');
48 $root = retrieve('store');
74 END { 1 while unlink('store', 'nstore') }
H A Dstore.t24 use Storable qw(store retrieve store_fd nstore_fd fd_retrieve);
36 print "not " unless defined store(\@a, 'store');
42 $root = retrieve('store');
52 1 while unlink 'store';
65 print "not " unless $foo->store('store');
68 print "not " unless open(OUT, '>>store');
82 print "not " unless open(OUT, 'store');
114 END { 1 while unlink 'store' }
[all...]
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dladd.s62 ld [%sp+(16*4)],%o0 ! address to store result into
63 st %o2,[%o0+0] ! store result, dl_hop
65 st %o3,[%o0+4] ! store result, dl_lop
H A Dlsub.s61 ld [%sp+(16*4)],%o0 ! address to store result into
62 st %o2,[%o0] ! store result.dl_hop
64 st %o3,[%o0+4] ! store result.dl_lop
H A Dstrcpy.s74 stb %o1, [%o2] ! store first byte
85 stb %o4, [%o2] ! store first byte
88 stb %o1, [%o2 + 1] ! store second byte
107 st %o1, [%o2 - 4] ! store word to dst (address pre-incremented)
114 stb %o3, [%o2 - 4] ! store first byte
119 stb %o3, [%o2 - 3] ! store second byte
124 stb %o3, [%o2 - 2] ! store third byte
125 stb %o1, [%o2 - 1] ! store fourth byte
133 be,a .storehalfword2 ! yup, store half word at a time
144 stb %g1, [%o2 - 4] ! store firs
[all...]
H A Dstrncpy.s110 stw %i1, [%i2 + %i4] ! store word to dst (address pre-incremented)
118 stb %g1, [%l0] ! store it
123 stb %g1, [%l0 + 1] ! store it
129 stb %g1, [%l0 + 2] ! store it
134 stb %i1, [%l0 + 3] ! store fourth byte
162 stw %g0, [%l0] ! store first word
180 stb %g0, [%l0] ! store first byte
196 ! this is the last word. It may contain null bytes. store bytes
204 stb %g1, [%i2 + %i4] ! store it
211 stb %g1, [%i2 + %i4] ! store i
[all...]
H A Dstrlcpy.s103 stb %g1, [%i2] ! store byte
108 stb %g1, [%i2] ! store byte
113 stb %g1, [%i2] ! store byte
114 stb %l1, [%i2 + 1] ! store last byte
130 stb %g1, [%i2] ! store byte
137 stb %g1, [%i2] ! store
144 stb %g1, [%i2] ! store
196 stb %l1, [%l0 + 3] ! store 4th byte
215 stb %g0, [%i2 - 1] ! store terminating null byte
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSunServerDATable.java158 // have things in the internal form needed by the service store.
160 ServiceStore store = serviceTable.store;
170 store.findAttributes(adURL,
203 store.register(adURL,
255 // have things in the internal form needed by the service store.
257 ServiceStore store = serviceTable.store;
267 store.deregister(adURL, saOnlyScopes, null);
294 ServiceStore store
[all...]
H A DServiceTable.java62 // The service store.
64 protected ServiceStore store = null; field in class:ServiceTable
112 * Return an SA service store.
145 table.store = ServiceStoreFactory.createServiceStore();
179 * @param URL String giving the URL to which the store should be
196 // Serialize the store.
198 ServiceStoreFactory.serialize(di, store);
336 store.register(surl, attrs, scopes, locale, urlSig, attrSig);
450 * Age the service store.
461 synchronized (store) {
1586 reportNonfatalException(Exception ex, Vector args, ServiceStore store) argument
[all...]
H A DServiceStoreFactory.java115 ServiceStore store = null;
119 store = (ServiceStore)storeClass.newInstance();
150 return store;
154 * Deserialize a service store from the open stream.
156 * @param is The object input stream for the service store.
183 // Read the service store in the standard format from the input
185 private static void deserialize(BufferedReader in, ServiceStore store) argument
413 store.register(url, attrs, scopes, locale, null, null);
425 // Write the service store in the standard format to the output
428 static void serialize(BufferedWriter out, ServiceStore store) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/
H A DStorable.pm5 Memoize::Storable - store Memoized data in Storable database
61 Storable::store($self->{H}, $self->{FILENAME});
/osnet-11/usr/src/lib/libc/i386/sys/
H A Dgettimeofday.s47 / need to convert nsecs to usecs & store into area pointed
52 movl %eax, (%ecx) / store seconds into timeval ptr
56 movl %edx, 4(%ecx) / store usecs into timeval ptr + 4.
/osnet-11/usr/src/lib/libstmf/
H A DMakefile.com28 OBJECTS= stmf.o store.o
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/t/
H A Derrors.t35 print $@ =~ /can only store scalars/
/osnet-11/usr/src/lib/libc/capabilities/sun4u-opl/common/
H A Dmemcpy.s97 stb %o3, [%o0-1] ! store last byte
100 stb %o3, [%o0-2] ! store 2nd from last byte
103 stb %o3, [%o0+1] ! store 3rd from last byte
107 stb %o3, [%o0] ! store 4th from last byte
134 stb %o3, [%o0] ! store a byte
159 stx %o4, [%o0-8] ! and store
173 ldx [%o1-8], %o4 ! load and store 16 bytes
189 stx %o4, [%o0-8] ! and store 8 bytes
231 std %d10, [%o0+56] ! store the current 8 bytes
234 std %d12, [%o0+48] ! store th
[all...]

Completed in 100 milliseconds

12345