Searched refs:dacl (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/bind9/lib/isccfg/
H A Daclconf.c76 dns_acl_t *dacl, *next; local
85 for (dacl = ISC_LIST_HEAD(actx->named_acl_cache);
86 dacl != NULL;
87 dacl = next)
89 next = ISC_LIST_NEXT(dacl, nextincache);
90 ISC_LIST_UNLINK(actx->named_acl_cache, dacl,
92 dns_acl_detach(&dacl);
135 dns_acl_t *dacl; local
140 for (dacl = ISC_LIST_HEAD(ctx->named_acl_cache);
141 dacl !
275 dns_acl_t *dacl = NULL, *inneracl = NULL; local
[all...]
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dacl.c451 destroy(dns_acl_t *dacl) { argument
454 INSIST(!ISC_LINK_LINKED(dacl, nextincache));
456 for (i = 0; i < dacl->length; i++) {
457 dns_aclelement_t *de = &dacl->elements[i];
459 dns_name_free(&de->keyname, dacl->mctx);
464 if (dacl->elements != NULL)
465 isc_mem_put(dacl->mctx, dacl->elements,
466 dacl->alloc * sizeof(dns_aclelement_t));
467 if (dacl
[all...]
/freebsd-9.3-release/sys/kern/
H A Dsubr_acl_posix1e.c635 acl_posix1e_newfilemode(mode_t cmode, struct acl *dacl) argument
647 mode |= (ACL_OVERRIDE_MASK & cmode & acl_posix1e_acl_to_mode(dacl));
/freebsd-9.3-release/sys/sys/
H A Dacl.h295 struct acl *dacl);
/freebsd-9.3-release/sys/ufs/ufs/
H A Dufs_vnops.c1619 struct acl *dacl, *acl; local
1622 dacl = acl_alloc(M_WAITOK);
1639 *dacl = *acl;
1664 error = VOP_SETACL(tvp, ACL_TYPE_DEFAULT, dacl, cred, td);
1686 acl_free(dacl);

Completed in 121 milliseconds