Lines Matching refs:rawdev
58 struct rawdev { struct
61 struct rawdev *nxtrd; /* next entry in list */ argument
87 static struct rawdev *unchecked, *active, *get_runnable();
99 static void notbusy(struct rawdev *);
107 struct rawdev *rdp; in preen_addev()
123 if ((rdp = (struct rawdev *)malloc(sizeof (struct rawdev))) == NULL) { in preen_addev()
175 struct rawdev *rdp; in preen_getdev()
199 struct rawdev *dp, *ldp; in preen_releasedev()
223 struct rawdev *
224 get_runnable(struct rawdev **devlist) in get_runnable()
226 struct rawdev *last, *rdp; in get_runnable()
274 struct rawdev *rdp = (struct rawdev *)cookie; in preen_addunit()
443 notbusy(struct rawdev *rd) in notbusy()