Home
last modified time | relevance | path

Searched defs:dv_node (Results 1 – 3 of 3) sorted by relevance

/titanic_51/usr/src/uts/common/sys/fs/
H A Ddv_node.h61 typedef struct dv_node { struct
64 struct vnode *dv_vnode; /* vnode for this dv_node */ argument
75 struct dv_node *dv_dotdot; /* parent: my parent dv_node */ argument
100 #define VTODV(vp) ((struct dv_node *)(vp)->v_data) argument
76 dv_entriesdv_node global() argument
[all...]
/titanic_51/usr/src/uts/common/fs/devfs/
H A Ddevfs_vfsops.c500 devfs_walk(char * path,void (* callback)(struct dv_node *,void *),void * arg) devfs_walk() argument
[all...]
H A Ddevfs_subr.c1870 dv_walk(struct dv_node * ddv,char * devnm,void (* callback)(struct dv_node *,void *),void * arg) dv_walk() argument
[all...]