Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/kern/
HDkern_conf.c1036 int parentpath_len; in make_dev_physpath_alias() local
1056 parentpath_len = strlen(pdev->si_name); in make_dev_physpath_alias()
1057 if (max_parentpath_len < parentpath_len) { in make_dev_physpath_alias()
1067 devfspathbuf_len = physpath_len + /*/*/1 + parentpath_len + /*NUL*/1; in make_dev_physpath_alias()