OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:firstopen
(Results
1 - 12
of
12
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/
drm_legacy_misc.c
71
if (dev->driver->
firstopen
&&
73
ret = dev->driver->
firstopen
(dev);
/src/sys/external/bsd/drm2/dist/drm/savage/
savage_drv.c
60
.
firstopen
= savage_driver_firstopen,
/src/sys/arch/sun3/dev/
kd.c
148
static int
firstopen
= 1;
local in function:kdopen
154
if (
firstopen
) {
156
firstopen
= 0;
/src/sys/external/bsd/drm/dist/bsd-core/
savage_drv.c
48
dev->driver->
firstopen
= savage_driver_firstopen;
radeon_drv.c
54
dev->driver->
firstopen
= radeon_driver_firstopen;
drm_drv.c
471
if (dev->driver->
firstopen
)
472
dev->driver->
firstopen
(dev);
719
* lastclose and
firstopen
or unload) because these aren't actually
drmP.h
705
int (*
firstopen
)(struct drm_device *);
member in struct:drm_driver_info
/src/sys/arch/sparc/dev/
kd.c
200
static int
firstopen
= 1;
local in function:kdopen
207
if (
firstopen
) {
209
firstopen
= 0;
/src/sys/arch/sparc64/dev/
kd.c
171
static int
firstopen
= 1;
local in function:kdopen
178
if (
firstopen
) {
180
firstopen
= 0;
/src/sys/arch/sun2/dev/
kd.c
214
static int
firstopen
= 1;
local in function:kdopen
221
if (
firstopen
) {
223
firstopen
= 0;
/src/sys/external/bsd/drm2/dist/include/drm/
drm_drv.h
242
* Legacy drivers initialize the hardware in the @
firstopen
callback,
797
int (*
firstopen
) (struct drm_device *);
member in struct:drm_driver
/src/sys/dev/usb/
ucom.c
585
bool
firstopen
= (state == UCOM_ATTACHED);
local in function:ucomopen
586
if (
firstopen
) {
681
if (
firstopen
) {
695
if (
firstopen
) {
Completed in 19 milliseconds
Indexes created Wed Oct 22 06:10:02 GMT 2025