Home
last modified time | relevance | path

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

/freebsd-13.1/sys/kern/
H A Dkern_conf.c1037 struct cdev *old_alias, const char *physpath) in make_dev_physpath_alias() argument
1081 if (old_alias != NULL && strcmp(old_alias->si_name, devfspath) == 0) { in make_dev_physpath_alias()
1083 *cdev = old_alias; in make_dev_physpath_alias()
1084 old_alias = NULL; in make_dev_physpath_alias()
1090 if (old_alias != NULL) in make_dev_physpath_alias()
1091 destroy_dev(old_alias); in make_dev_physpath_alias()