MCPcopy Index your code
hub / github.com/F-Stack/f-stack / vn_fill_kinfo_vnode

Function vn_fill_kinfo_vnode

lib/ff_vfs_ops.c:85–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85int
86vn_fill_kinfo_vnode(struct vnode *vp, struct kinfo_file *kif)
87{
88 panic("vn_fill_kinfo_vnode not implemented");
89
90 return (0);
91}
92
93#if 0
94void

Callers

nothing calls this directly

Calls 1

panicFunction · 0.70

Tested by

no test coverage detected