OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:firstopen
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/arch/sparc/dev/
kd.c
200
static int
firstopen
= 1;
local
207
if (
firstopen
) {
209
firstopen
= 0;
/src/sys/arch/sparc64/dev/
kd.c
171
static int
firstopen
= 1;
local
178
if (
firstopen
) {
180
firstopen
= 0;
/src/sys/arch/sun2/dev/
kd.c
214
static int
firstopen
= 1;
local
221
if (
firstopen
) {
223
firstopen
= 0;
/src/sys/arch/sun3/dev/
kd.c
148
static int
firstopen
= 1;
local
154
if (
firstopen
) {
156
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
982
bool
firstopen
= (state == UCOM_ATTACHED);
local
983
if (
firstopen
) {
1092
if (
firstopen
) {
1106
if (
firstopen
) {
/src/sys/external/bsd/drm/dist/bsd-core/
drmP.h
705
int (*
firstopen
)(struct drm_device *);
member in struct:drm_driver_info
Completed in 20 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026