Symbol: devfs_dirent
lib/libprocstat/common_kvm.c
116
struct devfs_dirent devfs_dirent;
lib/libprocstat/common_kvm.c
119
if (!kvm_read_all(kd, (unsigned long)getvnodedata(vp), &devfs_dirent,
lib/libprocstat/common_kvm.c
120
sizeof(devfs_dirent))) {
lib/libprocstat/common_kvm.c
132
vn->vn_fileid = devfs_dirent.de_inode;
lib/libprocstat/common_kvm.c
133
vn->vn_mode = (devfs_dirent.de_mode & ~S_IFMT) | S_IFCHR;
sys/fs/devfs/devfs.h
127
TAILQ_HEAD(devfs_dlist_head, devfs_dirent);
sys/fs/devfs/devfs.h
141
TAILQ_ENTRY(devfs_dirent) de_list;
sys/fs/devfs/devfs.h
143
struct devfs_dirent *de_dir;
sys/fs/devfs/devfs.h
163
struct devfs_dirent *dm_rootdir;
sys/fs/devfs/devfs.h
186
void devfs_rules_apply(struct devfs_mount *, struct devfs_dirent *);
sys/fs/devfs/devfs.h
192
int devfs_allocv(struct devfs_dirent *, struct mount *, int,
sys/fs/devfs/devfs.h
194
char *devfs_fqpn(char *, struct devfs_mount *, struct devfs_dirent *,
sys/fs/devfs/devfs.h
196
void devfs_delete(struct devfs_mount *, struct devfs_dirent *, int);
sys/fs/devfs/devfs.h
197
void devfs_dirent_free(struct devfs_dirent *);
sys/fs/devfs/devfs.h
202
struct devfs_dirent *devfs_newdirent(char *, int);
sys/fs/devfs/devfs.h
203
struct devfs_dirent *devfs_parent_dirent(struct devfs_dirent *);
sys/fs/devfs/devfs.h
204
struct devfs_dirent *devfs_vmkdir(struct devfs_mount *, char *, int,
sys/fs/devfs/devfs.h
205
struct devfs_dirent *, u_int);
sys/fs/devfs/devfs.h
206
struct devfs_dirent *devfs_find(struct devfs_dirent *, const char *, int,
sys/fs/devfs/devfs_devs.c
190
struct devfs_dirent *
sys/fs/devfs/devfs_devs.c
191
devfs_find(struct devfs_dirent *dd, const char *name, int namelen, int type)
sys/fs/devfs/devfs_devs.c
193
struct devfs_dirent *de;
sys/fs/devfs/devfs_devs.c
219
struct devfs_dirent *
sys/fs/devfs/devfs_devs.c
223
struct devfs_dirent *de;
sys/fs/devfs/devfs_devs.c
244
struct devfs_dirent *
sys/fs/devfs/devfs_devs.c
245
devfs_parent_dirent(struct devfs_dirent *de)
sys/fs/devfs/devfs_devs.c
264
struct devfs_dirent *
sys/fs/devfs/devfs_devs.c
266
struct devfs_dirent *dotdot, u_int inode)
sys/fs/devfs/devfs_devs.c
268
struct devfs_dirent *dd;
sys/fs/devfs/devfs_devs.c
269
struct devfs_dirent *de;
sys/fs/devfs/devfs_devs.c
317
devfs_dirent_free(struct devfs_dirent *de)
sys/fs/devfs/devfs_devs.c
334
devfs_rmdir_empty(struct devfs_mount *dm, struct devfs_dirent *de)
sys/fs/devfs/devfs_devs.c
336
struct devfs_dirent *dd, *de_dot, *de_dotdot;
sys/fs/devfs/devfs_devs.c
378
devfs_delete(struct devfs_mount *dm, struct devfs_dirent *de, int flags)
sys/fs/devfs/devfs_devs.c
380
struct devfs_dirent *dd;
sys/fs/devfs/devfs_devs.c
440
devfs_purge(struct devfs_mount *dm, struct devfs_dirent *dd)
sys/fs/devfs/devfs_devs.c
442
struct devfs_dirent *de;
sys/fs/devfs/devfs_devs.c
481
struct devfs_dirent **dep, **olddep;
sys/fs/devfs/devfs_devs.c
512
struct devfs_dirent *de;
sys/fs/devfs/devfs_devs.c
513
struct devfs_dirent *dd, *dt;
sys/fs/devfs/devfs_dir.c
117
devfs_dir_ref_de(struct devfs_mount *dm, struct devfs_dirent *de)
sys/fs/devfs/devfs_dir.c
150
devfs_dir_unref_de(struct devfs_mount *dm, struct devfs_dirent *de)
sys/fs/devfs/devfs_int.h
38
struct devfs_dirent;
sys/fs/devfs/devfs_int.h
62
struct devfs_dirent **cdp_dirents;
sys/fs/devfs/devfs_int.h
63
struct devfs_dirent *cdp_dirent0;
sys/fs/devfs/devfs_int.h
87
void devfs_dir_ref_de(struct devfs_mount *, struct devfs_dirent *);
sys/fs/devfs/devfs_int.h
88
void devfs_dir_unref_de(struct devfs_mount *, struct devfs_dirent *);
sys/fs/devfs/devfs_rule.c
104
struct devfs_mount *dm, struct devfs_dirent *de);
sys/fs/devfs/devfs_rule.c
109
static struct cdev *devfs_rule_getdev(struct devfs_dirent *de);
sys/fs/devfs/devfs_rule.c
113
struct devfs_dirent *de);
sys/fs/devfs/devfs_rule.c
115
struct devfs_dirent *de);
sys/fs/devfs/devfs_rule.c
117
struct devfs_dirent *de, unsigned depth);
sys/fs/devfs/devfs_rule.c
120
struct devfs_mount *dm, struct devfs_dirent *de,
sys/fs/devfs/devfs_rule.c
141
devfs_rules_apply(struct devfs_mount *dm, struct devfs_dirent *de)
sys/fs/devfs/devfs_rule.c
344
struct devfs_dirent *de)
sys/fs/devfs/devfs_rule.c
346
struct devfs_dirent *de2;
sys/fs/devfs/devfs_rule.c
440
devfs_rule_getdev(struct devfs_dirent *de)
sys/fs/devfs/devfs_rule.c
533
struct devfs_dirent *de)
sys/fs/devfs/devfs_rule.c
577
struct devfs_dirent *de)
sys/fs/devfs/devfs_rule.c
607
struct devfs_dirent *de, unsigned depth)
sys/fs/devfs/devfs_rule.c
649
struct devfs_dirent *de, unsigned depth)
sys/fs/devfs/devfs_vnops.c
1024
devfs_prison_check(struct devfs_dirent *de, struct thread *td)
sys/fs/devfs/devfs_vnops.c
1060
struct devfs_dirent *de, *dd;
sys/fs/devfs/devfs_vnops.c
1061
struct devfs_dirent **dde;
sys/fs/devfs/devfs_vnops.c
1237
struct devfs_dirent *dd, *de;
sys/fs/devfs/devfs_vnops.c
1479
struct devfs_dirent *dd;
sys/fs/devfs/devfs_vnops.c
1480
struct devfs_dirent *de;
sys/fs/devfs/devfs_vnops.c
1565
struct devfs_dirent *de;
sys/fs/devfs/devfs_vnops.c
1574
struct devfs_dirent *de;
sys/fs/devfs/devfs_vnops.c
1626
struct devfs_dirent *dd;
sys/fs/devfs/devfs_vnops.c
1627
struct devfs_dirent *de, *de_covered;
sys/fs/devfs/devfs_vnops.c
1672
struct devfs_dirent *de;
sys/fs/devfs/devfs_vnops.c
1778
struct devfs_dirent *de;
sys/fs/devfs/devfs_vnops.c
1876
struct devfs_dirent *de;
sys/fs/devfs/devfs_vnops.c
1899
struct devfs_dirent *dd;
sys/fs/devfs/devfs_vnops.c
1900
struct devfs_dirent *de, *de_covered, *de_dotdot;
sys/fs/devfs/devfs_vnops.c
252
struct devfs_dirent *de;
sys/fs/devfs/devfs_vnops.c
276
struct devfs_dirent *de;
sys/fs/devfs/devfs_vnops.c
364
struct devfs_dirent *de;
sys/fs/devfs/devfs_vnops.c
420
struct devfs_dirent *dd, *de;
sys/fs/devfs/devfs_vnops.c
477
devfs_fqpn(char *buf, struct devfs_mount *dmp, struct devfs_dirent *dd,
sys/fs/devfs/devfs_vnops.c
481
struct devfs_dirent *de;
sys/fs/devfs/devfs_vnops.c
515
struct devfs_dirent *de)
sys/fs/devfs/devfs_vnops.c
543
devfs_allocv(struct devfs_dirent *de, struct mount *mp, int lockmode,
sys/fs/devfs/devfs_vnops.c
662
struct devfs_dirent *de;
sys/fs/devfs/devfs_vnops.c
700
struct devfs_dirent *de = vp->v_data;
sys/fs/devfs/devfs_vnops.c
816
struct devfs_dirent *de;
sys/security/mac/mac_framework.h
149
struct cdev *dev, struct devfs_dirent *de);
sys/security/mac/mac_framework.h
151
int dirnamelen, struct devfs_dirent *de);
sys/security/mac/mac_framework.h
153
struct devfs_dirent *dd, struct devfs_dirent *de);
sys/security/mac/mac_framework.h
154
void mac_devfs_destroy(struct devfs_dirent *);
sys/security/mac/mac_framework.h
155
void mac_devfs_init(struct devfs_dirent *);
sys/security/mac/mac_framework.h
156
void mac_devfs_update(struct mount *mp, struct devfs_dirent *de,
sys/security/mac/mac_framework.h
158
void mac_devfs_vnode_associate(struct mount *mp, struct devfs_dirent *de,
sys/security/mac/mac_framework.h
59
struct devfs_dirent;
sys/security/mac/mac_policy.h
190
struct devfs_dirent *de, struct label *delabel);
sys/security/mac/mac_policy.h
192
char *dirname, int dirnamelen, struct devfs_dirent *de,
sys/security/mac/mac_policy.h
195
struct mount *mp, struct devfs_dirent *dd,
sys/security/mac/mac_policy.h
196
struct label *ddlabel, struct devfs_dirent *de,
sys/security/mac/mac_policy.h
201
struct devfs_dirent *de, struct label *delabel,
sys/security/mac/mac_policy.h
204
struct label *mplabel, struct devfs_dirent *de,
sys/security/mac/mac_policy.h
76
struct devfs_dirent;
sys/security/mac/mac_vfs.c
155
mac_devfs_destroy(struct devfs_dirent *de)
sys/security/mac/mac_vfs.c
229
mac_devfs_update(struct mount *mp, struct devfs_dirent *de, struct vnode *vp)
sys/security/mac/mac_vfs.c
237
mac_devfs_vnode_associate(struct mount *mp, struct devfs_dirent *de,
sys/security/mac/mac_vfs.c
97
mac_devfs_init(struct devfs_dirent *de)
sys/security/mac/mac_vfs.c
976
struct cdev *dev, struct devfs_dirent *de)
sys/security/mac/mac_vfs.c
985
struct devfs_dirent *dd, struct devfs_dirent *de)
sys/security/mac/mac_vfs.c
994
struct devfs_dirent *de)
sys/security/mac_biba/mac_biba.c
1000
struct devfs_dirent *de, struct label *delabel, struct vnode *vp,
sys/security/mac_biba/mac_biba.c
939
struct cdev *dev, struct devfs_dirent *de, struct label *delabel)
sys/security/mac_biba/mac_biba.c
964
struct devfs_dirent *de, struct label *delabel)
sys/security/mac_biba/mac_biba.c
975
struct devfs_dirent *dd, struct label *ddlabel, struct devfs_dirent *de,
sys/security/mac_biba/mac_biba.c
987
biba_devfs_update(struct mount *mp, struct devfs_dirent *de,
sys/security/mac_lomac/mac_lomac.c
1034
struct cdev *dev, struct devfs_dirent *de, struct label *delabel)
sys/security/mac_lomac/mac_lomac.c
1060
struct devfs_dirent *de, struct label *delabel)
sys/security/mac_lomac/mac_lomac.c
1070
struct devfs_dirent *dd, struct label *ddlabel, struct devfs_dirent *de,
sys/security/mac_lomac/mac_lomac.c
1082
lomac_devfs_update(struct mount *mp, struct devfs_dirent *de,
sys/security/mac_lomac/mac_lomac.c
1095
struct devfs_dirent *de, struct label *delabel, struct vnode *vp,
sys/security/mac_mls/mac_mls.c
902
struct cdev *dev, struct devfs_dirent *de, struct label *delabel)
sys/security/mac_mls/mac_mls.c
930
struct devfs_dirent *de, struct label *delabel)
sys/security/mac_mls/mac_mls.c
940
struct devfs_dirent *dd, struct label *ddlabel, struct devfs_dirent *de,
sys/security/mac_mls/mac_mls.c
952
mls_devfs_update(struct mount *mp, struct devfs_dirent *de,
sys/security/mac_mls/mac_mls.c
965
struct devfs_dirent *de, struct label *delabel, struct vnode *vp,
sys/security/mac_stub/mac_stub.c
352
struct cdev *dev, struct devfs_dirent *de, struct label *delabel)
sys/security/mac_stub/mac_stub.c
359
int dirnamelen, struct devfs_dirent *de, struct label *delabel)
sys/security/mac_stub/mac_stub.c
366
struct devfs_dirent *dd, struct label *ddlabel, struct devfs_dirent *de,
sys/security/mac_stub/mac_stub.c
373
stub_devfs_update(struct mount *mp, struct devfs_dirent *de,
sys/security/mac_stub/mac_stub.c
381
struct devfs_dirent *de, struct label *delabel, struct vnode *vp,
sys/security/mac_test/mac_test.c
507
struct cdev *dev, struct devfs_dirent *de, struct label *delabel)
sys/security/mac_test/mac_test.c
519
int dirnamelen, struct devfs_dirent *de, struct label *delabel)
sys/security/mac_test/mac_test.c
529
struct devfs_dirent *dd, struct label *ddlabel, struct devfs_dirent *de,
sys/security/mac_test/mac_test.c
559
test_devfs_update(struct mount *mp, struct devfs_dirent *devfs_dirent,
sys/security/mac_test/mac_test.c
571
struct devfs_dirent *de, struct label *delabel, struct vnode *vp,
sys/sys/conf.h
50
struct devfs_dirent;