Searched refs:buf4 (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libnsl/nss/ |
H A D | getipnodeby.c | 249 nss_XbyY_buf_t *buf4 = NULL; in getipnodebyname() local 318 if ((buf4 = __IPv6_alloc(NSS_BUFLEN_HOSTS)) == NULL) { in getipnodebyname() 324 nssin.arg.nss.host.buf = buf4->buffer; in getipnodebyname() 325 nssin.arg.nss.host.buflen = buf4->buflen; in getipnodebyname() 326 nssout.nss.host.hent = buf4->result; in getipnodebyname() 330 __IPv6_cleanup(buf4); in getipnodebyname() 331 buf4 = NULL; in getipnodebyname() 335 if (buf6 == NULL && buf4 == NULL) { in getipnodebyname() 343 if (buf4 != NULL) { in getipnodebyname() 358 hp = __mapv4tov6(buf4->result, in getipnodebyname() [all …]
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_dfc.h | 65 void *buf4; member 91 uint32_t buf4; member
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_dfc.c | 451 dfc1->buf4 = (void *)((uintptr_t)dfc32.buf4); in emlxs_dfc_copyin() 479 dfc2->buf4 = 0; in emlxs_dfc_copyin() 531 if (dfc1->buf4_size && dfc1->buf4) { in emlxs_dfc_copyin() 533 dfc2->buf4 = kmem_zalloc(dfc1->buf4_size, KM_SLEEP); in emlxs_dfc_copyin() 535 if (ddi_copyin(dfc1->buf4, dfc2->buf4, dfc1->buf4_size, in emlxs_dfc_copyin() 610 if (dfc2->buf4) { in emlxs_dfc_copyout() 611 if (ddi_copyout(dfc2->buf4, dfc1->buf4, dfc1->buf4_size, in emlxs_dfc_copyout() 620 kmem_free(dfc2->buf4, dfc2->buf4_size); in emlxs_dfc_copyout() 621 dfc2->buf4 = 0; in emlxs_dfc_copyout() 638 dfc32.buf4 = (uint32_t)((uintptr_t)dfc1->buf4); in emlxs_dfc_copyout() [all …]
|
/illumos-gate/usr/src/cmd/format/ |
H A D | auto_sense.c | 919 uchar_t buf4[MAX_MODE_SENSE_SIZE]; in generic_disk_sense() member
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/ |
H A D | scsi_vhci.c | 7997 char buf4[4 * MHIOC_RESV_KEY_SIZE + 1]; in vhci_print_prout_keys() local 8009 (void) sprintf(&buf4[4 * i], "[%02x]", in vhci_print_prout_keys() 8018 msg, (void *)vlun, (void *)curthread, buf1, buf2, buf3, buf4)); in vhci_print_prout_keys()
|