.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "OFDT_WRITE" "9" "09 October 2005" "" "" .SH NAME ofdt_write \- perform operations on the Open Firmware device tree .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp ssize_t ofdt_write (struct file * \fIfile\fB, const char __user * \fIbuf\fB, size_t \fIcount\fB, loff_t * \fIoff\fB); \fR .SH "ARGUMENTS" .TP \fB\fIfile\fB\fR not used .TP \fB\fIbuf\fB\fR command and arguments .TP \fB\fIcount\fB\fR size of the command buffer .TP \fB\fIoff\fB\fR not used .SH "DESCRIPTION" .PP Operations supported at this time are addition and removal of whole nodes along with their properties. Operations on individual properties are not implemented (yet). .SH "DESCRIPTION" .PP Operations supported at this time are addition and removal of whole nodes along with their properties. Operations on individual properties are not implemented (yet).