Home
last modified time | relevance | path

Searched refs:dtd (Results 1 – 12 of 12) sorted by relevance

/dragonfly/contrib/binutils-2.34/libctf/
HDctf-create.c153 ctf_copy_smembers (ctf_file_t *fp, ctf_dtdef_t *dtd, unsigned char *t) in ctf_copy_smembers() argument
155 ctf_dmdef_t *dmd = ctf_list_next (&dtd->dtd_u.dtu_members); in ctf_copy_smembers()
178 ctf_copy_lmembers (ctf_file_t *fp, ctf_dtdef_t *dtd, unsigned char *t) in ctf_copy_lmembers() argument
180 ctf_dmdef_t *dmd = ctf_list_next (&dtd->dtd_u.dtu_members); in ctf_copy_lmembers()
204 ctf_copy_emembers (ctf_file_t *fp, ctf_dtdef_t *dtd, unsigned char *t) in ctf_copy_emembers() argument
206 ctf_dmdef_t *dmd = ctf_list_next (&dtd->dtd_u.dtu_members); in ctf_copy_emembers()
268 ctf_dtdef_t *dtd; in ctf_serialize() local
298 for (type_size = 0, dtd = ctf_list_next (&fp->ctf_dtdefs); in ctf_serialize()
299 dtd != NULL; dtd = ctf_list_next (dtd)) in ctf_serialize()
301 uint32_t kind = LCTF_INFO_KIND (fp, dtd->dtd_data.ctt_info); in ctf_serialize()
[all …]
HDctf-types.c45 ctf_dtdef_t *dtd; in ctf_member_iter() local
62 if ((dtd = ctf_dynamic_type (fp, type)) == NULL) in ctf_member_iter()
94 for (dmd = ctf_list_next (&dtd->dtd_u.dtu_members); in ctf_member_iter()
115 ctf_dtdef_t *dtd; in ctf_enum_iter() local
131 if ((dtd = ctf_dynamic_type (ofp, type)) == NULL) in ctf_enum_iter()
146 for (dmd = ctf_list_next (&dtd->dtd_u.dtu_members); in ctf_enum_iter()
568 ctf_dtdef_t *dtd; in ctf_type_align() local
570 if ((dtd = ctf_dynamic_type (ofp, type)) == NULL) in ctf_type_align()
605 for (dmd = ctf_list_next (&dtd->dtd_u.dtu_members); in ctf_type_align()
732 ctf_dtdef_t *dtd; in ctf_type_encoding() local
[all …]
HDctf-lookup.c329 ctf_dtdef_t *dtd; in ctf_lookup_by_id() local
331 if ((dtd = ctf_dynamic_type (fp, type)) != NULL) in ctf_lookup_by_id()
334 return &dtd->dtd_data; in ctf_lookup_by_id()
HDctf-open.c1614 ctf_dtdef_t *dtd, *ntd; in ctf_file_close() local
1632 for (dtd = ctf_list_next (&fp->ctf_dtdefs); dtd != NULL; dtd = ntd) in ctf_file_close()
1634 ntd = ctf_list_next (dtd); in ctf_file_close()
1635 ctf_dtd_delete (fp, dtd); in ctf_file_close()
/dragonfly/contrib/expat/lib/
HDxmlparse.c561 const XML_Char *nameSep, DTD *dtd);
975 DTD *dtd) { in parserCreate() argument
1032 if (dtd) in parserCreate()
1033 parser->m_dtd = dtd; in parserCreate()
1072 if (dtd) { in parserCreate()
2752 DTD *const dtd = parser->m_dtd; in doContent() local
2848 name = poolStoreString(&dtd->pool, enc, s + enc->minBytesPerChar, in doContent()
2852 entity = (ENTITY *)lookup(parser, &dtd->generalEntities, name, 0); in doContent()
2853 poolDiscard(&dtd->pool); in doContent()
2858 if (! dtd->hasParamEntityRefs || dtd->standalone) { in doContent()
[all …]
/dragonfly/contrib/zstd/lib/decompress/
HDhuf_decompress.c105 DTableDesc dtd; in HUF_getDTableDesc() local
106 ZSTD_memcpy(&dtd, table, sizeof(dtd)); in HUF_getDTableDesc()
107 return dtd; in HUF_getDTableDesc()
166 { DTableDesc dtd = HUF_getDTableDesc(DTable); in HUF_readDTableX1_wksp_bmi2() local
167 …if (tableLog > (U32)(dtd.maxTableLog+1)) return ERROR(tableLog_tooLarge); /* DTable too small, H… in HUF_readDTableX1_wksp_bmi2()
168 dtd.tableType = 0; in HUF_readDTableX1_wksp_bmi2()
169 dtd.tableLog = (BYTE)tableLog; in HUF_readDTableX1_wksp_bmi2()
170 ZSTD_memcpy(DTable, &dtd, sizeof(dtd)); in HUF_readDTableX1_wksp_bmi2()
337 DTableDesc const dtd = HUF_getDTableDesc(DTable); in HUF_decompress1X1_usingDTable_internal_body() local
338 U32 const dtLog = dtd.tableLog; in HUF_decompress1X1_usingDTable_internal_body()
[all …]
/dragonfly/sys/dev/drm/i915/
HDintel_sdvo.c733 struct intel_sdvo_dtd *dtd) in intel_sdvo_set_timing() argument
735 return intel_sdvo_set_value(intel_sdvo, cmd, &dtd->part1, sizeof(dtd->part1)) && in intel_sdvo_set_timing()
736 intel_sdvo_set_value(intel_sdvo, cmd + 1, &dtd->part2, sizeof(dtd->part2)); in intel_sdvo_set_timing()
740 struct intel_sdvo_dtd *dtd) in intel_sdvo_get_timing() argument
742 return intel_sdvo_get_value(intel_sdvo, cmd, &dtd->part1, sizeof(dtd->part1)) && in intel_sdvo_get_timing()
743 intel_sdvo_get_value(intel_sdvo, cmd + 1, &dtd->part2, sizeof(dtd->part2)); in intel_sdvo_get_timing()
747 struct intel_sdvo_dtd *dtd) in intel_sdvo_set_input_timing() argument
750 SDVO_CMD_SET_INPUT_TIMINGS_PART1, dtd); in intel_sdvo_set_input_timing()
754 struct intel_sdvo_dtd *dtd) in intel_sdvo_set_output_timing() argument
757 SDVO_CMD_SET_OUTPUT_TIMINGS_PART1, dtd); in intel_sdvo_set_output_timing()
[all …]
/dragonfly/gnu/usr.bin/gdb/libgdb/
HDMakefile165 gdb-target.dtd \
166 xinclude.dtd \
167 library-list.dtd \
168 library-list-svr4.dtd \
169 osdata.dtd \
170 threads.dtd \
171 traceframe-info.dtd \
172 btrace.dtd
198 sh ${CONTRIBDIR}/features/feature_to_c.sh ${.TARGET} ${.ALLSRC:M*.dtd}
/dragonfly/contrib/wpa_supplicant/src/utils/
HDxml_libxml2.c121 xmlDtdPtr dtd; in xml_validate_dtd() local
140 dtd = xmlParseDTD(NULL, (const xmlChar *) dtd_fname); in xml_validate_dtd()
141 if (dtd == NULL) { in xml_validate_dtd()
150 ret = xmlValidateDtd(&vctx, doc, dtd); in xml_validate_dtd()
152 xmlFreeDtd(dtd); in xml_validate_dtd()
/dragonfly/sys/kern/
HDkern_sig.c1495 thread_t dtd; in lwp_signotify() local
1498 dtd = lp->lwp_thread; in lwp_signotify()
1511 if (dtd->td_gd == mycpu) { in lwp_signotify()
1521 lwkt_send_ipiq(dtd->td_gd, lwp_signotify_remote, lp); in lwp_signotify()
1523 } else if (dtd->td_flags & TDF_SINTR) { in lwp_signotify()
1527 if (dtd->td_gd == mycpu) { in lwp_signotify()
1537 lwkt_send_ipiq(dtd->td_gd, lwp_signotify_remote, lp); in lwp_signotify()
1552 if (dtd->td_gd != mycpu) { in lwp_signotify()
1554 lwkt_send_ipiq(dtd->td_gd, lwp_signotify_remote, lp); in lwp_signotify()
/dragonfly/contrib/gdb-7/gdb/data-directory/
HDMakefile.in46 gdb-syscalls.dtd \
/dragonfly/contrib/file/magic/Magdir/
HDcad383 # Schema: https://www.web3d.org/specifications/x3d-3.2.dtd