Searched defs:storage (Results 1 - 6 of 6) sorted by relevance
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/crypto/ |
H A D | aead.h | 88 * alias to storage. After calling this function, encrypt the returned block 94 iov_next_block(unsigned char *storage, size_t len, argument 107 /* Do it the slow way and return a copy into storage. */ 108 if (krb5int_c_iov_get_block(storage, len, data, num_data, pos)) 109 return storage; 119 unsigned char *block, unsigned char *storage, size_t len, 122 if (block == storage) { 124 krb5int_c_iov_put_block(data, num_data, storage, len, pos); 118 iov_store_block(const krb5_crypto_iov *data, size_t num_data, unsigned char *block, unsigned char *storage, size_t len, struct iov_block_state *pos) argument
|
/osnet-11/usr/src/lib/libdladm/common/ |
H A D | libdliptun.c | 234 * Read tunnel parameters from persistent storage. Note that the tunnel type 303 uint64_t storage; local 311 storage = params->iptun_param_type; 313 DLADM_TYPE_UINT64, &storage);
|
/osnet-11/usr/src/lib/libntsvcs/common/ |
H A D | netdfs.c | 940 netdfs_storage_info_t *storage; local 956 storage = *sinfo; 957 for (i = 0; i < info->i_ntargets; i++, target++, storage++) { 958 storage->state = target->t_state; 959 storage->server = NDR_STRDUP(mxa, target->t_server); 960 storage->share = NDR_STRDUP(mxa, target->t_share); 962 if (storage->server == NULL || storage->share == NULL) 980 netdfs_storage_info1_t *storage; local 996 storage [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/ |
H A D | argp-parse.c | 262 /* An vector containing storage for the CHILD_INPUTS field in all groups. */ 275 void *storage; 471 char *storage; 485 /* Lengths of the various bits of storage used by PARSER. */ 501 parser->storage = malloc (ssum); 502 if (! parser->storage) 505 storage = parser->storage; 506 parser->groups = parser->storage; 507 parser->child_inputs = (void **) (storage 270 void *storage; member in struct:parser 464 char *storage; local [all...] |
H A D | regcomp.c | 971 bin_tree_storage_t *storage, *next; 972 for (storage = dfa->str_tree_storage; storage; storage = next) 974 next = storage->next; 975 re_free (storage); 1599 Return the index of the new node, or REG_MISSING if insufficient storage is 3795 bin_tree_storage_t *storage = re_malloc (bin_tree_storage_t, 1); 3797 if (storage == NULL) 3799 storage 966 bin_tree_storage_t *storage, *next; local 3784 bin_tree_storage_t *storage = re_malloc (bin_tree_storage_t, 1); local [all...] |
/osnet-11/usr/src/lib/libipsecutil/common/ |
H A D | ipsec_util.c | 280 char storage[INET6_ADDRSTRLEN + 4]; local 309 if (inet_ntop(sa->sa_family, addrptr, storage, INET6_ADDRSTRLEN) == 316 printable_addr = storage; 319 sizeof (storage));
|
Completed in 139 milliseconds