Searched refs:port_t (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/uts/common/os/ |
H A D | port_subr.c | 94 port_pollwkup(port_t *pp) in port_pollwkup() 119 port_pollwkdone(port_t *pp) in port_pollwkdone() 201 port_t *pp; in port_send_event() 250 port_t *pp; in port_alloc_event() 318 port_alloc_event_local(port_t *pp, int source, int flags, in port_alloc_event_local() 354 port_alloc_event_block(port_t *pp, int source, int flags, in port_alloc_event_block() 439 port_t *pp; in port_free_event() 491 port_t *pp = pkevp->portkev_port; in port_free_event_local() 617 port_remove_fd_object(portfd_t *pfd, port_t *pp, port_fdcache_t *pcp) in port_remove_fd_object() 670 port_t *pp; in port_close_pfd() [all …]
|
/titanic_50/usr/src/uts/common/fs/portfs/ |
H A D | port.c | 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_t *); 558 port_t *pp; in portfs() 724 port_t *pp; in port_create() 730 pp = kmem_zalloc(sizeof (port_t), KM_SLEEP); in port_create() 749 kmem_free(pp, sizeof (port_t)); in port_create() [all …]
|
H A D | port_vnops.c | 157 port_t *pp; in port_close() 287 port_t *pp; in port_poll() 316 port_t *pp; in port_getattr() 347 port_t *pp = VTOEP(vp); in port_inactive() 359 kmem_free(pp, sizeof (port_t)); in port_inactive()
|
H A D | port_fd.c | 177 port_associate_fd(port_t *pp, int source, uintptr_t object, int events, in port_associate_fd() 443 port_dissociate_fd(port_t *pp, uintptr_t object) in port_dissociate_fd() 612 port_t *pp; in port_remove_portfd() 652 port_t *pp = arg; in port_close_sourcefd()
|
H A D | port_fop.c | 785 port_getsrc(port_t *pp, int source) in port_getsrc() 971 port_fop_associate_source(portfop_cache_t **pfcpp, port_t *pp, int source) in port_fop_associate_source() 1104 port_pfp_setup(portfop_t **pfpp, port_t *pp, vnode_t *vp, portfop_cache_t *pfcp, in port_pfp_setup() 1256 port_associate_fop(port_t *pp, int source, uintptr_t object, int events, in port_associate_fop() 1549 port_dissociate_fop(port_t *pp, uintptr_t object) in port_dissociate_fop() 1606 port_t *pp = arg; in port_close_fop() 1705 port_t *pp; in port_fop_excep()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | port_impl.h | 145 } port_t; typedef 242 port_t *pfop_pp; 368 int port_alloc_event_block(port_t *, int, int, struct port_kevent **);
|
/titanic_50/usr/src/lib/librstp/common/ |
H A D | port.h | 56 typedef struct port_t { struct 57 struct port_t* next; argument
|
H A D | statmch.h | 49 struct port_t* port;
|
H A D | stpm.h | 54 struct port_t* ports;
|
/titanic_50/usr/src/uts/common/syscall/ |
H A D | poll.c | 775 port_t *pp; in pollwakeup()
|