.TH "devfs_auto_unregister" 9 "devfs_auto_unregister" "25 May 1998" "Kernel Hacker's Manual" LINUX .SH NAME devfs_auto_unregister \- Configure a devfs entry to be automatically unregistered. .SH SYNOPSIS .B "void" devfs_auto_unregister .BI "(devfs_handle_t " master "," .BI "devfs_handle_t " slave ");" .SH ARGUMENTS .IP "master" 12 The master devfs entry. Only one slave may be registered. .IP "slave" 12 The devfs entry which will be automatically unregistered when the master entry is unregistered. It is illegal to call \fBdevfs_unregister\fP on this entry.