Searched defs:is_open (Results 1 - 9 of 9) sorted by relevance

/haiku/headers/cpp/
H A Dfstream.h50 int is_open() const { return rdbuf()->is_open(); } function in class:fstreambase
H A Dstreambuf.h442 int is_open() const { return _fileno >= 0; } function in class:filebuf
/haiku/src/add-ons/kernel/drivers/graphics/radeon/
H A Dradeon_driver.h97 uint32 is_open; member in struct:device_info
/haiku/src/libs/stdc++/legacy/
H A Dstreambuf.cc349 int ios::is_open() { return rdbuf() function in class:ios
/haiku/src/add-ons/kernel/drivers/graphics/neomagic/
H A Ddriver.c58 uint32 is_open; /* a count of how many times the devices has been opened */ member in struct:device_info
/haiku/src/add-ons/kernel/drivers/graphics/via/
H A Ddriver.c55 uint32 is_open; /* a count of how many times the devices has been opened */ member in struct:device_info
/haiku/src/add-ons/kernel/drivers/graphics/skeleton/
H A Ddriver.c55 uint32 is_open; /* a count of how many times the devices has been opened */ member in struct:device_info
/haiku/src/add-ons/kernel/drivers/graphics/matrox/
H A Ddriver.c51 uint32 is_open; /* a count of how many times the devices has been opened */ member in struct:device_info
/haiku/src/add-ons/kernel/drivers/graphics/nvidia/
H A Ddriver.c49 uint32 is_open; /* a count of how many times the devices has been opened */ member in struct:device_info

Completed in 156 milliseconds