OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:devt
(Results
1 - 6
of
6
) sorted by relevancy
/src/bin/pax/
tables.h
107
* each
DEVT
are linked the various remaps for this device based on those bits
109
* avoid a device number during an update append, off the
DEVT
we would have
123
typedef struct
devt
{
struct
125
struct
devt
*fow; /* new device map list */
127
}
DEVT
;
tables.h
107
* each
DEVT
are linked the various remaps for this device based on those bits
109
* avoid a device number during an update append, off the
DEVT
we would have
123
typedef struct
devt
{
struct
125
struct
devt
*fow; /* new device map list */
127
}
DEVT
;
/src/sys/dev/dm/
dm_ioctl.c
192
device_t
devt
;
local in function:dm_dev_create_ioctl
221
if ((
devt
= config_attach_pseudo(cf)) == NULL) {
240
dmv->
devt
=
devt
;
253
disk_init(dmv->diskp, device_xname(
devt
), &dmdkdriver);
377
device_t
devt
;
local in function:dm_dev_remove_ioctl
393
* atomically get
devt
from device.
399
devt
= dmv->
devt
;
407
cf = device_cfdata(
devt
);
[
all
...]
dm_ioctl.c
192
device_t
devt
;
local in function:dm_dev_create_ioctl
221
if ((
devt
= config_attach_pseudo(cf)) == NULL) {
240
dmv->
devt
=
devt
;
253
disk_init(dmv->diskp, device_xname(
devt
), &dmdkdriver);
377
device_t
devt
;
local in function:dm_dev_remove_ioctl
393
* atomically get
devt
from device.
399
devt
= dmv->
devt
;
407
cf = device_cfdata(
devt
);
[
all
...]
dm.h
136
device_t
devt
; /* pointer to autoconf device_t structure */
member in struct:dm_dev
dm.h
136
device_t
devt
; /* pointer to autoconf device_t structure */
member in struct:dm_dev
Completed in 24 milliseconds
Indexes created Sun Sep 21 14:09:52 GMT 2025