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

12

/illumos-gate/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
/illumos-gate/usr/src/cmd/ypcmd/revnetgroup/
H A Dtable.c65 store(table, key, datum) function
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc-int.h58 krb5_error_code (KRB5_CALLCONV *store) member in struct:_krb5_rc_ops
/illumos-gate/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...]
/illumos-gate/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.c1654 devinfo_storage_foreach_nick (HalDeviceStore *store, HalDevice *d, gpointer user_data) argument
/illumos-gate/usr/src/cmd/spell/
H A Dmalloc.c60 #define WORD sizeof(union store)
65 #define setbusy(p) (union store *)((INT)(p)|BUSY)
66 #define clearbusy(p) (union store *)((INT)(p)&~BUSY)
68 union store { union
69 union store *ptr;
74 static union store alloca; /* initial arena */
75 static union store *allocb = &alloca; /*arena base*/
76 static union store *allocp = &alloca; /*search ptr*/
77 static union store *allocx; /*for benefit of realloc*/
84 register union store *
[all...]
/illumos-gate/usr/src/lib/libnsl/yp/
H A Ddbm.c185 store(datum key, datum dat) function
/illumos-gate/usr/src/cmd/printf/
H A Dprintf.c447 char *save, *store, c; local
450 for (save = store = fmt; ((c = *fmt) != 0); ++fmt, ++store) {
452 *store = c;
457 *store = '\\';
458 *++store = '\0';
459 *len = PTRDIFF(store, save);
463 *store = *fmt;
466 *store = '\a';
469 *store
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Drepval.c31 * are used to store process ids and the internal state. There are routines
523 * _retrieve_rep_vals (based on whether 'store' was set or not), or one of the
532 const char *prop, boolean_t store)
549 if (store) {
601 if ((ret = (store ? _store_rep_vals(vals, fmri, prop) :
672 /* Always store ctids as long long */
531 store_retrieve_rep_vals(uu_list_t *vals, const char *fmri, const char *prop, boolean_t store) argument
/illumos-gate/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:__anon616
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);
/illumos-gate/usr/src/ucblib/libdbm/
H A Ddbm.c187 store(datum key, datum dat) function
/illumos-gate/usr/src/cmd/lp/cmd/
H A Dlpfilter.c264 *store, local
400 store = (FILTER *)malloc((nfilters + 1) * sizeof(FILTER));
401 if (!store) {
406 for (ps = store; (pf = getfilter(filter)); )
412 if (ps - store != nfilters) {
428 store = (FILTER *)malloc(2 * sizeof(FILTER));
429 if (!store) {
435 store[0] = *pf;
444 pf = store;
463 store[
587 *store, local
[all...]
/illumos-gate/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...]
/illumos-gate/usr/src/cmd/col/
H A Dcol.c69 static void store(int);
465 store(int lno) function
582 store(ll++);
598 store(ll--);
/illumos-gate/usr/src/cmd/cmd-crypto/pktool/
H A Dsigncsr.c361 KMF_ENCODE_FORMAT fmt, int store, char *outlabel)
473 if (store) {
501 gettext("Failed to store cert "
543 int store = 0; local
559 "t:(store)F:(format)K:(keyusage)l:(signkey)"
576 store = yn_to_int(optarg_av);
577 if (store == -1)
781 ekulist, ltime, fmt, store, outlabel);
791 ekulist, ltime, fmt, store, outlabel);
352 pk_signcsr_pk11_nss(KMF_HANDLE_T handle, KMF_KEYSTORE_TYPE kstype, char *dir, char *prefix, char *token, KMF_CREDENTIAL *cred, char *signkey, char *csrfile, KMF_BIGINT *serial, char *certfile, char *issuer, char *subject, char *altname, KMF_GENERALNAMECHOICES alttype, int altcrit, uint16_t kubits, int kucrit, EKU_LIST *ekulist, uint32_t ltime, KMF_ENCODE_FORMAT fmt, int store, char *outlabel) argument
/illumos-gate/usr/src/cmd/svr4pkg/pkgmk/
H A Dsplpkgmap.c89 static int store(struct data **, unsigned int, char *, fsblkcnt_t,
310 * the function store() will go into a severe recursive plunge.
334 while (store(sf, eptnum, order[i], *plimit, *pilimit))
335 /* stay in loop until store is complete */
340 while (store(sf, eptnum, (char *)0, *plimit, *pilimit))
341 /* stay in loop until store is complete */
403 store(struct data **sf, unsigned int eptnum, char *aclass, fsblkcnt_t limit, function
433 return (store(sf, eptnum, aclass, limit, ilimit));
472 * we store only the dirname of of the path.
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/
H A Dpiclsmc.c268 uint8_t *store; local
300 store = (uint8_t *)malloc(sizeof (uint8_t) * alloc_size);
301 if (store == NULL) {
304 convert_to_ascii(data, store, len, extra_bytes);
310 store = (uint8_t *)malloc(sizeof (uint8_t) * alloc_size);
311 if (store == NULL) {
315 bcdplus_to_ascii(data, store, len);
324 (void) memcpy(field, store, alloc_size);
325 free(store);
448 convert_to_ascii(uint8_t data [], uint8_t store[], argument
500 bcdplus_to_ascii(uint8_t data[], uint8_t store[], int len) argument
[all...]
/illumos-gate/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
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dtls.c542 X509_STORE *store; local
720 /* get a pointer to the current certificate validation store */
721 store = SSL_CTX_get_cert_store(*ctx); /* does not fail */
730 X509_STORE_add_crl(store, crl);
732 X509_STORE_set_flags(store,
734 X509_STORE_set_verify_cb_func(store,
757 store = NULL;
759 if (CRLPath != NULL && store != NULL)
763 lookup = X509_STORE_add_lookup(store, X509_LOOKUP_hash_dir());
775 X509_STORE_set_flags(store,
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dhook.c852 * store(O) - where returned pointer will be stored
857 * If store is non-NULL, it is expected to be a pointer to the same variable
860 * net_family_register. The use of "store" allows the return value to be
866 hook_family_add(hook_family_t *hf, hook_stack_t *hks, void **store) argument
916 if (store != NULL)
917 *store = new;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_subr.c198 i_store_serverID(void *store, char *val) argument
200 ilbadm_servnode_t *s = (ilbadm_servnode_t *)store;
373 * matches one hostname or IP address and stores it in "store".
378 i_match_hostorip(void *store, ilbadm_sgroup_t *sg, char *val, argument
405 ilb_rule_data_t *rd = (ilb_rule_data_t *)store;
410 ilbadm_servnode_t *sn = (ilbadm_servnode_t *)store;
664 i_new_storep(void *store, ilbadm_key_code_t key) argument
672 res = (void *) i_new_sg_elem(store);
832 i_store_val(char *val, void *store, ilbadm_key_code_t keyword) argument
835 void *storep = store;
1077 i_parse_optstring(char *arg, void *store, ilbadm_key_name_t *keylist, int flags, int *count) argument
[all...]

Completed in 106 milliseconds

12