Home
last modified time | relevance | path

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

/freebsd-13.1/sys/kern/
H A Dkern_conf.c1043 int devfspathbuf_len; in make_dev_physpath_alias() local
1073 devfspathbuf_len = physpath_len + /*/*/1 + parentpath_len + /*NUL*/1; in make_dev_physpath_alias()
1074 devfspath = malloc(devfspathbuf_len, M_DEVBUF, mflags); in make_dev_physpath_alias()