Lines Matching defs:fd
43 #define OFW_IOCTL(fd, cmd, val) do { \ argument
51 int fd; in ofw_open() local
59 ofw_close(int fd) in ofw_close()
66 ofw_root(int fd) in ofw_root()
73 ofw_optnode(int fd) in ofw_optnode()
82 ofw_peer(int fd, phandle_t node) in ofw_peer()
92 ofw_child(int fd, phandle_t node) in ofw_child()
102 ofw_finddevice(int fd, const char *name) in ofw_finddevice()
122 ofw_firstprop(int fd, phandle_t node, char *buf, int buflen) in ofw_firstprop()
129 ofw_nextprop(int fd, phandle_t node, const char *prev, char *buf, int buflen) in ofw_nextprop()
158 ofw_getprop(int fd, phandle_t node, const char *name, void *buf, int buflen) in ofw_getprop()
172 ofw_setprop(int fd, phandle_t node, const char *name, const void *buf, in ofw_setprop()
189 ofw_getproplen(int fd, phandle_t node, const char *name) in ofw_getproplen()
201 ofw_getprop_alloc(int fd, phandle_t node, const char *name, void **buf, in ofw_getprop_alloc()