Searched refs:port_t (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/librstp/common/
H A Dstatmch.h49 struct port_t* port;
H A Dport.h56 typedef struct port_t { struct
57 struct port_t* next;
H A Dstpm.h54 struct port_t* ports;
/illumos-gate/usr/src/uts/common/os/
H A Dport_subr.c89 * it so that the port_t does not disappear. pollwakeup()
91 * we clear the hold on the port_t (clear PORTQ_POLLWK_PEND).
94 port_pollwkup(port_t *pp)
119 port_pollwkdone(port_t *pp)
201 port_t *pp;
205 * Need to save port_t for calling pollwakeup since port_getn()
250 port_t *pp;
318 port_alloc_event_local(port_t *pp, int source, int flags,
354 port_alloc_event_block(port_t *pp, int source, int flags,
439 port_t *p
[all...]
/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport_vnops.c157 port_t *pp;
287 port_t *pp;
316 port_t *pp;
347 port_t *pp = VTOEP(vp);
359 kmem_free(pp, sizeof (port_t));
H A Dport.c114 * a vnode and a portfs node. The portfs node is represented by the port_t
262 * The portfs node is represented by the port_t structure.
263 * The port_t structure manages all port specific tasks:
269 * The port_t structure contains the port_queue_t structure.
447 static int port_getn(port_t *, port_event_t *, uint_t, uint_t *,
450 static int port_alert(port_t *, int, int, void *);
451 static int port_dispatch_event(port_t *, int, int, int, uintptr_t, void *);
452 static int port_send(port_t *, int, int, void *);
460 static void port_init(port_t *);
462 static void port_add_ksource_local(port_t *, port_ksource_
[all...]
H A Dport_fd.c177 port_associate_fd(port_t *pp, int source, uintptr_t object, int events,
443 port_dissociate_fd(port_t *pp, uintptr_t object)
612 port_t *pp;
652 port_t *pp = arg;
H A Dport_fop.c785 port_getsrc(port_t *pp, int source)
971 port_fop_associate_source(portfop_cache_t **pfcpp, port_t *pp, int source)
1104 port_pfp_setup(portfop_t **pfpp, port_t *pp, vnode_t *vp, portfop_cache_t *pfcp,
1256 port_associate_fop(port_t *pp, int source, uintptr_t object, int events,
1549 port_dissociate_fop(port_t *pp, uintptr_t object)
1606 port_t *pp = arg;
1705 port_t *pp;
/illumos-gate/usr/src/uts/common/sys/
H A Dport_impl.h145 } port_t; typedef in typeref:struct:port
242 port_t *pfop_pp;
368 int port_alloc_event_block(port_t *, int, int, struct port_kevent **);
/illumos-gate/usr/src/uts/common/syscall/
H A Dpoll.c770 port_t *pp;
811 * port_t so that it will not disappear

Completed in 63 milliseconds