Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/zmod/
H A Dcrc32.c261 #define DOLIT4 c ^= *buf4++; \
273 register const u4 FAR *buf4; local
282 buf4 = (const u4 FAR *)(const void FAR *)buf;
291 buf = (const unsigned char FAR *)buf4;
301 #define DOBIG4 c ^= *++buf4; \
313 register const u4 FAR *buf4; local
322 buf4 = (const u4 FAR *)(const void FAR *)buf;
323 buf4--;
332 buf4++;
333 buf = (const unsigned char FAR *)buf4;
/titanic_50/usr/src/lib/libnsl/nss/
H A Dgetipnodeby.c249 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 …]
/titanic_50/usr/src/cmd/avs/sdbc/
H A Dsd_diag.c491 int buf4[MAXBUF]; in do_sdtest6() local
538 r = pread(fd, buf4, bufsize, (off_t)(top_pos << SCTRSHFT)); in do_sdtest6()
543 if (memcmp(buf2, buf4, bufsize)) { in do_sdtest6()
921 int buf4[MAXBUF]; in do_sdtest11() local
937 gen_data_known(buf4, bufsize, timestamp); in do_sdtest11()
955 r = pwrite(fd, buf4, bufsize, in do_sdtest11()
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dfc.c450 dfc1->buf4 = (void *)((uintptr_t)dfc32.buf4); in emlxs_dfc_copyin()
478 dfc2->buf4 = 0; in emlxs_dfc_copyin()
530 if (dfc1->buf4_size && dfc1->buf4) { in emlxs_dfc_copyin()
532 dfc2->buf4 = kmem_zalloc(dfc1->buf4_size, KM_SLEEP); in emlxs_dfc_copyin()
534 if (ddi_copyin(dfc1->buf4, dfc2->buf4, dfc1->buf4_size, in emlxs_dfc_copyin()
609 if (dfc2->buf4) { in emlxs_dfc_copyout()
610 if (ddi_copyout(dfc2->buf4, dfc1->buf4, dfc1->buf4_size, in emlxs_dfc_copyout()
619 kmem_free(dfc2->buf4, dfc2->buf4_size); in emlxs_dfc_copyout()
620 dfc2->buf4 = 0; in emlxs_dfc_copyout()
637 dfc32.buf4 = (uint32_t)((uintptr_t)dfc1->buf4); in emlxs_dfc_copyout()
[all …]
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dfc.h65 void *buf4; member
91 uint32_t buf4; member
/titanic_50/usr/src/cmd/format/
H A Dauto_sense.c918 uchar_t buf4[MAX_MODE_SENSE_SIZE]; in generic_disk_sense() member
/titanic_50/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c7991 char buf4[4*MHIOC_RESV_KEY_SIZE + 1]; in vhci_print_prout_keys() local
8002 (void) sprintf(&buf4[4*i], "[%02x]", in vhci_print_prout_keys()
8011 msg, (void *)vlun, (void *)curthread, buf1, buf2, buf3, buf4)); in vhci_print_prout_keys()