Home
last modified time | relevance | path

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

/openbsd/src/sys/arch/sparc64/dev/
Dcore.c26 void core_attach(struct device *, struct device *, void *);
29 sizeof(struct device), core_match, core_attach
50 core_attach(struct device *parent, struct device *self, void *aux) in core_attach() function