Lines Matching refs:args
29 const void *args[] = { (void *)node }; in olpc_dt_getsibling() local
35 if (olpc_ofw("peer", args, res) || (s32)node == -1) in olpc_dt_getsibling()
43 const void *args[] = { (void *)node }; in olpc_dt_getchild() local
49 if (olpc_ofw("child", args, res) || (s32)node == -1) { in olpc_dt_getchild()
59 const void *args[] = { (void *)node, prop }; in olpc_dt_getproplen() local
66 if (olpc_ofw("getproplen", args, res)) { in olpc_dt_getproplen()
83 const void *args[] = { (void *)node, prop, buf, (void *)plen }; in olpc_dt_getproperty() local
86 if (olpc_ofw("getprop", args, res)) { in olpc_dt_getproperty()
97 const void *args[] = { (void *)node, prev, buf }; in olpc_dt_nextprop() local
106 if (olpc_ofw("nextprop", args, res) || success != 1) in olpc_dt_nextprop()
115 const void *args[] = { (void *)node, buf, (void *)buflen }; in olpc_dt_pkg2path() local
121 if (olpc_ofw("package-to-path", args, res) || *len < 1) in olpc_dt_pkg2path()
171 const void *args[] = { path }; in olpc_dt_finddevice() local
174 if (olpc_ofw("finddevice", args, res)) { in olpc_dt_finddevice()
188 const void *args[] = { words }; in olpc_dt_interpret() local
191 if (olpc_ofw("interpret", args, res)) { in olpc_dt_interpret()