Searched defs:port_create (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Devent_port.c44 * extension is required the port_create() function will be mapped to a second
51 port_create() function
/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport.c83 * change events (see port_create(3c).
88 * port_create() : create a port as a file descriptor of portfs file system
113 * The first function to be used is port_create() which internally creates
116 * port_create() returns a file descriptor, which needs to be used in almost
261 * On port_create() the vnode and the portfs node is also created.
453 static int port_create(int *);
576 error = port_create(&r.r_val1);
717 * The port_create() function creates a vnode of type VPORT per port.
719 * The port_create() function returns an event port file descriptor.
722 port_create(in function
[all...]

Completed in 61 milliseconds