Searched refs:get_attribute (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/
H A Dcontrol_external.h166 int (*get_attribute)(snd_ctl_ext_t *ext, snd_ctl_ext_key_t key, member in struct:snd_ctl_ext_callback
252 * The access type bits stored in get_attribute callback
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/control/
H A Dcontrol_ext.c138 ret = ext->callback->get_attribute(ext, key, &type, &info->access, &info->count);
218 ret = ext->callback->get_attribute(ext, key, &type, &access, &count);
272 ret = ext->callback->get_attribute(ext, key, &type, &access, &count);
351 ret = ext->callback->get_attribute(ext, key, &type, &access, &count);
649 The get_attribute is a mandatory callback, which returns the attribute of the
667 (i.e. the count value in get_attribute callback is more than 1), <i>all</i> values
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/pkcs7/
H A Dpk7_doit.c69 static ASN1_TYPE *get_attribute(STACK_OF(X509_ATTRIBUTE) *sk, int nid);
1014 return(get_attribute(si->auth_attr,nid));
1019 return(get_attribute(si->unauth_attr,nid));
1022 static ASN1_TYPE *get_attribute(STACK_OF(X509_ATTRIBUTE) *sk, int nid)
1047 if(!(astype = get_attribute(sk, NID_pkcs9_messageDigest))) return NULL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/console/
H A Dfbcon.h235 static inline int get_attribute(struct fb_info *info, u16 c) function
H A Dbitblit.c154 u32 attribute = get_attribute(info, scr_readw(s));
261 attribute = get_attribute(info, c);
H A Dfbcon_ccw.c141 u32 attribute = get_attribute(info, scr_readw(s));
250 attribute = get_attribute(info, c);
H A Dfbcon_cw.c127 u32 attribute = get_attribute(info, scr_readw(s));
234 attribute = get_attribute(info, c);
H A Dfbcon_ud.c163 u32 attribute = get_attribute(info, scr_readw(s));
281 attribute = get_attribute(info, c);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/pkcs7/
H A Dpk7_doit.c69 static ASN1_TYPE *get_attribute(STACK_OF(X509_ATTRIBUTE) *sk, int nid);
1169 return (get_attribute(si->auth_attr, nid));
1174 return (get_attribute(si->unauth_attr, nid));
1177 static ASN1_TYPE *get_attribute(STACK_OF(X509_ATTRIBUTE) *sk, int nid)
1201 if (!(astype = get_attribute(sk, NID_pkcs9_messageDigest)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/pkcs7/
H A Dpk7_doit.c69 static ASN1_TYPE *get_attribute(STACK_OF(X509_ATTRIBUTE) *sk, int nid);
1169 return (get_attribute(si->auth_attr, nid));
1174 return (get_attribute(si->unauth_attr, nid));
1177 static ASN1_TYPE *get_attribute(STACK_OF(X509_ATTRIBUTE) *sk, int nid)
1201 if (!(astype = get_attribute(sk, NID_pkcs9_messageDigest)))

Completed in 176 milliseconds