Home
last modified time | relevance | path

Searched refs:PDTOF (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/fs/portfs/
H A Dport_fd.c156 return (PDTOF(pdp)); in port_cache_lookup_fp()
600 *bucket = PDTOF(pdp); in port_cache_insert_fd()
625 delfd_port(pdp->pd_fd, PDTOF(pdp)); in port_remove_portfd()
626 (void) port_remove_fd_object(PDTOF(pdp), pp, pcp); in port_remove_portfd()
/titanic_41/usr/src/uts/common/sys/
H A Dport_impl.h215 #define PDTOF(pdp) ((struct portfd *)(pdp)) macro
/titanic_41/usr/src/uts/common/os/
H A Dport_subr.c560 *bucket = PDTOF(pdp->pd_hashnext); in port_pcache_remove_fd()