Home
last modified time | relevance | path

Searched refs:pfs_type (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/sys/arch/powerpc/powerpc/
H A Dprocfs_machdep.c36 switch (pfs->pfs_type) { in procfs_machdep_allocvp()
52 switch (pfs->pfs_type) { in procfs_machdep_rw()
69 switch (pfs->pfs_type) { in procfs_machdep_getattr()
/netbsd-src/sys/miscfs/procfs/
H A Dprocfs_vnops.c391 switch (pfs->pfs_type) { in procfs_open()
442 switch (pfs->pfs_type) { in procfs_close()
564 pfs->pfs_type, pfs->pfs_pid, pfs->pfs_mode, pfs->pfs_flags); in procfs_print()
666 switch (pfs->pfs_type) { in procfs_getattr()
681 switch (pfs->pfs_type) { in procfs_getattr()
745 switch (pfs->pfs_type) { in procfs_getattr()
827 panic("%s: %d/1", __func__, pfs->pfs_type); in procfs_getattr()
840 switch (pfs->pfs_type) { in procfs_getattr()
964 procfs_dir(pfs->pfs_type, curlwp, procp, &bp, path, in procfs_getattr()
984 panic("%s: %d/2", __func__, pfs->pfs_type); in procfs_getattr()
[all …]
H A Dprocfs_vfsops.c312 pfs->pfs_type = pfskey.pk_type; in procfs_loadvnode()
318 PROCFS_FILENO(pfs->pfs_pid, pfs->pfs_type, pfs->pfs_fd); in procfs_loadvnode()
323 switch (pfs->pfs_type) { in procfs_loadvnode()
608 switch (pfs->pfs_type) { in procfs_listener_cb()
H A Dprocfs.h149 #define pfs_type pfs_key.pk_type macro
H A Dprocfs_subr.c192 switch (pfs->pfs_type) { in procfs_rw()
/netbsd-src/sys/arch/x86/x86/
H A Dprocfs_machdep.c484 switch (pfs->pfs_type) { in procfs_machdep_allocvp()
500 switch (pfs->pfs_type) { in procfs_machdep_rw()
514 switch (pfs->pfs_type) { in procfs_machdep_getattr()
/netbsd-src/usr.sbin/fstyp/
H A Dhammer2_disk.h987 uint8_t pfs_type; /* 0087 (if PFSROOT) node type */ member
H A Dhammer2.c213 if (ipdata.meta.pfs_type == HAMMER2_PFSTYPE_SUPROOT) { in find_pfs()