/external/u-boot/drivers/misc/ |
D | altera_sysid.c | 27 u32 sysid[2]; in display_sysid() local 37 ret = misc_read(dev, 0, &sysid, sizeof(sysid)); in display_sysid() 41 stamp = sysid[1]; in display_sysid() 44 printf("SYSID: %08x, %s", sysid[0], asc); in display_sysid() 54 sysid, 1, 1, do_sysid, 64 u32 *sysid = buf; in altera_sysid_read() local 66 sysid[0] = readl(®s->id); in altera_sysid_read() 67 sysid[1] = readl(®s->timestamp); in altera_sysid_read()
|
D | Kconfig | 20 Select this to enable a sysid for Altera devices. Please find
|
/external/python/cpython3/Lib/xml/sax/ |
D | _exceptions.py | 91 sysid = self.getSystemId() 92 if sysid is None: 93 sysid = "<unknown>" 100 return "%s:%s:%s: %s" % (sysid, linenum, colnum, self._msg)
|
D | expatreader.py | 397 def start_doctype_decl(self, name, sysid, pubid, has_internal_subset): argument 398 self._lex_handler_prop.startDTD(name, pubid, sysid) 400 def unparsed_entity_decl(self, name, base, sysid, pubid, notation_name): argument 401 self._dtd_handler.unparsedEntityDecl(name, pubid, sysid, notation_name) 403 def notation_decl(self, name, base, sysid, pubid): argument 404 self._dtd_handler.notationDecl(name, pubid, sysid) 406 def external_entity_ref(self, context, base, sysid, pubid): argument 410 source = self._ent_handler.resolveEntity(pubid, sysid)
|
D | saxutils.py | 356 sysid = source.getSystemId() 358 sysidfilename = os.path.join(basehead, sysid) 363 source.setSystemId(urllib.parse.urljoin(base, sysid))
|
/external/python/cpython2/Lib/xml/sax/ |
D | _exceptions.py | 91 sysid = self.getSystemId() 92 if sysid is None: 93 sysid = "<unknown>" 100 return "%s:%s:%s: %s" % (sysid, linenum, colnum, self._msg)
|
D | expatreader.py | 400 def start_doctype_decl(self, name, sysid, pubid, has_internal_subset): argument 401 self._lex_handler_prop.startDTD(name, pubid, sysid) 403 def unparsed_entity_decl(self, name, base, sysid, pubid, notation_name): argument 404 self._dtd_handler.unparsedEntityDecl(name, pubid, sysid, notation_name) 406 def notation_decl(self, name, base, sysid, pubid): argument 407 self._dtd_handler.notationDecl(name, pubid, sysid) 409 def external_entity_ref(self, context, base, sysid, pubid): argument 413 source = self._ent_handler.resolveEntity(pubid, sysid)
|
D | saxutils.py | 325 sysid = source.getSystemId() 328 if isinstance(sysid, unicode): 333 sysid = sysid.encode(encoding) 337 sysid = sysid.decode(encoding) 340 sysidfilename = os.path.join(basehead, sysid)
|
/external/libxml2/include/libxml/ |
D | xmlwriter.h | 305 const xmlChar * sysid); 315 const xmlChar * sysid, 322 const xmlChar * sysid, 329 const xmlChar * sysid, 434 const xmlChar * sysid, 440 const xmlChar * sysid, 449 sysid, 462 const xmlChar * sysid);
|
/external/u-boot/disk/ |
D | part_iso.h | 28 char sysid[32]; /* system Identifier */ member 66 char sysid[32]; /* system Identifier */ member 104 char sysid[32]; /* system Identifier */ member
|
/external/u-boot/doc/device-tree-bindings/misc/ |
D | altera_sysid.txt | 1 Altera sysid 4 - compatible : should be "altr,sysid-1.0"
|
/external/libxml2/ |
D | xmlwriter.c | 2831 const xmlChar * pubid, const xmlChar * sysid) in xmlTextWriterStartDTD() argument 2878 if (sysid == 0) { in xmlTextWriterStartDTD() 2914 if (sysid != 0) { in xmlTextWriterStartDTD() 2943 xmlOutputBufferWriteString(writer->out, (const char *) sysid); in xmlTextWriterStartDTD() 3051 const xmlChar * sysid, const char *format, ...) in xmlTextWriterWriteFormatDTD() argument 3058 rc = xmlTextWriterWriteVFormatDTD(writer, name, pubid, sysid, format, in xmlTextWriterWriteFormatDTD() 3082 const xmlChar * sysid, in xmlTextWriterWriteVFormatDTD() argument 3095 rc = xmlTextWriterWriteDTD(writer, name, pubid, sysid, buf); in xmlTextWriterWriteVFormatDTD() 3117 const xmlChar * sysid, const xmlChar * subset) in xmlTextWriterWriteDTD() argument 3123 count = xmlTextWriterStartDTD(writer, name, pubid, sysid); in xmlTextWriterWriteDTD() [all …]
|
D | catalog.c | 2351 xmlChar *sysid = NULL; in xmlParseSGMLCatalog() local 2419 cur = xmlParseSGMLCatalogPubid(cur, &sysid); in xmlParseSGMLCatalog() 2453 cur = xmlParseSGMLCatalogPubid(cur, &sysid); in xmlParseSGMLCatalog() 2463 cur = xmlParseSGMLCatalogPubid(cur, &sysid); in xmlParseSGMLCatalog() 2475 if (sysid != NULL) in xmlParseSGMLCatalog() 2476 xmlFree(sysid); in xmlParseSGMLCatalog() 2481 base = xmlStrdup(sysid); in xmlParseSGMLCatalog() 2486 filename = xmlBuildURI(sysid, base); in xmlParseSGMLCatalog() 2503 entry = xmlNewCatalogEntry(type, sysid, NULL, NULL, in xmlParseSGMLCatalog() 2505 res = xmlHashAddEntry(catal->sgml, sysid, entry); in xmlParseSGMLCatalog() [all …]
|
/external/u-boot/arch/nios2/dts/ |
D | 3c120_devboard.dts | 94 sysid: sysid@0x4d40 { label 95 compatible = "altr,sysid-1.0";
|
D | 10m50_devboard.dts | 96 sysid: sysid@18001528 { label 97 compatible = "altr,sysid-1.0";
|
/external/libxml2/os400/libxmlrpg/ |
D | xmlwriter.rpgle | 514 d sysid * value options(*string) const xmlChar * 530 d sysid * value options(*string) const xmlChar * 548 d sysid * value options(*string) const xmlChar * 558 d sysid * value options(*string) const xmlChar * 571 d sysid * value options(*string) const xmlChar * 737 d sysid * value options(*string) const xmlChar * 746 d sysid * value options(*string) const xmlChar * 757 d sysid * value options(*string) const xmlChar * 770 d sysid * value options(*string) const xmlChar *
|
/external/scapy/scapy/contrib/ |
D | isis.py | 99 def isis_sysid2str(sysid): argument 100 return b"".join(hex_bytes(x) for x in sysid.split("."))
|
/external/python/cpython2/Modules/expat/ |
D | expat.h | 330 const XML_Char *sysid,
|
/external/python/cpython3/Modules/expat/ |
D | expat.h | 330 const XML_Char *sysid,
|
/external/expat/lib/ |
D | expat.h | 330 const XML_Char *sysid,
|
/external/expat/xmlwf/ |
D | xmlwf.c | 316 const XML_Char *UNUSED_P(sysid), in startDoctypeDecl() argument 689 const XML_Char *UNUSED_P(sysid), in metaStartDoctypeDecl() argument
|
/external/python/cpython3/Modules/ |
D | pyexpat.c | 676 const XML_Char *sysid, const XML_Char *pubid, 679 string_intern(self, sysid), string_intern(self, pubid),
|
/external/python/cpython3/Lib/test/ |
D | test_pyexpat.py | 120 name, base, sysid, pubid = args
|
/external/python/cpython2/Lib/test/ |
D | test_pyexpat.py | 114 name, base, sysid, pubid = args
|
/external/python/cpython2/Modules/ |
D | pyexpat.c | 863 const XML_Char *sysid, const XML_Char *pubid, 866 string_intern(self, sysid), string_intern(self, pubid),
|