Searched refs:acl (Results 101 - 125 of 142) sorted by relevance

123456

/freebsd-11.0-release/sys/security/mac/
H A Dmac_policy.h66 #include <sys/acl.h> /* XXX acl_type_t */
69 struct acl;
622 struct acl *acl);
/freebsd-11.0-release/contrib/wpa/hostapd/
H A Dconfig_file.c121 struct mac_acl_entry **acl, int *num)
172 if (os_memcmp((*acl)[i].addr, addr, ETH_ALEN) ==
174 os_remove_in_array(*acl, *num,
175 sizeof(**acl), i);
191 newacl = os_realloc_array(*acl, *num + 1, sizeof(**acl));
198 *acl = newacl;
199 os_memcpy((*acl)[*num].addr, addr, ETH_ALEN);
200 (*acl)[*num].vlan_id = vlan_id;
206 qsort(*acl, *nu
120 hostapd_config_read_maclist(const char *fname, struct mac_acl_entry **acl, int *num) argument
[all...]
/freebsd-11.0-release/contrib/libarchive/libarchive/
H A Darchive_write_disk_posix.c37 #include <sys/acl.h>
158 struct archive_acl acl; member in struct:fixup_entry
713 archive_acl_copy(&fe->acl, archive_entry_acl(entry));
2231 -1, p->name, &p->acl);
2239 archive_acl_clear(&p->acl);
3667 acl_t acl, dfacl = NULL;
3670 acl = acl_get_fd(tmpfd);
3671 if (acl == NULL) {
3676 "Failed to get metadata(acl)");
3680 dfacl = acl_dup(acl);
[all...]
/freebsd-11.0-release/sys/dev/sound/pci/
H A Denvy24.c109 u_int8_t scfg, acl, i2s, spdif; member in struct:cfg_info
608 buff->acl = envy24_rdrom(sc, ENVY24_E2PROM_ACL);
2332 if ((sc->cfg->acl & PCIM_ACL_MTC) == 0) {
2334 if (sc->cfg->acl & PCIM_ACL_OMODE)
2339 if (sc->cfg->acl & PCIM_ACL_IMODE)
2435 pci_write_config(sc->dev, PCIR_ACL, sc->cfg->acl, 1);
H A Denvy24ht.c118 u_int8_t scfg, acl, i2s, spdif; member in struct:cfg_info
644 buff->acl = 0x80;
683 buff->acl = envy24ht_rdrom(sc, ENVY24HT_E2PROM_ACL);
2239 if ((sc->cfg->acl & ENVY24HT_CCSM_ACL_MTC) == 0) {
2241 if (sc->cfg->acl & ENVY24HT_CCSM_ACL_OMODE)
2344 envy24ht_wrcs(sc, ENVY24HT_CCS_ACL, sc->cfg->acl, 1);
/freebsd-11.0-release/sys/security/mac_stub/
H A Dmac_stub.c54 #include <sys/acl.h>
1543 struct label *vplabel, acl_type_t type, struct acl *acl)
1542 stub_vnode_check_setacl(struct ucred *cred, struct vnode *vp, struct label *vplabel, acl_type_t type, struct acl *acl) argument
/freebsd-11.0-release/contrib/ofed/management/opensm/osmtest/
H A Dosmt_mtl_regular_qp.c232 mr_in.acl = VAPI_EN_LOCAL_WRITE | VAPI_EN_REMOTE_WRITE;
/freebsd-11.0-release/sys/security/mac_bsdextended/
H A Dmac_bsdextended.c51 #include <sys/acl.h>
/freebsd-11.0-release/crypto/heimdal/lib/krb5/
H A DMakefile.am111 acl.c \
H A DMakefile.in148 dist_libkrb5_la_OBJECTS = libkrb5_la-acache.lo libkrb5_la-acl.lo \
800 acl.c \
1297 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkrb5_la-acl.Plo@am__quote@
1501 libkrb5_la-acl.lo: acl.c
1502 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkrb5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libkrb5_la-acl.lo -MD -MP -MF $(DEPDIR)/libkrb5_la-acl.Tpo -c -o libkrb5_la-acl.lo `test -f 'acl.c' || echo '$(srcdir)/'`acl
[all...]
/freebsd-11.0-release/sys/fs/nfs/
H A Dnfsport.h74 #include <sys/acl.h>
128 #define NFSACL_T struct acl
/freebsd-11.0-release/crypto/heimdal/kdc/
H A Dkrb5tgs.c513 const HDB_Ext_Constrained_delegation_acl *acl; local
539 ret = hdb_entry_get_ConstrainedDelegACL(&client->entry, &acl);
545 if (acl) {
546 for (i = 0; i < acl->len; i++) {
547 if (krb5_principal_compare(context, target, &acl->val[i]) == TRUE)
/freebsd-11.0-release/kerberos5/lib/libkrb5/
H A DMakefile495 acl.c \
/freebsd-11.0-release/bin/ls/
H A Dprint.c43 #include <sys/acl.h>
/freebsd-11.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_log.c42 #include <sys/acl.h>
H A Dzfs_replay.c44 #include <sys/acl.h>
/freebsd-11.0-release/sys/dev/nvme/
H A Dnvme.h478 uint8_t acl; member in struct:nvme_controller_data
/freebsd-11.0-release/sys/net80211/
H A Dieee80211_freebsd.h428 * ACL modules implement acl policy.
431 _IEEE80211_POLICY_MODULE(acl, name, version); \
/freebsd-11.0-release/sys/i386/ibcs2/
H A Dibcs2_proto.h13 #include <sys/acl.h>
/freebsd-11.0-release/crypto/heimdal/kcm/
H A DMakefile.in101 am_kcm_OBJECTS = acl.$(OBJEXT) acquire.$(OBJEXT) cache.$(OBJEXT) \
401 acl.c \
518 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/acl.Po@am__quote@
/freebsd-11.0-release/crypto/heimdal/lib/kadm5/
H A DMakefile.in144 dist_libkadm5srv_la_OBJECTS = acl.lo bump_pw_expire.lo chpass_s.lo \
536 acl.c \
826 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/acl.Plo@am__quote@
/freebsd-11.0-release/sys/security/mac_lomac/
H A Dmac_lomac.c49 #include <sys/acl.h>
2628 struct label *vplabel, acl_type_t type, struct acl *acl)
2627 lomac_vnode_check_setacl(struct ucred *cred, struct vnode *vp, struct label *vplabel, acl_type_t type, struct acl *acl) argument
/freebsd-11.0-release/sys/security/mac_mls/
H A Dmac_mls.c52 #include <sys/acl.h>
2969 struct label *vplabel, acl_type_t type, struct acl *acl)
2968 mls_vnode_check_setacl(struct ucred *cred, struct vnode *vp, struct label *vplabel, acl_type_t type, struct acl *acl) argument
/freebsd-11.0-release/sys/security/mac_test/
H A Dmac_test.c55 #include <sys/acl.h>
2747 struct label *vplabel, acl_type_t type, struct acl *acl)
2746 test_vnode_check_setacl(struct ucred *cred, struct vnode *vp, struct label *vplabel, acl_type_t type, struct acl *acl) argument
/freebsd-11.0-release/targets/pseudo/tests/
H A DMakefile.depend190 tests/sys/acl \

Completed in 459 milliseconds

123456