Searched hist:212966 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/fs/devfs/
H A Ddevfs.hdiff 212966 Tue Sep 21 17:02:48 MDT 2010 jh Modify devfs_fqpn() for future use in devfs path reference counting
code:

- Accept devfs_mount and devfs_dirent as the arguments instead of a
vnode. This generalizes the function so that it can be used from
contexts where vnode references are not available.
- Accept NULL cnp argument. No '/' will be appended, if a NULL cnp is
provided.
- Make the function global and add its prototype to devfs.h.

Reviewed by: kib
H A Ddevfs_vnops.cdiff 212966 Tue Sep 21 17:02:48 MDT 2010 jh Modify devfs_fqpn() for future use in devfs path reference counting
code:

- Accept devfs_mount and devfs_dirent as the arguments instead of a
vnode. This generalizes the function so that it can be used from
contexts where vnode references are not available.
- Accept NULL cnp argument. No '/' will be appended, if a NULL cnp is
provided.
- Make the function global and add its prototype to devfs.h.

Reviewed by: kib

Completed in 114 milliseconds