Searched refs:cdp_fdpriv (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/sys/fs/devfs/
H A Ddevfs_int.h70 LIST_HEAD(, cdev_privdata) cdp_fdpriv; member in struct:cdev_priv
H A Ddevfs_vnops.c165 LIST_INSERT_HEAD(&cdp->cdp_fdpriv, p, cdpd_list);
/freebsd-10.2-release/sys/kern/
H A Dkern_conf.c1101 while ((p = LIST_FIRST(&cdp->cdp_fdpriv)) != NULL) {
1475 dev->si_threadcount, cdp->cdp_inuse, cdp->cdp_fdpriv.lh_first);

Completed in 105 milliseconds