Searched defs:rights (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_acl.c23 * Copyright 2010 Sun Microsystems, Inc. All rights reserved.
63 * Handles required rights, tmpopen/tmpclose.
77 uint32_t rights = STD_RIGHT_READ_CONTROL_ACCESS; local
80 rights |= SEC_RIGHT_SYSTEM_SECURITY;
90 error = smbfs_smb_tmpopen(np, rights, &scred, &fid);
133 * Handles required rights, tmpopen/tmpclose.
145 uint32_t rights; local
153 * What rights do we need for that?
158 rights = 0;
161 rights |
[all...]
H A Dsmbfs_vnops.c3 * All rights reserved.
36 * Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
246 u_int32_t rights, rightsrcvd; local
323 * check whether the rights are sufficient for FID reuse.
343 rights = np->n_fidrefs ? np->n_rights : 0;
349 rights |= (STD_RIGHT_READ_CONTROL_ACCESS |
352 rights |= SA_RIGHT_FILE_READ_DATA;
354 rights |= SA_RIGHT_FILE_WRITE_DATA |
361 rights, &scred,
368 * We have a new FID and access rights
973 uint32_t rights = 0; local
[all...]
H A Dsmbfs_smb.c3 * All rights reserved.
36 * Copyright 2011 Nexenta Systems, Inc. All rights reserved.
37 * Copyright 2009 Sun Microsystems, Inc. All rights reserved.
1146 uint32_t rights = local
1152 rights |=
1159 rights |=
1166 rights |=
1171 return (rights);
1175 smb_rights2mode(uint32_t rights) argument
1179 if (rights
1290 smbfs_smb_tmpopen(struct smbnode *np, uint32_t rights, struct smb_cred *scrp, uint16_t *fidp) argument
1372 smbfs_smb_open( struct smbnode *np, const char *name, int nmlen, int xattr, uint32_t rights, struct smb_cred *scrp, uint16_t *fidp, uint32_t *rightsp, smbfattr_t *fap) argument
1511 uint32_t efa, rights; local
1682 uint32_t rights; local
[all...]
/illumos-gate/usr/src/common/smbclnt/
H A Dsmbfs_ntacl.c23 * Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
583 * Table for converting NT GENERIC_RIGHT_... to specific rights
859 * to specific rights. GENERIC bits are rarely seen,
1349 uint32_t rights; local
1367 * The access rights bits are OK as-is.
1369 rights = zacep->a_access_mask;
1392 ntace->ace_v2.ace_rights = rights;
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksubr.c23 * Copyright (c) 1995, 2010, Oracle and/or its affiliates. All rights reserved.
730 * Return list in rights/rightslen.
734 fdbuf_extract(struct fdbuf *fdbuf, void *rights, int rightslen) argument
752 rp = (int *)rights;
783 rp = (int *)rights;
800 fdbuf_create(void *rights, int rightslen, struct fdbuf **fdbufp) argument
818 fds = (int *)rights;

Completed in 91 milliseconds