rights            611 kern/uipc_usrreq.c unp_externalize(struct mbuf *rights)
rights            614 kern/uipc_usrreq.c 	struct cmsghdr *cm = mtod(rights, struct cmsghdr *);
rights            721 kern/uipc_usrreq.c 	rights->m_len = CMSG_SPACE(nfds * sizeof(int));
rights            102 netatalk/ddp_usrreq.c ddp_usrreq( so, req, m, addr, rights )
rights            105 netatalk/ddp_usrreq.c     struct mbuf		*m, *addr, *rights;
rights            116 netatalk/ddp_usrreq.c 		(struct ifnet *) rights, p ));
rights            119 netatalk/ddp_usrreq.c     if ( rights && rights->m_len ) {
rights            156 xfs/xfs_message.c 	bcopy(message->node.rights, t->rights, sizeof(t->rights));
rights            237 xfs/xfs_message.c 	    bcopy(message->node.rights, t->rights, sizeof(t->rights));
rights            152 xfs/xfs_message.h     u_char rights[MAXRIGHTS];
rights            147 xfs/xfs_node-bsd.c     bcopy(node->rights, result->rights, sizeof(result->rights));
rights             67 xfs/xfs_node.h     u_char rights[MAXRIGHTS];
rights            499 xfs/xfs_vnodeops-common.c check_rights (u_char rights, int mode)
rights            504 xfs/xfs_vnodeops-common.c 	if ((rights & NNPFS_RIGHT_R) == 0)
rights            507 xfs/xfs_vnodeops-common.c 	if ((rights & NNPFS_RIGHT_W) == 0)
rights            510 xfs/xfs_vnodeops-common.c 	if ((rights & NNPFS_RIGHT_X) == 0)
rights            540 xfs/xfs_vnodeops-common.c 		error = check_rights (xn->rights[i], mode);