Searched refs:devfspath (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/sys/kern/ |
| H A D | kern_conf.c | 1033 char *devfspath; in make_dev_physpath_alias() local 1042 devfspath = NULL; in make_dev_physpath_alias() 1068 devfspath = malloc(devfspathbuf_len, M_DEVBUF, mflags); in make_dev_physpath_alias() 1069 if (devfspath == NULL) { in make_dev_physpath_alias() 1074 sprintf(devfspath, "%s/%s", physpath, pdev->si_name); in make_dev_physpath_alias() 1075 if (old_alias != NULL && strcmp(old_alias->si_name, devfspath) == 0) { in make_dev_physpath_alias() 1081 ret = make_dev_alias_p(flags, cdev, pdev, "%s", devfspath); in make_dev_physpath_alias() 1086 if (devfspath != NULL) in make_dev_physpath_alias() 1087 free(devfspath, M_DEVBUF); in make_dev_physpath_alias()
|