Searched refs:kfstype (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/sys/miscfs/kernfs/ |
| D | kernfs.h | 62 } kfstype; typedef 72 kfstype kt_tag; 93 kfstype kfs_type; /* type of kernfs node */ 147 kfstype kf_type; 169 kfstype kernfs_alloctype(int, const struct kernfs_fileop *);
|
| D | kernfs_vnops.c | 114 int kernfs_try_fileop(kfstype, kfsfileop, void *, int); 115 int kernfs_try_xread(kfstype, const struct kernfs_node *, char **, 117 int kernfs_try_xwrite(kfstype, const struct kernfs_node *, char *, 254 kfstype 283 kernfs_try_fileop(kfstype type, kfsfileop fileop, void *v, int error) in kernfs_try_fileop() 296 kernfs_try_xread(kfstype type, const struct kernfs_node *kfs, char **bfp, in kernfs_try_xread() 310 kernfs_try_xwrite(kfstype type, const struct kernfs_node *kfs, char *bf, in kernfs_try_xwrite()
|
| /netbsd/src/sys/arch/xen/xenbus/ |
| D | xenbus_dev.c | 84 kfstype kfst; in xenbus_kernfs_init()
|
| /netbsd/src/sys/arch/xen/xen/ |
| D | pciback.c | 224 kfstype kfst; in pciback_pci_attach()
|
| D | privcmd.c | 1152 kfstype kfst; in xenprivcmd_init()
|