Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_conf.c1036 char *devfspath; in make_dev_physpath_alias() local
1045 devfspath = NULL; in make_dev_physpath_alias()
1071 devfspath = malloc(devfspathbuf_len, M_DEVBUF, mflags); in make_dev_physpath_alias()
1072 if (devfspath == NULL) { in make_dev_physpath_alias()
1077 sprintf(devfspath, "%s/%s", physpath, pdev->si_name); in make_dev_physpath_alias()
1078 if (old_alias != NULL && strcmp(old_alias->si_name, devfspath) == 0) { in make_dev_physpath_alias()
1084 ret = make_dev_alias_p(flags, cdev, pdev, "%s", devfspath); in make_dev_physpath_alias()
1089 if (devfspath != NULL) in make_dev_physpath_alias()
1090 free(devfspath, M_DEVBUF); in make_dev_physpath_alias()