Home
last modified time | relevance | path

Searched defs:dev (Results 1 – 2 of 2) sorted by relevance

/init/
Ddo_mounts.c77 static int match_dev_by_uuid(struct device *dev, const void *data) in match_dev_by_uuid()
111 struct device *dev = NULL; in devt_from_partuuid() local
179 static int match_dev_by_label(struct device *dev, const void *data) in match_dev_by_label()
237 struct device *dev; in name_to_dev_t() local
Ddo_mounts.h17 static inline __init int create_dev(char *name, dev_t dev) in create_dev()