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

/freebsd-11-stable/sys/kern/
H A Dkern_conf.c1029 char *devfspath; local
1038 devfspath = NULL;
1064 devfspath = malloc(devfspathbuf_len, M_DEVBUF, mflags);
1065 if (devfspath == NULL) {
1070 sprintf(devfspath, "%s/%s", physpath, pdev->si_name);
1071 if (old_alias != NULL && strcmp(old_alias->si_name, devfspath) == 0) {
1077 ret = make_dev_alias_p(flags, cdev, pdev, "%s", devfspath);
1082 if (devfspath != NULL)
1083 free(devfspath, M_DEVBUF);

Completed in 95 milliseconds