Searched refs:old_alias (Results 1 – 1 of 1) sorted by relevance
1030 struct cdev *old_alias, const char *physpath) in make_dev_physpath_alias() argument1074 if (old_alias != NULL && strcmp(old_alias->si_name, devfspath) == 0) { in make_dev_physpath_alias()1076 *cdev = old_alias; in make_dev_physpath_alias()1077 old_alias = NULL; in make_dev_physpath_alias()1083 if (old_alias != NULL) in make_dev_physpath_alias()1084 destroy_dev(old_alias); in make_dev_physpath_alias()