HomeSort by: relevance | last modified time | path
    Searched defs:nextprop (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/sparc/sparc/
openprom.c 133 char *name, *value, *nextprop; local
215 nextprop = prom_nextprop(node, name);
217 len = strlen(nextprop);
222 error = copyout(nextprop, op->op_buf, len);
openprom.c 133 char *name, *value, *nextprop; local
215 nextprop = prom_nextprop(node, name);
217 len = strlen(nextprop);
222 error = copyout(nextprop, op->op_buf, len);
openprom.c 133 char *name, *value, *nextprop; local
215 nextprop = prom_nextprop(node, name);
217 len = strlen(nextprop);
222 error = copyout(nextprop, op->op_buf, len);
  /src/sys/arch/arm/ofw/
openfirm.c 173 OF_nextprop(int handle, const char *prop, void *nextprop)
181 void *nextprop; member in struct:__anon1114
184 "nextprop",
191 args.nextprop = nextprop;
openfirm.c 173 OF_nextprop(int handle, const char *prop, void *nextprop)
181 void *nextprop; member in struct:__anon1114
184 "nextprop",
191 args.nextprop = nextprop;
openfirm.c 173 OF_nextprop(int handle, const char *prop, void *nextprop)
181 void *nextprop; member in struct:__anon1114
184 "nextprop",
191 args.nextprop = nextprop;

Completed in 62 milliseconds