Searched refs:pfs_type (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/sys/arch/powerpc/powerpc/ |
| H A D | procfs_machdep.c | 36 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 D | procfs_vnops.c | 391 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 D | procfs_vfsops.c | 312 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 D | procfs.h | 149 #define pfs_type pfs_key.pk_type macro
|
| H A D | procfs_subr.c | 192 switch (pfs->pfs_type) { in procfs_rw()
|
| /netbsd-src/sys/arch/x86/x86/ |
| H A D | procfs_machdep.c | 484 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 D | hammer2_disk.h | 987 uint8_t pfs_type; /* 0087 (if PFSROOT) node type */ member
|
| H A D | hammer2.c | 213 if (ipdata.meta.pfs_type == HAMMER2_PFSTYPE_SUPROOT) { in find_pfs()
|