Searched defs:portfs (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/portfs/ |
H A D | port.c | 88 * port_create() : create a port as a file descriptor of portfs file system 108 * arguments to the kernel using the "portfs" system call. It means, all the 109 * synchronisation work is being done in the kernel. The "portfs" system 110 * call loads the portfs file system into the kernel. 114 * a vnode and a portfs node. The portfs node is represented by the port_t 261 * On port_create() the vnode and the portfs node is also created. 262 * The portfs node is represented by the port_t structure. 383 static int64_t portfs(int, uintptr_t, uintptr_t, uintptr_t, uintptr_t, 389 (int (*)())portfs, 554 portfs(int opcode, uintptr_t a0, uintptr_t a1, uintptr_t a2, uintptr_t a3, function [all...] |
Completed in 46 milliseconds