| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
| snoop_ipsec.c | 57 esph_t storage; /* In case hdr isn't aligned. */ local 64 aligned_esph = &storage; 108 ah_t storage; /* In case hdr isn't aligned. */ local 119 aligned_ah = (ah_t *)&storage; 120 bcopy(hdr, &storage, sizeof (ah_t));
|
| /onnv/onnv-gate/usr/src/common/openssl/crypto/ |
| ex_data.c | 403 CRYPTO_EX_DATA_FUNCS **storage = NULL; local 413 storage = OPENSSL_malloc(mx * sizeof(CRYPTO_EX_DATA_FUNCS*)); 414 if(!storage) 417 storage[i] = sk_CRYPTO_EX_DATA_FUNCS_value(item->meth,i); 421 if((mx > 0) && !storage) 428 if(storage[i] && storage[i]->new_func) 431 storage[i]->new_func(obj,ptr,ad,i, 432 storage[i]->argl,storage[i]->argp) 446 CRYPTO_EX_DATA_FUNCS **storage = NULL; local 493 CRYPTO_EX_DATA_FUNCS **storage = NULL; local [all...] |
| /onnv/onnv-gate/usr/src/lib/libdladm/common/ |
| libdliptun.c | 235 * 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);
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/common/ |
| kcmd.c | 66 static char storage[KCMD_BUFSIZ]; variable 69 static char *store_ptr = storage; 642 outputd.length = sizeof (storage); 643 outputd.data = (krb5_pointer)storage; 646 * data is decrypted into the "storage" buffer, which 659 store_ptr = storage; 663 rd_len2 = storage[0] & 0xff; 664 rd_len2 <<= 8; rd_len2 |= storage[1] & 0xff; 665 rd_len2 <<= 8; rd_len2 |= storage[2] & 0xff; 666 rd_len2 <<= 8; rd_len2 |= storage[3] & 0xff [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/scsi/targets/ |
| ses_ses.c | 229 char storage[SCSZ], *sdata; local 249 lp->uscsi_rqbuf = storage; 282 cdp = (SesEncDesc *) storage; 457 * we only need 2 bytes of data storage. 460 * storage we need by noting that starting at offset 753 * Starting at offset 8, start skipping over the storage 821 * Starting at offset 8, start skipping over the storage
|
| /onnv/onnv-gate/usr/src/cmd/rcm_daemon/common/ |
| ip_rcm.c | 129 struct sockaddr_storage storage; member in union:ip_lif::__anon1331 [all...] |
| /onnv/onnv-gate/usr/src/lib/libparted/common/lib/ |
| regcomp.c | 944 bin_tree_storage_t *storage, *next; 945 for (storage = dfa->str_tree_storage; storage; storage = next) 947 next = storage->next; 948 re_free (storage); 939 bin_tree_storage_t *storage, *next; local 3724 bin_tree_storage_t *storage = re_malloc (bin_tree_storage_t, 1); local [all...] |
| /onnv/onnv-gate/usr/src/lib/libipsecutil/common/ |
| ipsec_util.c | 142 char storage[INET6_ADDRSTRLEN + 4]; local 171 if (inet_ntop(sa->sa_family, addrptr, storage, INET6_ADDRSTRLEN) == 178 printable_addr = storage; 181 sizeof (storage)); [all...] |
| /onnv/onnv-gate/usr/src/uts/common/inet/ip/ |
| ip_if.c | 8999 char *storage = NULL; local [all...] |