Home
last modified time | relevance | path

Searched defs:nodeops (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/sparc/include/
H A Dbsd_openprom.h327 struct nodeops { struct
331 int (*no_nextnode)(int); /* next(node) */
332 int (*no_child)(int); /* first child */
339 int (*no_proplen)(int, const char *);
340 int (*no_getprop)(int, const char *, void *);
341 int (*no_setprop)(int, const char *, const void *, int);
342 char *(*no_nextprop)(int, const char *);