Searched refs:pn_type (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/fs/pseudofs/
H A Dpseudofs_fileno.c86 switch (pn->pn_type) {
105 if (pn->pn_parent->pn_type == pfstype_root) {
140 switch (pn->pn_type) {
H A Dpseudofs.c87 pn->pn_type = type;
114 KASSERT(parent->pn_type == pfstype_dir ||
115 parent->pn_type == pfstype_procdir ||
116 parent->pn_type == pfstype_root,
121 if (pn->pn_type == pfstype_procdir)
123 KASSERT(iter->pn_type != pfstype_procdir,
128 if (pn->pn_type == pfstype_procdir)
129 KASSERT(iter->pn_type != pfstype_procdir,
328 if (pn->pn_type == pfstype_dir ||
329 pn->pn_type
[all...]
H A Dpseudofs_vnops.c58 KASSERT((pn)->pn_type == pfstype_root || \
59 (pn)->pn_type == pfstype_dir || \
60 (pn)->pn_type == pfstype_procdir, \
64 KASSERT((pn)->pn_type == pfstype_file, \
68 KASSERT((pn)->pn_type == pfstype_symlink, \
243 switch (pn->pn_type) {
392 if (vp->v_type == VDIR && pd->pn_type == pfstype_root) {
397 } else if (vp->v_type == VDIR && pd->pn_type == pfstype_procdir) {
502 if (pd->pn_type == pfstype_root)
530 if (pd->pn_type
[all...]
H A Dpseudofs_vncache.c170 switch (pn->pn_type) {
192 panic("%s has unexpected type: %d", pn->pn_name, pn->pn_type);
H A Dpseudofs.h223 pfs_type_t pn_type; member in struct:pfs_node
/freebsd-13-stable/sys/x86/cpufreq/
H A Dpowernow.c218 int pn_type; member in struct:pn_softc
249 static int pn_type(device_t dev, int *type);
262 DEVMETHOD(cpufreq_drv_type, pn_type),
464 switch (sc->pn_type) {
492 switch (sc->pn_type) {
545 pn_type(device_t dev, int *type) function
573 switch (sc->pn_type) {
658 switch (sc->pn_type) {
679 sc->pn_type == PN7_TYPE ? "startvid" : "maxvid",
699 if (sc->pn_type !
[all...]
/freebsd-13-stable/sys/fs/procfs/
H A Dprocfs.c107 if ((p->p_flag & P_SUGID) && pn->pn_type != pfstype_procdir)

Completed in 62 milliseconds