/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | 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));
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | mmapobjsys.c | 62 mmapobjsys(int fd, uint_t flags, mmapobj_result_t *storage, argument 181 error = copyout(mrp32, (void *)storage, 185 error = copyout(mrp, (void *)storage,
|
/illumos-gate/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);
|
/illumos-gate/usr/src/cmd/rpcgen/ |
H A D | rpc_svcout.c | 318 write_programs(char *storage) argument 334 write_program(def, storage); 439 write_program(definition *def, char *storage) argument 447 if (storage != NULL) { 448 f_print(fout, "%s ", storage);
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | PosixDaemon.c | 71 // name in persistent storage for next time. It should also inform the user of the name change. 81 // Allocate another chunk of cache storage 82 CacheEntity *storage = malloc(sizeof(CacheEntity) * RR_CACHE_SIZE); local 83 if (storage) mDNS_GrowCache(m, storage, RR_CACHE_SIZE);
|
H A D | mDNS.c | 208 AuthEntity *storage = mDNSPlatformMemAllocate(sizeof(AuthEntity)); local 209 storage->next = mDNSNULL; 210 r->rrauth_free = storage; 281 LogMsg("GetAuthGroup: Failed to allocate name storage for %##s", rr->name->c); 4896 r->resrec.rdata = (RData*)&r->smallrdatastorage; // By default, assume we're usually going to be using local storage 4897 if (RDLength > InlineCacheRDSize) // If RDLength is too big, allocate extra storage 4922 LogMsg("GetCacheGroup: Failed to allocate name storage for %##s", rr->name->c); 7914 // Certain data types need more space for in-memory storage than their in-packet rdlength would imply 7959 // If this is an oversized record with external storage allocated, copy rdata to external storage 14204 mDNS_GrowCache_internal(mDNS *const m, CacheEntity *storage, mDNSu32 numrecords) argument 14217 mDNS_GrowCache(mDNS *const m, CacheEntity *storage, mDNSu32 numrecords) argument [all...] |
/illumos-gate/usr/src/uts/common/io/ |
H A D | neti_impl.c | 253 int nelem, net_ifaddr_t type[], void *storage) 262 nelem, type, storage)); 252 net_getlifaddr(net_handle_t info, phy_if_t nic, lif_if_t ifdata, int nelem, net_ifaddr_t type[], void *storage) argument
|
/illumos-gate/usr/src/boot/sys/boot/uboot/lib/ |
H A D | api_public.h | 148 } storage; member in union:device_info::__anon363 154 #define di_stor info.storage
|
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/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...] |
/illumos-gate/usr/src/cmd/cmd-inet/common/ |
H A D | kcmd.c | 64 static char storage[KCMD_BUFSIZ]; variable 67 static char *store_ptr = storage; 640 outputd.length = sizeof (storage); 641 outputd.data = (krb5_pointer)storage; 644 * data is decrypted into the "storage" buffer, which 657 store_ptr = storage; 661 rd_len2 = storage[0] & 0xff; 662 rd_len2 <<= 8; rd_len2 |= storage[1] & 0xff; 663 rd_len2 <<= 8; rd_len2 |= storage[2] & 0xff; 664 rd_len2 <<= 8; rd_len2 |= storage[ [all...] |
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ip_netinfo.c | 1226 size_t nelem, net_ifaddr_t type[], void *storage) 1233 nelem, type, storage, ns->netstack_ip)); 1241 size_t nelem, net_ifaddr_t type[], void *storage) 1248 nelem, type, storage, ns->netstack_ip)); 1258 struct sockaddr *storage, ip_stack_t *ipst) 1267 ASSERT(storage != NULL); 1276 sin = (struct sockaddr_in *)storage; 1292 sin6 = (struct sockaddr_in6 *)storage; 1313 lif_if_t type, void *storage) 1319 ASSERT(storage ! 1225 ip_getlifaddr(net_handle_t neti, phy_if_t phy_ifdata, lif_if_t ifdata, size_t nelem, net_ifaddr_t type[], void *storage) argument 1240 ipv6_getlifaddr(net_handle_t neti, phy_if_t phy_ifdata, lif_if_t ifdata, size_t nelem, net_ifaddr_t type[], void *storage) argument 1256 ip_getlifaddr_impl(sa_family_t family, phy_if_t phy_ifdata, lif_if_t ifdata, size_t nelem, net_ifaddr_t type[], struct sockaddr *storage, ip_stack_t *ipst) argument 1312 ip_getifaddr_type(sa_family_t family, ipif_t *ill_ipif, lif_if_t type, void *storage) argument 1678 net_no_getlifaddr(net_handle_t neti, phy_if_t phy_ifdata, lif_if_t ifdata, size_t nelem, net_ifaddr_t type[], void *storage) argument [all...] |
H A D | ip_if.c | 9215 char *storage = NULL; local 9228 storage = xar->xarp_ha.sdl_data; 9232 storage = ar->arp_ha.sa_data; 9239 storage += ill_xarp_info(&xar->xarp_ha, ill); 9260 bcopy((char *)hwaddr, storage, ill->ill_phys_addr_length); 19097 * offers more space for address storage in sll_data.
|
/illumos-gate/usr/src/uts/common/io/scsi/targets/ |
H A D | 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
|
/illumos-gate/usr/src/cmd/rcm_daemon/common/ |
H A D | ip_rcm.c | 129 struct sockaddr_storage storage; member in union:ip_lif::__anon1304
|
/illumos-gate/usr/src/lib/libipsecutil/common/ |
H A D | ipsec_util.c | 282 char storage[INET6_ADDRSTRLEN + 4]; local 311 if (inet_ntop(sa->sa_family, addrptr, storage, INET6_ADDRSTRLEN) == 318 printable_addr = storage; 321 sizeof (storage));
|