Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksubr.c425 so_ux_lookup(struct sonode *so, struct sockaddr_un *soun, int checkaccess, in so_ux_lookup() argument
458 if (checkaccess) { in so_ux_lookup()
618 socklen_t namelen, int checkaccess, in so_ux_addr_xlate() argument
629 (void *)so, (void *)name, namelen, checkaccess)); in so_ux_addr_xlate()
641 error = so_ux_lookup(so, soun, checkaccess, &vp); in so_ux_addr_xlate()