Home
last modified time | relevance | path

Searched refs:buf4 (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/nss/
H A Dgetipnodeby.c249 nss_XbyY_buf_t *buf4 = NULL; in getipnodebyname() local
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()
409 hp = buf4->result; in getipnodebyname()
444 if (buf4 != NULL) { in getipnodebyname()
445 if (buf4->result == hp) in getipnodebyname()
446 buf4->result = NULL; in getipnodebyname()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dfc.h65 void *buf4; member
91 uint32_t buf4; member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dfc.c451 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()
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()
621 dfc2->buf4 = 0; in emlxs_dfc_copyout()
638 dfc32.buf4 = (uint32_t)((uintptr_t)dfc1->buf4); in emlxs_dfc_copyout()
840 dfc->buf4, dfc->buf4_size); in emlxs_fcio_manage()
4721 if (dfc->buf4_size && !dfc->buf4) { in emlxs_dfc_send_mbox()
[all …]
/illumos-gate/usr/src/cmd/format/
H A Dauto_sense.c919 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 Dscsi_vhci.c7997 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()