HomeSort by: relevance | last modified time | path
    Searched defs:kfst (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/xen/xenbus/
xenbus_dev.c 84 kfstype kfst; local in function:xenbus_kernfs_init
86 kfst = KERNFS_ALLOCTYPE(xenbus_fileops);
88 KERNFS_INITENTRY(dkt, DT_REG, "xenbus", NULL, kfst, VREG,
93 kfst = KERNFS_ALLOCTYPE(xsd_port_fileops);
96 kfst, VREG, XSD_MODE);
  /src/sys/arch/xen/xen/
pciback.c 224 kfstype kfst; local in function:pciback_pci_attach
289 kfst = KERNFS_ALLOCTYPE(pciback_dev_fileops);
292 kfst, VREG, FILE_MODE);
privcmd.c 1152 kfstype kfst; local in function:xenprivcmd_init
1157 kfst = KERNFS_ALLOCTYPE(privcmd_fileops);
1160 KERNFS_INITENTRY(dkt, DT_REG, "privcmd", NULL, kfst, VREG,

Completed in 37 milliseconds