Searched refs:sax (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/dev/sbus/
H A Dlebuffer.c124 struct sbus_attach_args sax; local
126 bt, dt, node, &sax);
127 (void)config_found(self, (void *)&sax, lebufprint,
129 sbus_destroy_attach_args(&sax);
H A Ddma_sbus.c211 struct sbus_attach_args sax; local
212 sbus_setup_attach_args(sbsc, sbt, sc->sc_dmatag, node, &sax);
213 (void)config_found(self, (void *)&sax, dmaprint_sbus,
215 sbus_destroy_attach_args(&sax);
H A Dqec.c207 struct sbus_attach_args sax; local
209 sbt, sc->sc_dmatag, node, &sax);
210 (void)config_found(self, (void *)&sax, qecprint,
212 sbus_destroy_attach_args(&sax);
/netbsd-current/external/apache2/llvm/dist/llvm/utils/lit/lit/
H A Dreports.py4 from xml.sax.saxutils import quoteattr as quo

Completed in 207 milliseconds