Home
last modified time | relevance | path

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

/csrg-svn/sys/sparc/include/
H A Dbsd_openprom.h256 struct nodeops { struct
260 int (*no_nextnode)(int node); /* next(node) */
261 int (*no_child)(int node); /* first child */
268 int (*no_proplen)(int node, caddr_t name);
269 int (*no_getprop)(int node, caddr_t name, caddr_t val);
270 int (*no_setprop)(int node, caddr_t name, caddr_t val, int len);
271 caddr_t (*no_nextprop)(int node, caddr_t name);