Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/sockfs/
H A Dsocksubr.c441 so_ux_lookup(struct sonode *so, struct sockaddr_un *soun, int checkaccess, in so_ux_lookup() argument
474 if (checkaccess) { in so_ux_lookup()
632 socklen_t namelen, int checkaccess, in so_ux_addr_xlate() argument
643 (void *)so, (void *)name, namelen, checkaccess)); in so_ux_addr_xlate()
655 error = so_ux_lookup(so, soun, checkaccess, &vp); in so_ux_addr_xlate()