Searched refs:close_fd (Results 1 - 20 of 20) sorted by relevance

/haiku/src/tests/system/kernel/
H A Dselect_close_test.cpp12 close_fd(void* data) function
27 thread_id thread = spawn_thread(close_fd, "close fd", B_NORMAL_PRIORITY,
/haiku/headers/os/storage/
H A DFile.h60 virtual void close_fd();
H A DDirectory.h80 virtual void close_fd();
H A DNode.h97 virtual void close_fd();
/haiku/headers/build/os/storage/
H A DFile.h74 virtual void close_fd();
H A DNode.h108 virtual void close_fd();
H A DDirectory.h75 virtual void close_fd();
/haiku/src/build/libbe/storage/
H A DFile.cpp125 close_fd();
520 // close_fd
521 /*! Overrides BNode::close_fd() solely for R5 binary compatibility.
524 BFile::close_fd() function in class:OpenBeOS::BFile
526 BNode::close_fd();
H A DNode.cpp204 close_fd();
462 \note This method calls close_fd() to close previously opened FDs. Thus
464 class specific resources freed in their close_fd() version
476 close_fd();
491 BNode::close_fd() function in class:BNode
H A DDirectory.cpp89 close_fd();
501 BDirectory::close_fd() function in class:BDirectory
507 BNode::close_fd();
528 close_fd();
/haiku/src/kits/storage/
H A DFile.cpp91 close_fd();
353 //! Overrides BNode::close_fd() for binary compatibility with BeOS R5.
355 BFile::close_fd() function in class:BFile
357 BNode::close_fd();
H A DNode.cpp214 close_fd();
472 \note This method calls close_fd() to close previously opened FDs. Thus
474 class specific resources freed in their close_fd() version
486 close_fd();
501 BNode::close_fd() function in class:BNode
H A DDirectory.cpp92 close_fd();
534 BDirectory::close_fd() function in class:BDirectory
540 BNode::close_fd();
/haiku/src/tools/fs_shell/
H A Dfd.h85 extern void close_fd(struct file_descriptor *descriptor);
H A Dfd.cpp180 close_fd(struct file_descriptor *descriptor) function in namespace:FSShell
351 close_fd(evicted);
456 close_fd(descriptor);
H A Dvfs.cpp2813 close_fd(descriptor);
2906 close_fd(descriptor);
/haiku/headers/private/kernel/fs/
H A Dfd.h91 extern void close_fd(struct io_context *context,
/haiku/src/add-ons/kernel/network/protocols/unix/
H A Dunix.cpp55 close_fd(ioContext, descriptors[i]);
344 close_fd(ioContext, descriptors[i]);
/haiku/src/system/kernel/fs/
H A Dfd.cpp202 close_fd(struct io_context* context, struct file_descriptor* descriptor) function
225 close_fd(context, descriptor);
425 close_fd(context, evicted);
576 close_fd(context, descriptor.Get());
H A Dvfs.cpp3639 close_fd(context, descriptor);
4915 close_fd(context, descriptor);

Completed in 122 milliseconds