HomeSort by: relevance | last modified time | path
    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