Home
last modified time | relevance | path

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

/dragonfly/test/debug/
H A Dncptrace.c293 struct vfsconf vfcinfo; in printvfc() local
295 kkread(kd, (long)vfc, &vfcinfo, sizeof(vfcinfo)); in printvfc()
296 printf("%s [type %d]", vfcinfo.vfc_name, vfcinfo.vfc_typenum); in printvfc()
298 return (strcmp(vfcinfo.vfc_name, "null") == 0); in printvfc()