Searched defs:sbus_attach_args (Results 1 – 1 of 1) sorted by relevance
67 struct sbus_attach_args { struct68 int sa_placeholder; /* for obio attach args sharing */69 bus_space_tag_t sa_bustag;70 bus_dma_tag_t sa_dmatag;71 char *sa_name; /* PROM node name */72 int sa_node; /* PROM handle */96 struct sbus_attach_args *); argument