Lines Matching defs:wd_ioctl
185 struct wd_ioctl {
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 *);
1445 struct wd_ioctl *wi;
2021 struct wd_ioctl *
2024 struct wd_ioctl *wi;
2026 wi = kmem_zalloc(sizeof(struct wd_ioctl), KM_SLEEP);
2038 wi_free(struct wd_ioctl *wi)
2045 * Find a wd_ioctl structure based on the struct buf.
2048 struct wd_ioctl *
2051 return container_of(bp, struct wd_ioctl, wi_bp);
2055 wi_sector_size(const struct wd_ioctl * const wi)
2084 * - wdioctl() queues a wd_ioctl structure.
2103 struct wd_ioctl *wi;