Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_conf.c1036 int devfspathbuf_len; in make_dev_physpath_alias() local
1066 devfspathbuf_len = physpath_len + /*/*/1 + parentpath_len + /*NUL*/1; in make_dev_physpath_alias()
1067 devfspath = malloc(devfspathbuf_len, M_DEVBUF, mflags); in make_dev_physpath_alias()