Home
last modified time | relevance | path

Searched refs:old_alias (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/kern/
H A Dkern_conf.c1030 struct cdev *old_alias, const char *physpath) in make_dev_physpath_alias() argument
1074 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()