| /onnv-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/ |
| H A D | hash.c | 1043 swap_header_copy(srcp, destp) in swap_header_copy() argument 1044 HASHHDR *srcp, *destp; in swap_header_copy() 1048 P_32_COPY(srcp->magic, destp->magic); 1049 P_32_COPY(srcp->version, destp->version); 1050 P_32_COPY(srcp->lorder, destp->lorder); 1051 P_32_COPY(srcp->bsize, destp->bsize); 1052 P_32_COPY(srcp->bshift, destp->bshift); 1053 P_32_COPY(srcp->ovfl_point, destp->ovfl_point); 1054 P_32_COPY(srcp->last_freed, destp->last_freed); 1055 P_32_COPY(srcp->max_bucket, destp->max_bucket); [all …]
|
| /onnv-gate/usr/src/uts/common/fs/nfs/ |
| H A D | nfs4_recovery.c | 3022 nfs4_lost_rqst_t *destp; in nfs4_save_lost_rqst() local 3026 destp = kmem_alloc(sizeof (nfs4_lost_rqst_t), KM_SLEEP); in nfs4_save_lost_rqst() 3027 recovp->rc_lost_rqst = destp; in nfs4_save_lost_rqst() 3033 destp->lr_ctype = lost_rqstp->lr_ctype; in nfs4_save_lost_rqst() 3034 destp->lr_locktype = lost_rqstp->lr_locktype; in nfs4_save_lost_rqst() 3038 destp->lr_oacc = lost_rqstp->lr_oacc; in nfs4_save_lost_rqst() 3039 destp->lr_odeny = lost_rqstp->lr_odeny; in nfs4_save_lost_rqst() 3040 destp->lr_oclaim = lost_rqstp->lr_oclaim; in nfs4_save_lost_rqst() 3042 destp->lr_ostateid = lost_rqstp->lr_ostateid; in nfs4_save_lost_rqst() 3045 destfp = &destp->lr_ofile; in nfs4_save_lost_rqst() [all …]
|
| /onnv-gate/usr/src/uts/common/tnf/ |
| H A D | tnf_buf.c | 230 void *destp; in tnfw_b_alloc() local 288 destp = (char *)block + offset; in tnfw_b_alloc() 298 *((int *)((char *)destp + size - sizeof (int))) = 0; in tnfw_b_alloc() 299 return (destp); in tnfw_b_alloc()
|
| /onnv-gate/usr/src/stand/lib/inet/ |
| H A D | ipv4.c | 312 find_route(uint8_t *flagp, struct in_addr *destp, struct in_addr *gatewayp) in find_route() argument 321 if (destp != NULL) { in find_route() 322 if (destp->s_addr == table[i].dest.s_addr) in find_route() 342 ipv4_route(int cmd, uint8_t flag, struct in_addr *destp, in ipv4_route() argument 370 if (destp != NULL) in ipv4_route() 371 table[index].dest.s_addr = destp->s_addr; in ipv4_route() 379 if ((index = find_route(&flag, destp, gatewayp)) == -1) { in ipv4_route() 402 ipv4_get_route(uint8_t flag, struct in_addr *destp, struct in_addr *gatewayp) in ipv4_get_route() argument 405 if ((index = find_route(&flag, destp, gatewayp)) == -1) in ipv4_get_route()
|
| /onnv-gate/usr/src/cmd/power/ |
| H A D | handlers.c | 557 devpath(char **destp, char *src, int *errp) in devpath() argument 597 if ((*destp = strdup(src)) == NULL) { in devpath() 601 return (*destp == NULL); in devpath() 612 char *src, *first, **destp; in dev_dep_common() local 627 destp = &pmreq.pmreq_keeper; in dev_dep_common() 633 if (devpath(destp, src, &upval)) { in dev_dep_common() 646 free(*destp); in dev_dep_common() 647 *destp = NULL; in dev_dep_common()
|
| /onnv-gate/usr/src/lib/libtnfprobe/ |
| H A D | tnf_buf.c | 441 void *destp; in tnfw_b_alloc() local 535 destp = (char *)pos->tnfw_w_block + pos->tnfw_w_write_off; in tnfw_b_alloc() 544 *((int *)((char *) destp + size - sizeof (int))) = 0; in tnfw_b_alloc() 547 fprintf(stderr, "tnfw_b_alloc returning %p\n", destp); in tnfw_b_alloc() 549 return (destp); in tnfw_b_alloc()
|
| /onnv-gate/usr/src/uts/common/inet/iptun/ |
| H A D | iptun.c | 2514 ip6_dest_t *destp; in iptun_find_encaplimit() local 2520 destp = pkt.ipp_dstopts; in iptun_find_encaplimit() 2522 destp = pkt.ipp_rthdrdstopts; in iptun_find_encaplimit() 2527 endptr = (uint8_t *)destp + 8 * (destp->ip6d_len + 1); in iptun_find_encaplimit() 2528 optp = (struct ip6_opt *)(destp + 1); in iptun_find_encaplimit()
|
| /onnv-gate/usr/src/uts/common/io/ |
| H A D | tem_safe.c | 2112 pixel32_t fg_color32, bg_color32, *destp; in bit_to_pix24() local 2119 destp = (pixel32_t *)tem->tvs_pix_data; in bit_to_pix24() 2130 *destp++ = ((data << i) & 0x80 ? in bit_to_pix24()
|
| /onnv-gate/usr/src/uts/common/io/scsi/targets/ |
| H A D | sd.c | 30266 char *destp = (char *)un->sd_fi_log + offset; local 30269 *destp++ = *buf++;
|