Searched refs:cap (Results 1 - 25 of 756) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/util/
H A Dcapability.c43 cap_t cap = cap_get_proc(); local
45 if (cap == NULL) {
52 cap->cap_effective |= CAP_NETWORK_MGT;
54 cap->cap_effective &= ~CAP_NETWORK_MGT;
56 if (cap_set_proc(cap) == -1) {
59 cap_free(cap);
63 cap_free(cap);
77 cap_t cap = cap_get_proc(); local
79 if (cap == NULL) {
86 cap
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/util/
H A Dcapability.c43 cap_t cap = cap_get_proc(); local
45 if (cap == NULL) {
52 cap->cap_effective |= CAP_NETWORK_MGT;
54 cap->cap_effective &= ~CAP_NETWORK_MGT;
56 if (cap_set_proc(cap) == -1) {
59 cap_free(cap);
63 cap_free(cap);
77 cap_t cap = cap_get_proc(); local
79 if (cap == NULL) {
86 cap
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/util/
H A Dcapability.c43 cap_t cap = cap_get_proc(); local
45 if (cap == NULL) {
52 cap->cap_effective |= CAP_NETWORK_MGT;
54 cap->cap_effective &= ~CAP_NETWORK_MGT;
56 if (cap_set_proc(cap) == -1) {
59 cap_free(cap);
63 cap_free(cap);
77 cap_t cap = cap_get_proc(); local
79 if (cap == NULL) {
86 cap
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/ppc/
H A Dcap.h30 typedef struct _cap cap; typedef in typeref:struct:_cap
33 (cap *) cap_create
38 (cap *db);
42 (cap *db,
47 (cap *db,
52 (cap *db,
57 (cap *db,
H A Dcap.c25 #include "cap.h"
40 (cap *)
43 return ZALLOC(cap);
48 cap_init(cap *db)
57 error("cap: cap database possibly corrupt");
62 error("cap: cap database possibly currupt");
71 cap_internal(cap *db,
85 cap_external(cap *d
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/ppc/
H A Dcap.h30 typedef struct _cap cap; typedef in typeref:struct:_cap
33 (cap *) cap_create
38 (cap *db);
42 (cap *db,
47 (cap *db,
52 (cap *db,
57 (cap *db,
H A Dcap.c25 #include "cap.h"
40 (cap *)
43 return ZALLOC(cap);
48 cap_init(cap *db)
57 error("cap: cap database possibly corrupt");
62 error("cap: cap database possibly currupt");
71 cap_internal(cap *db,
85 cap_external(cap *d
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/ppc/
H A Dcap.h30 typedef struct _cap cap; typedef in typeref:struct:_cap
33 (cap *) cap_create
38 (cap *db);
42 (cap *db,
47 (cap *db,
52 (cap *db,
57 (cap *db,
H A Dcap.c25 #include "cap.h"
40 (cap *)
43 return ZALLOC(cap);
48 cap_init(cap *db)
57 error("cap: cap database possibly corrupt");
62 error("cap: cap database possibly currupt");
71 cap_internal(cap *db,
85 cap_external(cap *d
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/security/apparmor/
H A Dcapability.c46 audit_log_untrustedstring(ab, capability_names[sa->u.cap]);
53 * @cap: capability tested
62 int cap, int error)
69 sa.u.cap = cap;
76 !cap_raised(profile->caps.audit, cap)))
80 cap_raised(profile->caps.kill, cap)) {
82 } else if (cap_raised(profile->caps.quiet, cap) &&
91 if (profile == ent->profile && cap_raised(ent->caps, cap)) {
99 cap_raise(ent->caps, cap);
61 audit_caps(struct aa_profile *profile, struct task_struct *task, int cap, int error) argument
113 profile_capable(struct aa_profile *profile, int cap) argument
129 aa_capable(struct task_struct *task, struct aa_profile *profile, int cap, int audit) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/security/apparmor/
H A Dcapability.c46 audit_log_untrustedstring(ab, capability_names[sa->u.cap]);
53 * @cap: capability tested
62 int cap, int error)
69 sa.u.cap = cap;
76 !cap_raised(profile->caps.audit, cap)))
80 cap_raised(profile->caps.kill, cap)) {
82 } else if (cap_raised(profile->caps.quiet, cap) &&
91 if (profile == ent->profile && cap_raised(ent->caps, cap)) {
99 cap_raise(ent->caps, cap);
61 audit_caps(struct aa_profile *profile, struct task_struct *task, int cap, int error) argument
113 profile_capable(struct aa_profile *profile, int cap) argument
129 aa_capable(struct task_struct *task, struct aa_profile *profile, int cap, int audit) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/include/asm/
H A Dasync_tx.h28 ppc440spe_async_tx_find_best_channel(enum dma_transaction_type cap,
32 #define async_tx_find_channel(dep, cap, dst_lst, dst_cnt, src_lst, \
34 ppc440spe_async_tx_find_best_channel(cap, dst_lst, dst_cnt, src_lst, \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dasync_tx.h28 ppc440spe_async_tx_find_best_channel(enum dma_transaction_type cap,
32 #define async_tx_find_channel(dep, cap, dst_lst, dst_cnt, src_lst, \
34 ppc440spe_async_tx_find_best_channel(cap, dst_lst, dst_cnt, src_lst, \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ceph/
H A Dcaps.c24 * If the client holds a *_SHARED cap, the client has a coherent value
43 * Generate readable cap strings for debugging output.
124 struct ceph_cap *cap; local
128 cap = list_first_entry(&mdsc->caps_list,
130 list_del(&cap->caps_item);
131 kmem_cache_free(ceph_cap_cachep, cap);
153 struct ceph_cap *cap; local
175 cap = kmem_cache_alloc(ceph_cap_cachep, GFP_NOFS);
176 if (!cap) {
180 list_add(&cap
232 struct ceph_cap *cap = NULL; local
265 ceph_put_cap(struct ceph_mds_client *mdsc, struct ceph_cap *cap) argument
315 struct ceph_cap *cap; local
332 struct ceph_cap *cap; local
345 struct ceph_cap *cap; local
378 struct ceph_cap *cap = NULL; local
475 __check_cap_issue(struct ceph_inode_info *ci, struct ceph_cap *cap, unsigned issued) argument
521 struct ceph_cap *cap; local
638 __cap_is_valid(struct ceph_cap *cap) argument
666 struct ceph_cap *cap; local
690 struct ceph_cap *cap; local
708 __touch_cap(struct ceph_cap *cap) argument
731 struct ceph_cap *cap; local
791 struct ceph_cap *cap; local
844 struct ceph_cap *cap; local
871 __ceph_remove_cap(struct ceph_cap *cap) argument
1040 struct ceph_cap *cap = rb_entry(p, struct ceph_cap, ci_node); local
1468 struct ceph_cap *cap; local
1721 struct ceph_cap *cap = ci->i_auth_cap; local
1901 struct ceph_cap *cap; local
1927 struct ceph_cap *cap; local
2620 struct ceph_cap *cap = NULL, *t; local
2718 struct ceph_cap *cap; local
2966 struct ceph_cap *cap; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ceph/
H A Dcaps.c24 * If the client holds a *_SHARED cap, the client has a coherent value
43 * Generate readable cap strings for debugging output.
124 struct ceph_cap *cap; local
128 cap = list_first_entry(&mdsc->caps_list,
130 list_del(&cap->caps_item);
131 kmem_cache_free(ceph_cap_cachep, cap);
153 struct ceph_cap *cap; local
175 cap = kmem_cache_alloc(ceph_cap_cachep, GFP_NOFS);
176 if (!cap) {
180 list_add(&cap
232 struct ceph_cap *cap = NULL; local
265 ceph_put_cap(struct ceph_mds_client *mdsc, struct ceph_cap *cap) argument
315 struct ceph_cap *cap; local
332 struct ceph_cap *cap; local
345 struct ceph_cap *cap; local
378 struct ceph_cap *cap = NULL; local
475 __check_cap_issue(struct ceph_inode_info *ci, struct ceph_cap *cap, unsigned issued) argument
521 struct ceph_cap *cap; local
638 __cap_is_valid(struct ceph_cap *cap) argument
666 struct ceph_cap *cap; local
690 struct ceph_cap *cap; local
708 __touch_cap(struct ceph_cap *cap) argument
731 struct ceph_cap *cap; local
791 struct ceph_cap *cap; local
844 struct ceph_cap *cap; local
871 __ceph_remove_cap(struct ceph_cap *cap) argument
1040 struct ceph_cap *cap = rb_entry(p, struct ceph_cap, ci_node); local
1468 struct ceph_cap *cap; local
1721 struct ceph_cap *cap = ci->i_auth_cap; local
1901 struct ceph_cap *cap; local
1927 struct ceph_cap *cap; local
2620 struct ceph_cap *cap = NULL, *t; local
2718 struct ceph_cap *cap; local
2966 struct ceph_cap *cap; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/shared/
H A Detutils.h28 extern bool et_capable(char *name, char *cap);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/shared/
H A Detutils.h28 extern bool et_capable(char *name, char *cap);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/shared/
H A Detutils.h28 extern bool et_capable(char *name, char *cap);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dcapability.h95 __u32 cap[_KERNEL_CAPABILITY_U32S]; member in struct:kernel_cap_struct
419 #define cap_raise(c, flag) ((c).cap[CAP_TO_INDEX(flag)] |= CAP_TO_MASK(flag))
420 #define cap_lower(c, flag) ((c).cap[CAP_TO_INDEX(flag)] &= ~CAP_TO_MASK(flag))
421 #define cap_raised(c, flag) ((c).cap[CAP_TO_INDEX(flag)] & CAP_TO_MASK(flag))
427 c.cap[__capi] = a.cap[__capi] OP b.cap[__capi]; \
435 c.cap[__capi] = OP a.cap[__capi]; \
474 if (a.cap[__cap
496 cap_is_fs_cap(int cap) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dcapability.h95 __u32 cap[_KERNEL_CAPABILITY_U32S]; member in struct:kernel_cap_struct
419 #define cap_raise(c, flag) ((c).cap[CAP_TO_INDEX(flag)] |= CAP_TO_MASK(flag))
420 #define cap_lower(c, flag) ((c).cap[CAP_TO_INDEX(flag)] &= ~CAP_TO_MASK(flag))
421 #define cap_raised(c, flag) ((c).cap[CAP_TO_INDEX(flag)] & CAP_TO_MASK(flag))
427 c.cap[__capi] = a.cap[__capi] OP b.cap[__capi]; \
435 c.cap[__capi] = OP a.cap[__capi]; \
474 if (a.cap[__cap
496 cap_is_fs_cap(int cap) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/pkcs7/
H A Dpk7_attr.c71 STACK_OF(X509_ALGOR) *cap)
78 seq->length = ASN1_item_i2d((ASN1_VALUE *)cap, &seq->data,
86 ASN1_TYPE *cap; local
89 cap = PKCS7_get_signed_attribute(si, NID_SMIMECapabilities);
90 if (!cap || (cap->type != V_ASN1_SEQUENCE))
92 p = cap->value.sequence->data;
94 ASN1_item_d2i(NULL, &p, cap->value.sequence->length,
70 PKCS7_add_attrib_smimecap(PKCS7_SIGNER_INFO *si, STACK_OF(X509_ALGOR) *cap) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/pkcs7/
H A Dpk7_attr.c69 int PKCS7_add_attrib_smimecap(PKCS7_SIGNER_INFO *si, STACK_OF(X509_ALGOR) *cap) argument
76 seq->length = ASN1_item_i2d((ASN1_VALUE *)cap,&seq->data,
84 ASN1_TYPE *cap; local
87 cap = PKCS7_get_signed_attribute(si, NID_SMIMECapabilities);
88 if (!cap || (cap->type != V_ASN1_SEQUENCE))
90 p = cap->value.sequence->data;
92 ASN1_item_d2i(NULL, &p, cap->value.sequence->length,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/pkcs7/
H A Dpk7_attr.c71 STACK_OF(X509_ALGOR) *cap)
78 seq->length = ASN1_item_i2d((ASN1_VALUE *)cap, &seq->data,
86 ASN1_TYPE *cap; local
89 cap = PKCS7_get_signed_attribute(si, NID_SMIMECapabilities);
90 if (!cap || (cap->type != V_ASN1_SEQUENCE))
92 p = cap->value.sequence->data;
94 ASN1_item_d2i(NULL, &p, cap->value.sequence->length,
70 PKCS7_add_attrib_smimecap(PKCS7_SIGNER_INFO *si, STACK_OF(X509_ALGOR) *cap) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/pkcs7/
H A Dpk7_attr.c69 int PKCS7_add_attrib_smimecap(PKCS7_SIGNER_INFO *si, STACK_OF(X509_ALGOR) *cap) argument
76 seq->length = ASN1_item_i2d((ASN1_VALUE *)cap,&seq->data,
84 ASN1_TYPE *cap; local
87 cap = PKCS7_get_signed_attribute(si, NID_SMIMECapabilities);
88 if (!cap || (cap->type != V_ASN1_SEQUENCE))
90 p = cap->value.sequence->data;
92 ASN1_item_d2i(NULL, &p, cap->value.sequence->length,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/pkcs7/
H A Dpk7_attr.c71 STACK_OF(X509_ALGOR) *cap)
78 seq->length = ASN1_item_i2d((ASN1_VALUE *)cap, &seq->data,
86 ASN1_TYPE *cap; local
89 cap = PKCS7_get_signed_attribute(si, NID_SMIMECapabilities);
90 if (!cap || (cap->type != V_ASN1_SEQUENCE))
92 p = cap->value.sequence->data;
94 ASN1_item_d2i(NULL, &p, cap->value.sequence->length,
70 PKCS7_add_attrib_smimecap(PKCS7_SIGNER_INFO *si, STACK_OF(X509_ALGOR) *cap) argument

Completed in 326 milliseconds

1234567891011>>