Searched defs:nodeops (Results 1 – 1 of 1) sorted by relevance
327 struct nodeops { struct331 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 *);