Searched defs:aclpp (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/common/modules/ufs/ |
H A D | ufs.c | 343 ufs_ic_acl_t **aclpp; local 367 aclpp = (ufs_ic_acl_t **)((caddr_t)si + acl_map[0].am_offset); 369 wsp->walk_addr = (uintptr_t)*aclpp; 382 ufs_ic_acl_t **aclpp; local 392 aclpp = (ufs_ic_acl_t **)((caddr_t)si + acl_map[i].am_offset); 394 addr = (uintptr_t)*aclpp;
|
/illumos-gate/usr/src/cmd/setfacl/ |
H A D | setfacl.c | 50 static int get_acl_info(char *filep, aclent_t **aclpp); 192 get_acl_info(char *filep, aclent_t **aclpp) argument 217 if ((*aclpp = (aclent_t *)malloc(sizeof (aclent_t) * aclcnt)) == NULL) { 221 if (acl(filep, GETACL, aclcnt, *aclpp) < 0) { 374 parse_entry_list(aclent_t **aclpp, int *aclcntp, char *listp, int mode) argument 384 if (convert_to_aclent_t(listp, aclcntp, aclpp, mode) == -1) 391 if (convert_to_aclent_t(listp, aclcntp, aclpp, mode) == -1) 401 * aclpp that contains acl entries in acl format will be returned. 405 convert_to_aclent_t(char *entryp, int *cntp, aclent_t **aclpp, int mode) argument 418 new_aclp = (aclent_t *)realloc(*aclpp, [all...] |
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/ |
H A D | inode.c | 899 struct inoinfo **aclpp; local 907 aclpp = &aclphead[inum % numacls]; 908 aclp->i_nextlist = *aclpp; 909 *aclpp = aclp;
|
/illumos-gate/usr/src/uts/common/fs/ufs/ |
H A D | ufs_acl.c | 978 formacl(ufs_ic_acl_t **aclpp, aclent_t *aclentp) argument 985 uaclp->acl_ic_next = *aclpp; 986 *aclpp = uaclp;
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zfs_acl.c | 1061 zfs_acl_node_read(znode_t *zp, boolean_t have_lock, zfs_acl_t **aclpp, argument 1076 *aclpp = zp->z_acl_cached; 1132 *aclpp = aclp;
|
Completed in 330 milliseconds