Lines Matching defs:rawdev
58 struct rawdev {
61 struct rawdev *nxtrd; /* next entry in list */
87 static struct rawdev *unchecked, *active, *get_runnable();
99 static void notbusy(struct rawdev *);
107 struct rawdev *rdp;
123 if ((rdp = (struct rawdev *)malloc(sizeof (struct rawdev))) == NULL) {
175 struct rawdev *rdp;
199 struct rawdev *dp, *ldp;
223 struct rawdev *
224 get_runnable(struct rawdev **devlist)
226 struct rawdev *last, *rdp;
258 * add the given driver/unit reference to the `rawdev' structure identified
274 struct rawdev *rdp = (struct rawdev *)cookie;
438 * make each device in the given `rawdev' un-busy.
443 notbusy(struct rawdev *rd)