Searched refs:store (Results 1 - 25 of 130) sorted by path

123456

/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/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/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...]
/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/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 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 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 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
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 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);
/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/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/cmd/perl/contrib/Sun/Solaris/Kstat/
H A DKstat.xs1233 # Create the raw kstat to store function lookup table on load
1444 /* If newly created store the associated kstat info */
/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/pools/poold/com/sun/solaris/domain/pools/
H A DPoold.java416 props.store(bos, "");
/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/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/db/
H A Ddb.h954 #define store(a, b) __db_dbm_store(a, b) macro
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dconf.c474 #define MAPDEF(name, ext, flags, parse, open, close, lookup, store) \
480 extern void store __P((MAP *, char *, char *)); \
489 s->s_mapclass.map_store = store; \
2599 ** status -- whether or not to store as process status
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/cmd/sgs/rtld/amd64/
H A Dboot_elf.s119 * -8(%rbp) store dyndata ptr
120 * -16(%rbp) store call destination
295 movq %r11, 0(%rbp) / store destination at top
706 movq %rax, LBPRELOCOFF(%rbp) /* store final destination */
/illumos-gate/usr/src/cmd/sgs/rtld/i386/
H A Dboot_elf.s97 * -4(%ebp) store dyndata ptr
98 * -8(%ebp) store call destination
164 movl %eax, 0(%ebp) / store destination at top
317 movl %eax, 8(%ebp) / store final destination
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A Dboot.s146 st %l0, [%o0] ! store it
148 st %l0, [%o0 + 4] ! store that
153 st %l0, [%o0 + 12] ! store it in the vector
155 st %l1, [%o0 + 8] ! store it
157 st %l1, [%o0 + 16] ! store it
163 st %l0, [%o0 + 20] ! store aux vector pointer
165 st %l0, [%o0 + 24] ! and store it
/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/
H A Dboot_elf.s408 st %o3, [%o0 + 0xc] ! store instruction in plt[3]
415 st %o3, [%o0 + 0x8] ! store instruction in plt[2]
425 stx %o3, [%o0] ! store instructions into plt[0] plt[1]
461 st %o3, [%o0 + 0x10] ! store instruction in plt[4]
465 st %o3, [%o0 + 0xc] ! store instruction in plt[3]
472 st %o3, [%o0 + 8] ! store instruction in plt[2]
482 stx %o3, [%o0] ! store instructions into plt[0] plt[1]
516 st %o3, [%o0 + 0x18] ! store instruction in plt[6]
521 st %o3, [%o0 + 0x14] ! store instruction in plt[5]
525 st %o3, [%o0 + 0x10] ! store instructio
[all...]

Completed in 155 milliseconds

123456