Searched refs:acl (Results 76 - 100 of 142) sorted by relevance

123456

/freebsd-11.0-release/contrib/pjdfstest/
H A Dpjdfstest.c58 #include <sys/acl.h>
561 acl_t acl, newacl; local
947 acl = acl_get_file(STR(0), ACL_TYPE_NFS4);
948 if (acl == NULL)
952 if (acl == NULL)
958 if (acl_create_entry_np(&acl, &entry, 0))
965 rval = acl_set_file(STR(0), ACL_TYPE_NFS4, acl);
968 acl = acl_get_file(STR(0), ACL_TYPE_NFS4);
969 if (acl == NULL)
/freebsd-11.0-release/etc/rc.d/
H A Dbluetooth110 ngctl mkpeer ${dev}hci: l2cap acl hci \
113 ngctl name ${dev}hci:acl ${dev}l2cap \
/freebsd-11.0-release/lib/libc/posix1e/
H A DMakefile.inc44 MAN+= acl.3 \
H A Dacl_from_text_nfs4.c42 #include <sys/acl.h>
H A Dacl_support_nfs4.c35 #include <sys/acl.h>
H A Dacl_to_text_nfs4.c40 #include <sys/acl.h>
/freebsd-11.0-release/contrib/unbound/daemon/
H A Dworker.c190 me += acl_list_get_mem(worker->daemon->acl);
746 deny_refuse(struct comm_point* c, enum acl_access acl, argument
750 if(acl == deny) {
755 } else if(acl == refuse) {
778 deny_refuse_all(struct comm_point* c, enum acl_access acl, argument
781 return deny_refuse(c, acl, acl_deny, acl_refuse, worker, repinfo);
785 deny_refuse_non_local(struct comm_point* c, enum acl_access acl, argument
788 return deny_refuse(c, acl, acl_deny_non_local, acl_refuse_non_local, worker, repinfo);
801 enum acl_access acl; local
814 acl
[all...]
H A Ddaemon.c243 daemon->acl = acl_list_create();
244 if(!daemon->acl) {
534 if(!acl_list_apply_cfg(daemon->acl, daemon->cfg))
630 acl_list_delete(daemon->acl);
/freebsd-11.0-release/contrib/tcpdump/
H A Dprint-rx.c161 { 131, "fetch-acl" },
164 { 134, "store-acl" },
1146 int pos, neg, acl; local
1166 #define ACLOUT(acl) \
1168 acl & PRSFS_READ ? "r" : "", \
1169 acl & PRSFS_LOOKUP ? "l" : "", \
1170 acl & PRSFS_INSERT ? "i" : "", \
1171 acl & PRSFS_DELETE ? "d" : "", \
1172 acl & PRSFS_WRITE ? "w" : "", \
1173 acl
[all...]
/freebsd-11.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzfs_acl.h31 #include <sys/acl.h>
100 uint64_t z_acl_extern_obj; /* ext acl pieces */
102 uint16_t z_acl_version; /* acl version */
116 uint64_t z_acl_extern_obj; /* ext acl pieces */
118 uint16_t z_acl_version; /* acl version */
155 uint64_t z_ace_count; /* number of ACEs in this acl node */
/freebsd-11.0-release/sys/i386/ibcs2/
H A Dibcs2_xenix.h13 #include <sys/acl.h>
/freebsd-11.0-release/sys/netgraph/bluetooth/hci/
H A Dng_hci_misc.c99 if (hook != unit->acl && hook != unit->sco)
106 if (hook == unit->acl) {
H A Dng_hci_var.h158 hook_p acl; /* upstream hook */ member in struct:ng_hci_unit
H A Dng_hci_cmds.c715 ng_hci_node_is_up(unit->node, unit->acl, NULL, 0);
731 ng_hci_node_is_up(unit->node, unit->acl, NULL, 0);
/freebsd-11.0-release/sys/net80211/
H A Dieee80211_ioctl.c597 const struct ieee80211_aclator *acl = vap->iv_acl; local
599 return (acl == NULL ? EINVAL : acl->iac_getioctl(vap, ireq));
1618 const struct ieee80211_aclator *acl = vap->iv_acl; local
1626 if (acl == NULL) {
1627 acl = ieee80211_aclator_get("mac");
1628 if (acl == NULL || !acl->iac_attach(vap))
1630 vap->iv_acl = acl;
1633 acl
1642 const struct ieee80211_aclator *acl = vap->iv_acl; local
[all...]
H A Dieee80211_proto.c491 static const struct ieee80211_aclator *acl = NULL; variable in typeref:struct:ieee80211_aclator
496 printf("wlan: %s acl policy registered\n", iac->iac_name);
497 acl = iac;
503 if (acl == iac)
504 acl = NULL;
505 printf("wlan: %s acl policy unregistered\n", iac->iac_name);
511 if (acl == NULL)
513 return acl != NULL && strcmp(acl->iac_name, name) == 0 ? acl
[all...]
/freebsd-11.0-release/sys/sys/
H A Dsysproto.h13 #include <sys/acl.h>
931 char aclp_l_[PADL_(struct acl *)]; struct acl * aclp; char aclp_r_[PADR_(struct acl *)];
936 char aclp_l_[PADL_(struct acl *)]; struct acl * aclp; char aclp_r_[PADR_(struct acl *)];
941 char aclp_l_[PADL_(struct acl *)]; struct acl * aclp; char aclp_r_[PADR_(struct acl *)];
[all...]
H A Dvnode.h44 #include <sys/acl.h>
654 struct acl *aclp, accmode_t accmode, struct ucred *cred,
657 gid_t file_gid, struct acl *acl, accmode_t accmode,
/freebsd-11.0-release/sys/security/mac/
H A Dmac_framework.h92 #include <sys/acl.h> /* XXX acl_type_t */
416 acl_type_t type, struct acl *acl);
H A Dmac_vfs.c785 "struct vnode *", "acl_type_t", "struct acl *");
789 struct acl *acl)
795 MAC_POLICY_CHECK(vnode_check_setacl, cred, vp, vp->v_label, type, acl);
796 MAC_CHECK_PROBE4(vnode_check_setacl, error, cred, vp, type, acl);
788 mac_vnode_check_setacl(struct ucred *cred, struct vnode *vp, acl_type_t type, struct acl *acl) argument
/freebsd-11.0-release/sys/modules/zfs/
H A DMakefile11 .PATH: ${SUNW}/common/acl
/freebsd-11.0-release/sbin/nvmecontrol/
H A Didentify.c78 printf("Abort Command Limit: %d\n", cdata->acl+1);
/freebsd-11.0-release/crypto/heimdal/kdc/
H A Dpkinit.c1709 const HDB_Ext_PKINIT_acl *acl; local
1783 ret = hdb_entry_get_pkinit_acl(&client->entry, &acl);
1784 if (ret == 0 && acl != NULL) {
1789 for (i = 0; i < acl->len; i++) {
1790 if (strcmp(*subject_name, acl->val[0].subject) != 0)
1794 if (acl->val[0].issuer)
1796 if (acl->val[0].anchor)
/freebsd-11.0-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_tar.c896 char *acl, *p; local
919 p = acl = tar->acl_text.s;
921 while (*p != '\0' && p < acl + size) {
952 if (p >= acl + size) {
959 size -= (p - acl);
960 acl = p;
962 while (*p != '\0' && p < acl + size)
971 archive_strncpy(&(tar->localname), acl, p - acl);
1831 if (strcmp(key, "SCHILY.acl
[all...]
/freebsd-11.0-release/crypto/heimdal/lib/kadm5/
H A DMakefile.am81 acl.c \

Completed in 312 milliseconds

123456