Searched defs:store (Results 1 - 20 of 20) sorted by relevance

/osnet-11/usr/src/lib/libc/i386/gen/
H A Dstrcpy.s77 store: label
78 mov %eax, (%edi) / store word
87 jz store / store word w/o zero byte
90 movb %al, (%edi) / store first byte
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
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...]
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...]
/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
/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",
H A Ddevinfo_storage.c1730 devinfo_storage_foreach_nick (HalDeviceStore *store, HalDevice *d, gpointer user_data) argument
/osnet-11/usr/src/lib/libnsl/yp/
H A Ddbm.c181 store(datum key, datum dat) function
/osnet-11/usr/src/cmd/hal/hald/
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...]
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
H A Dutil.c424 hal_util_compute_udi (HalDeviceStore *store, gchar *dst, gsize dstsize, const gchar *format, ...) argument
441 if (hal_device_store_find (store, dst) == NULL)
446 if (hal_device_store_find (store, dst) == NULL)
1087 hal_util_branch_claim (HalDeviceStore *store, HalDevice *root, dbus_bool_t claimed, argument
1105 children = hal_device_store_match_multiple_key_value_string (store,
1110 hal_util_branch_claim (store, d, claimed, service, uid);
H A Dhald_dbus.c301 foreach_device_get_udi (HalDeviceStore *store, HalDevice *device, argument
362 foreach_device_match_get_udi (HalDeviceStore *store, HalDevice *device, argument
386 foreach_device_match_get_udi_tdl (HalDeviceStore *store, HalDevice *device, argument
490 foreach_device_by_capability (HalDeviceStore *store, HalDevice *device, gpointer user_data) argument
3507 foreach_device_get_xml_node (HalDeviceStore *store, HalDevice *device, argument
/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/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/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/sendmail/aux/
H A Dmail.local.c106 static void store(char *, int);
213 for (store(from, 0); *argv; ++argv)
386 store(return_path, rcpt_num);
522 store(from, lmtprcpts) function
/osnet-11/usr/src/lib/efcode/include/fcode/
H A Dproto.h133 FNPROTO(store); variable
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/loader/
H A Dgrub2.py1147 created, we must store the menu organizer's state (the menu.conf)
1228 self._menu_org.store(menuconf_path, force)
3293 def store(self, new_conf_path=None, force=False): member in class:GRUB2MenuOrganizer
/osnet-11/usr/src/lib/efcode/engine/
H A Dforth.c1582 store(fcode_env_t *env) function
2584 ANSI(0x072, 0, "!", store);
/osnet-11/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c1348 X509_STORE *store = NULL; local
1417 if (!(store = X509_STORE_new()))
1423 X509_STORE_set_verify_cb_func(store, openssl_callback);
1425 X509_STORE_set_verify_cb_func(store, openssl_callback_ignore_crls);
1426 X509_STORE_set_flags(store, vflags);
1480 if (!X509_STORE_CTX_init(&cert_ctx, store, x, intermediateCAs))
1571 if (CMS_verify(cms, NULL, store, NULL, out, flags)) {
1672 if (store != NULL)
1673 X509_STORE_free(store);
4604 * storing a private key in softtoken pktool(1) doesn't generate or store
[all...]
/osnet-11/usr/src/cmd/sendmail/db/
H A Ddb.h947 #define store(a, b) __db_dbm_store(a, b) macro

Completed in 142 milliseconds