Searched refs:chdr (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudioTypeG72X.cc102 Audio_hdr chdr; // C struct for g72x convert code local
160 chdr = (Audio_hdr)inhdr;
165 err = g721_encode((void*)inptr, nbytes, &chdr,
170 chdr = (Audio_hdr)inhdr;
175 err = g723_encode((void*)inptr, nbytes, &chdr,
188 chdr = (Audio_hdr)outhdr;
193 err = g721_decode(inptr, nbytes, &chdr,
206 chdr = (Audio_hdr)outhdr;
211 err = g723_decode(inptr, nbytes, &chdr,
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_dialog.c613 sip_header_t chdr; local
648 chdr = sip_search_for_header(sip_msg, SIP_CONTACT, NULL);
652 if ((fhdr == NULL && thdr == NULL) || cihdr == NULL || chdr == NULL ||
667 ((value = sip_get_header_value(chdr, NULL)) == NULL) ||
696 if ((dialog->sip_dlg_remote_target = sip_dup_header(chdr)) ==
709 if ((dialog->sip_dlg_local_contact = sip_dup_header(chdr)) ==
863 sip_header_t chdr = NULL; local
900 chdr = sip_search_for_header(sip_msg, SIP_CONTACT, NULL);
901 if (chdr == NULL) {
946 chdr
1404 sip_header_t chdr; local
1476 sip_header_t chdr; local
1725 sip_header_t chdr; local
1862 sip_header_t chdr = NULL; local
[all...]
/illumos-gate/usr/src/cmd/ipcs/
H A Dipcs.c71 static char chdr[] = "T ID KEY MODE OWNER GROUP"; variable
222 (void) printf("%s%s%s%s%s%s%s%s\n", chdr,
282 (void) printf("%s%s%s%s%s%s%s%s%s\n", chdr,
348 (void) printf("%s%s%s%s%s%s\n", chdr,
/illumos-gate/usr/src/cmd/lockstat/
H A Dlockstat.c1630 char lhdr[80], chdr[80]; local
1644 (void) sprintf(chdr, "%s%s",
1659 "cuml", "rcnt", rectype >= LS_TIME ? buf : "", lhdr, chdr);
1709 "cuml", "rcnt", buf, lhdr, chdr);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ntp.c74 struct ntp_control chdr; member in union:ntp_pkt_buf::ntpc_buf
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_main.c951 Elf32_Ehdr chdr; local
970 if (mdb_gelf_check(io, &chdr, ET_NONE) == -1)

Completed in 72 milliseconds