Searched refs:entry (Results 1 - 25 of 1421) sorted by path

1234567891011>>

/freebsd-11-stable/bin/getfacl/
H A Dgetfacl.c94 acl_entry_t entry; local
102 /* First entry: ACL_USER_OBJ */
103 if (acl_create_entry(&acl, &entry) == -1)
105 if (acl_set_tag_type(entry, ACL_USER_OBJ) == -1)
108 if (acl_get_permset(entry, &perms) == -1)
123 if (acl_set_permset(entry, perms) == -1)
126 /* Second entry: ACL_GROUP_OBJ */
127 if (acl_create_entry(&acl, &entry) == -1)
129 if (acl_set_tag_type(entry, ACL_GROUP_OBJ) == -1)
132 if (acl_get_permset(entry,
[all...]
/freebsd-11-stable/bin/setfacl/
H A Dmask.c45 acl_entry_t entry; local
50 entry = NULL;
53 * ... if a mask entry is specified, then the permissions of the mask
54 * entry in the resulting ACL shall be set to the permissions in the
55 * specified ACL mask entry.
66 * If no mask entry is specified and the -n option is not
68 * entry shall be set to the union of the permissions
79 * If no mask entry is specified and the -n option is
81 * mask entry shall remain unchanged ...
86 while (acl_get_entry(acl, entry_id, &entry)
[all...]
H A Dmerge.c39 static int merge_user_group(acl_entry_t *entry, acl_entry_t *entry_new,
43 merge_user_group(acl_entry_t *entry, acl_entry_t *entry_new, int acl_brand) argument
53 id = acl_get_qualifier(*entry);
61 if (acl_get_permset(*entry, &permset) == -1)
67 if (acl_get_entry_type_np(*entry, &entry_type))
71 if (acl_get_flagset_np(*entry, &flagset))
91 acl_entry_t entry, entry_new; local
105 "entry to be merged is %s", filename,
116 while (acl_get_entry(acl, entry_id, &entry) == 1) {
122 if (acl_get_tag_type(entry,
242 acl_entry_t entry, entry_new; local
[all...]
H A Dremove.c46 acl_entry_t entry; local
58 "entry to be removed is %s", filename,
71 /* find and delete the entry */
73 while (acl_get_entry(acl, entry_id, &entry) == 1) {
75 if (acl_get_tag_type(entry, &tag) == -1)
79 if (acl_delete_entry(acl_new, entry) == -1) {
81 warnx("%s: cannot remove non-existent ACL entry",
98 acl_entry_t entry; local
113 * Find out whether we're removing the mask entry,
120 while (acl_get_entry(acl_new, entry_id, &entry)
[all...]
H A Dsetfacl.c50 #define OP_REMOVE_BY_NUMBER 0x04 /* remove acl's (-xX) by acl entry number */
53 /* TAILQ entry for acl operations */
62 /* TAILQ entry for files */
110 struct sf_entry *entry; local
125 entry = zmalloc(sizeof(struct sf_entry));
126 entry->acl = get_acl_from_file(optarg);
127 if (entry->acl == NULL)
129 entry->op = OP_MERGE_ACL;
130 TAILQ_INSERT_TAIL(&entrylist, entry, next);
133 entry
[all...]
/freebsd-11-stable/bin/sh/
H A Deval.c1197 struct cmdentry entry; local
1201 find_command(n->ncmd.args->narg.text, &entry, 0,
H A Dexec.c84 struct tblentry *next; /* next entry in hash chain */
178 * a percent sign) appears in the path entry then the global variable
231 struct cmdentry entry; local
257 find_command(name, &entry, DO_ERR, pathval());
258 if (entry.cmdtype == CMDUNKNOWN)
319 find_command(const char *name, struct cmdentry *entry, int act, argument
333 entry->cmdtype = CMDNORMAL;
334 entry->u.index = 0;
335 entry->special = 0;
423 entry
583 addcmdentry(const char *name, struct cmdentry *entry) argument
606 struct cmdentry entry; local
656 struct cmdentry entry; local
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/begin/
H A Derr.D_PDESC_ZERO.begin.d40 BEGIN::read:entry
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/builtinvar/
H A Dtst.arg0clause.d43 syscall:::entry
H A Dtst.arg1to8clause.d42 syscall:::entry
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/docsExamples/
H A Dkstat.d40 pid$1:libkstat:kstat_data_lookup:entry
H A Dksyms.d43 syscall::read:entry
56 fbt::uiomove:entry
H A Drenormalize.d46 syscall:::entry
H A Drtime.d40 syscall::read:entry
H A Drw.d38 syscall::read:entry,
39 syscall::write:entry
H A Drwinfo.d49 syscall::read:entry,
50 syscall::write:entry
H A Drwtime.d38 syscall::read:entry,
39 syscall::write:entry
H A Dspecopen.d40 syscall::open:entry,
41 syscall::open64:entry
H A Dtruss.d45 syscall::read:entry
51 syscall::write:entry
H A Dtrussrw.d40 syscall::read:entry,
41 syscall::write:entry
H A Duserfunc.d40 pid$1::$2:entry
51 pid$1:::entry,
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/drops/
H A Ddrp.DTRACEDROP_STKSTROVERFLOW.d38 syscall:::entry
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/fbtprovider/
H A Derr.D_PDESC_ZERO.notreturn.d46 fbt::bar:entry
H A Dtst.functionentry.d31 * ASSERTION: FBT provider function entry and exit test.
39 fbt::kern_ioctl:entry
H A Dtst.ioctlargs.d39 fbt::kern_ioctl:entry

Completed in 142 milliseconds

1234567891011>>