Searched defs:thdr (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/audio/utilities/
H A Ddevice_ctl.c80 Audio_hdr thdr; local
93 thdr = *hdrp; /* save original hdr */
127 if (audio_cmp_hdr(hdrp, &thdr) != 0)
/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb_dup.c468 DBT thdr; local
500 thdr.data = &bk;
501 thdr.size = SSZA(BKEYDATA, data);
502 hdr = &thdr;
/illumos-gate/usr/src/psm/stand/boot/common/
H A Dreadfile.c342 Elf32_Phdr *thdr; /* "text" program header */ local
503 thdr = phdr;
621 if ((entrypt = iload32(dlname, thdr, dhdr, &av)) == FAIL)
741 Elf64_Phdr *thdr; /* "text" program header */ local
917 thdr = phdr;
1011 if ((entrypt = iload64(dlname, thdr, dhdr, &av)) ==
1101 iload32(char *rtld, Elf32_Phdr *thdr, Elf32_Phdr *dhdr, auxv32_t **avp) argument
1112 etext = (caddr_t)(uintptr_t)thdr->p_vaddr + thdr->p_memsz;
1228 thdr
1253 iload64(char *rtld, Elf64_Phdr *thdr, Elf64_Phdr *dhdr, auxv64_t **avp) argument
[all...]
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_dialog.c612 sip_header_t thdr = NULL; local
640 thdr = sip_dlg_xchg_from_to((sip_msg_t)sip_msg,
652 if ((fhdr == NULL && thdr == NULL) || cihdr == NULL || chdr == NULL ||
654 if (thdr != NULL)
655 sip_free_header(thdr);
669 if (thdr != NULL)
670 sip_free_header(thdr);
676 if (thdr != NULL)
677 sip_free_header(thdr);
682 if (thdr !
860 _sip_header_t *thdr; local
[all...]
/illumos-gate/usr/src/uts/common/fs/dcfs/
H A Ddc_vnops.c926 struct comphdr thdr, *hdr; local
945 hdr = &thdr;
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dses_ses.c226 SesThdr thdr; local
316 if (ses_getthdr((uchar_t *)sdata, amt, i, &thdr)) {
324 "Text Length %d\n", i, thdr.enc_type, thdr.enc_maxelt,
325 thdr.enc_subenc, thdr.enc_tlen);
326 nobj += thdr.enc_maxelt;
373 if (ses_getthdr((uchar_t *)sdata, amt, i, &thdr)) {
376 cc->ses_eltmap[i] = thdr.enc_maxelt;
377 for (j = 0; j < thdr
[all...]

Completed in 105 milliseconds