Home
last modified time | relevance | path

Searched refs:thdr (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/lib/libsip/common/
H A Dsip_dialog.c612 sip_header_t thdr = NULL; in sip_seed_dialog() local
640 thdr = sip_dlg_xchg_from_to((sip_msg_t)sip_msg, in sip_seed_dialog()
652 if ((fhdr == NULL && thdr == NULL) || cihdr == NULL || chdr == NULL || in sip_seed_dialog()
654 if (thdr != NULL) in sip_seed_dialog()
655 sip_free_header(thdr); in sip_seed_dialog()
669 if (thdr != NULL) in sip_seed_dialog()
670 sip_free_header(thdr); in sip_seed_dialog()
676 if (thdr != NULL) in sip_seed_dialog()
677 sip_free_header(thdr); in sip_seed_dialog()
682 if (thdr != NULL) in sip_seed_dialog()
[all …]
/titanic_50/usr/src/uts/common/io/scsi/targets/
H A Dses_ses.c226 SesThdr thdr; in ses_getconfig() local
316 if (ses_getthdr((uchar_t *)sdata, amt, i, &thdr)) { in ses_getconfig()
324 "Text Length %d\n", i, thdr.enc_type, thdr.enc_maxelt, in ses_getconfig()
325 thdr.enc_subenc, thdr.enc_tlen); in ses_getconfig()
326 nobj += thdr.enc_maxelt; in ses_getconfig()
373 if (ses_getthdr((uchar_t *)sdata, amt, i, &thdr)) { in ses_getconfig()
376 cc->ses_eltmap[i] = thdr.enc_maxelt; in ses_getconfig()
377 for (j = 0; j < thdr.enc_maxelt; j++) { in ses_getconfig()
380 ssc->ses_objmap[nobj].subenclosure = thdr.enc_subenc; in ses_getconfig()
381 ssc->ses_objmap[nobj++].enctype = thdr.enc_type; in ses_getconfig()
/titanic_50/usr/src/psm/stand/boot/common/
H A Dreadfile.c342 Elf32_Phdr *thdr; /* "text" program header */ in read_elf32() local
503 thdr = phdr; in read_elf32()
621 if ((entrypt = iload32(dlname, thdr, dhdr, &av)) == FAIL) in read_elf32()
741 Elf64_Phdr *thdr; /* "text" program header */ in read_elf64() local
917 thdr = phdr; in read_elf64()
1011 if ((entrypt = iload64(dlname, thdr, dhdr, &av)) == in read_elf64()
1101 iload32(char *rtld, Elf32_Phdr *thdr, Elf32_Phdr *dhdr, auxv32_t **avp) in iload32() argument
1112 etext = (caddr_t)(uintptr_t)thdr->p_vaddr + thdr->p_memsz; in iload32()
1228 thdr->p_memsz = (Elf32_Word)((uintptr_t)etext - thdr->p_vaddr); in iload32()
1253 iload64(char *rtld, Elf64_Phdr *thdr, Elf64_Phdr *dhdr, auxv64_t **avp) argument
[all …]
/titanic_50/usr/src/cmd/audio/utilities/
H A Ddevice_ctl.c80 Audio_hdr thdr; in audio__setplayhdr() local
93 thdr = *hdrp; /* save original hdr */ in audio__setplayhdr()
127 if (audio_cmp_hdr(hdrp, &thdr) != 0) in audio__setplayhdr()
/titanic_50/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;
/titanic_50/usr/src/uts/common/fs/dcfs/
H A Ddc_vnops.c926 struct comphdr thdr, *hdr; in decompvp() local
945 hdr = &thdr; in decompvp()