Symbol: cdev_priv
lib/libprocstat/common_kvm.c
190
struct cdev_priv priv;
sys/fs/devfs/devfs.h
130
struct cdev_priv *de_cdp;
sys/fs/devfs/devfs_devs.c
125
SYSCTL_SIZEOF_STRUCT(cdev_priv);
sys/fs/devfs/devfs_devs.c
130
struct cdev_priv *cdp;
sys/fs/devfs/devfs_devs.c
154
struct cdev_priv *cdp;
sys/fs/devfs/devfs_devs.c
175
struct cdev_priv *cdp;
sys/fs/devfs/devfs_devs.c
479
devfs_metoo(struct cdev_priv *cdp, struct devfs_mount *dm)
sys/fs/devfs/devfs_devs.c
511
struct cdev_priv *cdp;
sys/fs/devfs/devfs_devs.c
704
struct cdev_priv *cdp;
sys/fs/devfs/devfs_devs.c
721
struct cdev_priv *cdp;
sys/fs/devfs/devfs_devs.c
86
struct cdev_priv *cdp;
sys/fs/devfs/devfs_int.h
50
TAILQ_ENTRY(cdev_priv) cdp_list;
sys/fs/devfs/devfs_int.h
65
TAILQ_ENTRY(cdev_priv) cdp_dtr_list;
sys/fs/devfs/devfs_int.h
75
#define cdev2priv(c) __containerof(c, struct cdev_priv, cdp_c)
sys/fs/devfs/devfs_int.h
95
extern TAILQ_HEAD(cdev_priv_list, cdev_priv) cdevp_list;
sys/fs/devfs/devfs_vnops.c
1026
struct cdev_priv *cdp;
sys/fs/devfs/devfs_vnops.c
154
struct cdev_priv *cdp;
sys/fs/devfs/devfs_vnops.c
1671
struct cdev_priv *cdp;
sys/fs/devfs/devfs_vnops.c
184
struct cdev_priv *cdp;
sys/fs/devfs/devfs_vnops.c
204
struct cdev_priv *cdp;
sys/kern/kern_conf.c
1095
struct cdev_priv *cdp;
sys/kern/kern_conf.c
115
struct cdev_priv *cdp;
sys/kern/kern_conf.c
1198
struct cdev_priv *cdp;
sys/kern/kern_conf.c
1411
struct cdev_priv *cp;
sys/kern/kern_conf.c
1438
static TAILQ_HEAD(, cdev_priv) dev_ddtr =
sys/kern/kern_conf.c
1440
static TAILQ_HEAD(, cdev_priv) dev_ddtr_giant =
sys/kern/kern_conf.c
1449
TAILQ_HEAD(, cdev_priv) *ddtr = ctx;
sys/kern/kern_conf.c
1450
struct cdev_priv *cp;
sys/kern/kern_conf.c
1489
struct cdev_priv *cp;
sys/kern/kern_conf.c
1549
struct cdev_priv *cdp;
sys/kern/kern_conf.c
182
struct cdev_priv *cdp;
sys/kern/kern_conf.c
208
struct cdev_priv *cdp;
sys/kern/kern_conf.c
86
struct cdev_priv *cdp;
sys/sys/proc.h
89
struct cdev_priv *s_ttydp; /* (m) Device of controlling tty. */