HomeSort by: relevance | last modified time | path
    Searched defs:sax (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/sbus/
lebuffer.c 124 struct sbus_attach_args sax; local in function:lebufattach
126 bt, dt, node, &sax);
127 (void)config_found(self, (void *)&sax, lebufprint,
129 sbus_destroy_attach_args(&sax);
dma_sbus.c 211 struct sbus_attach_args sax; local in function:dmaattach_sbus
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);
qec.c 207 struct sbus_attach_args sax; local in function:qecattach
209 sbt, sc->sc_dmatag, node, &sax);
210 (void)config_found(self, (void *)&sax, qecprint,
212 sbus_destroy_attach_args(&sax);

Completed in 127 milliseconds