Home
last modified time | relevance | path

Searched refs:buf3 (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/lib/libresolv2/common/resolv/
H A Dres_mkupdate.c90 u_char buf3[MAXDNAME]; in res_nmkupdate() local
534 siglen = b64_pton(buf2, buf3, sizeof(buf3)); in res_nmkupdate()
538 memcpy(cp, buf3, siglen); in res_nmkupdate()
565 keylen = b64_pton(buf2, buf3, sizeof(buf3)); in res_nmkupdate()
569 memcpy(cp, buf3, keylen); in res_nmkupdate()
629 certlen = b64_pton(buf2, buf3, sizeof(buf3)); in res_nmkupdate()
633 memcpy(cp, buf3, certlen); in res_nmkupdate()
/titanic_41/usr/src/cmd/avs/sdbc/
H A Dsd_diag.c490 int buf3[MAXBUF]; in do_sdtest6() local
526 r = pread(fd, buf3, bufsize, (off_t)(bottom_pos << SCTRSHFT)); in do_sdtest6()
532 if (memcmp(buf1, buf3, bufsize)) { in do_sdtest6()
920 int buf3[MAXBUF]; in do_sdtest11() local
942 r = pread(fd, buf3, bufsize, in do_sdtest11()
949 if (buffcmp(buf1, buf3, bufsize)) { in do_sdtest11()
972 int buf3[MAXBUF]; in do_sdtest12() local
984 r = pread(fd, buf3, bufsize, in do_sdtest12()
991 if (buffcmp(buf1, buf3, bufsize)) { in do_sdtest12()
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dtables.c88 char buf3[INET6_ADDRSTRLEN]; in log_change() local
93 (void) inet_ntop(AF_INET6, (void *) &new->rt_router, buf3, in log_change()
94 sizeof (buf3)); in log_change()
100 buf3, in log_change()
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dfc.c447 dfc1->buf3 = (void *)((uintptr_t)dfc32.buf3); in emlxs_dfc_copyin()
476 dfc2->buf3 = 0; in emlxs_dfc_copyin()
514 if (dfc1->buf3_size && dfc1->buf3) { in emlxs_dfc_copyin()
516 dfc2->buf3 = kmem_zalloc(dfc1->buf3_size, KM_SLEEP); in emlxs_dfc_copyin()
518 if (ddi_copyin(dfc1->buf3, dfc2->buf3, dfc1->buf3_size, in emlxs_dfc_copyin()
595 if (dfc2->buf3) { in emlxs_dfc_copyout()
596 if (ddi_copyout(dfc2->buf3, dfc1->buf3, dfc1->buf3_size, in emlxs_dfc_copyout()
605 kmem_free(dfc2->buf3, dfc2->buf3_size); in emlxs_dfc_copyout()
606 dfc2->buf3 = 0; in emlxs_dfc_copyout()
634 dfc32.buf3 = (uint32_t)((uintptr_t)dfc1->buf3); in emlxs_dfc_copyout()
[all …]
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dfc.h61 void *buf3; member
87 uint32_t buf3; member
/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dsocksubr.c1497 const void *buf3, ssize_t len3, ssize_t size, int sleepflg, cred_t *cr) in soallocproto3() argument
1508 soappendmsg(mp, buf3, len3); in soallocproto3()
/titanic_41/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c2762 unsigned char *buf1 = NULL, *buf2 = NULL, *buf3 = NULL; in pkinit_create_td_dh_parameters() local
2789 &buf3, &buf3_len); in pkinit_create_td_dh_parameters()
2814 (void) memcpy(algId[1]->parameters.data, buf3, buf3_len); in pkinit_create_td_dh_parameters()
2849 (void) memcpy(algId[1]->parameters.data, buf3, buf3_len); in pkinit_create_td_dh_parameters()
2864 (void) memcpy(algId[0]->parameters.data, buf3, buf3_len); in pkinit_create_td_dh_parameters()
2919 if (buf3 != NULL) in pkinit_create_td_dh_parameters()
2920 free(buf3); in pkinit_create_td_dh_parameters()
/titanic_41/usr/src/cmd/format/
H A Dauto_sense.c972 uchar_t buf3[MAX_MODE_SENSE_SIZE]; in generic_disk_sense() member
/titanic_41/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c7990 char buf3[4*MHIOC_RESV_KEY_SIZE + 1]; in vhci_print_prout_keys() local
8000 (void) sprintf(&buf3[4*i], "[%02x]", prout->active_res_key[i]); in vhci_print_prout_keys()
8011 msg, (void *)vlun, (void *)curthread, buf1, buf2, buf3, buf4)); in vhci_print_prout_keys()