OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wd_ioctl
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ata/
wd.c
185
struct
wd_ioctl
{
struct
186
LIST_ENTRY(
wd_ioctl
) wi_list;
194
static struct
wd_ioctl
*wi_find(struct buf *);
195
static void wi_free(struct
wd_ioctl
*);
196
static struct
wd_ioctl
*wi_get(struct wd_softc *);
1442
struct
wd_ioctl
*wi;
2008
struct
wd_ioctl
*
2011
struct
wd_ioctl
*wi;
2013
wi = kmem_zalloc(sizeof(struct
wd_ioctl
), KM_SLEEP);
2025
wi_free(struct
wd_ioctl
*wi
[
all
...]
wd.c
185
struct
wd_ioctl
{
struct
186
LIST_ENTRY(
wd_ioctl
) wi_list;
194
static struct
wd_ioctl
*wi_find(struct buf *);
195
static void wi_free(struct
wd_ioctl
*);
196
static struct
wd_ioctl
*wi_get(struct wd_softc *);
1442
struct
wd_ioctl
*wi;
2008
struct
wd_ioctl
*
2011
struct
wd_ioctl
*wi;
2013
wi = kmem_zalloc(sizeof(struct
wd_ioctl
), KM_SLEEP);
2025
wi_free(struct
wd_ioctl
*wi
[
all
...]
Completed in 24 milliseconds
Indexes created Wed Oct 01 18:09:54 GMT 2025