Searched refs:ca (Results 126 - 150 of 200) sorted by relevance

12345678

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dsched.c7313 struct cpuacct *ca = kzalloc(sizeof(*ca), GFP_KERNEL); local
7315 if (!ca)
7318 ca->cpuusage = alloc_percpu(u64);
7319 if (!ca->cpuusage) {
7320 kfree(ca);
7324 return &ca->css;
7331 struct cpuacct *ca = cgroup_ca(cont); local
7333 free_percpu(ca->cpuusage);
7334 kfree(ca);
7340 struct cpuacct *ca = cgroup_ca(cont); local
7378 struct cpuacct *ca; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/test_libFLAC/
H A Ddecoders.c617 FLAC__ChannelAssignment ca = FLAC__stream_decoder_get_channel_assignment(decoder); local
618 printf("returned %u (%s)... OK\n", (unsigned)ca, FLAC__ChannelAssignmentString[ca]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/test_libFLAC++/
H A Ddecoders.cpp696 ::FLAC__ChannelAssignment ca = decoder->get_channel_assignment(); local
697 printf("returned %u (%s)... OK\n", (unsigned)ca, ::FLAC__ChannelAssignmentString[ca]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/apps/
H A Docsp.c80 X509 *ca, X509 *rcert, EVP_PKEY *rkey,
1019 X509 *ca, X509 *rcert, EVP_PKEY *rkey,
1037 ca_id = OCSP_cert_to_id(EVP_sha1(), NULL, ca);
1018 make_ocsp_response(OCSP_RESPONSE **resp, OCSP_REQUEST *req, CA_DB *db, X509 *ca, X509 *rcert, EVP_PKEY *rkey, STACK_OF(X509) *rother, unsigned long flags, int nmin, int ndays) argument
H A Dapps.c680 EVP_PKEY **pkey, X509 **cert, STACK_OF(X509) **ca)
716 ret = PKCS12_parse(p12, pass, pkey, cert, ca);
678 load_pkcs12(BIO *err, BIO *in, const char *desc, pem_password_cb *pem_cb, void *cb_data, EVP_PKEY **pkey, X509 **cert, STACK_OF(X509) **ca) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Docsp.c81 X509 *ca, X509 *rcert, EVP_PKEY *rkey,
1026 X509 *ca, X509 *rcert, EVP_PKEY *rkey,
1044 ca_id = OCSP_cert_to_id(EVP_sha1(), NULL, ca);
1025 make_ocsp_response(OCSP_RESPONSE **resp, OCSP_REQUEST *req, CA_DB *db, X509 *ca, X509 *rcert, EVP_PKEY *rkey, STACK_OF(X509) *rother, unsigned long flags, int nmin, int ndays) argument
H A Dapps.c702 EVP_PKEY **pkey, X509 **cert, STACK_OF(X509) **ca)
738 ret = PKCS12_parse(p12, pass, pkey, cert, ca);
700 load_pkcs12(BIO *err, BIO *in, const char *desc, pem_password_cb *pem_cb, void *cb_data, EVP_PKEY **pkey, X509 **cert, STACK_OF(X509) **ca) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pcmcia/
H A Dcistpl.c970 u_int len, ca, ha; local
981 len = ca = ha = 0;
988 ca += *p << (j*8);
996 mem->win[i].card_addr = ca << 8;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dosst.h164 u32 ca; /* Compression Algorithm */ member in struct:__anon6881
H A Dultrastor.c181 unsigned char ca: 1; /* use cache (if available) */ member in struct:mscp
725 my_mscp->ca = SCpnt->device->type != TYPE_TAPE;
H A Du14-34f.c414 unsigned char sg:1, ca:1, dcn:1, xdir:2, opcode:3; member in struct:mscp
420 ca: 1, /* use cache (if available) */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509v3/
H A Dx509v3.h146 int ca; member in struct:BASIC_CONSTRAINTS_st
600 int X509_check_purpose(X509 *x, int id, int ca);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dx509v3.h146 int ca; member in struct:BASIC_CONSTRAINTS_st
600 int X509_check_purpose(X509 *x, int id, int ca);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/
H A Dconfigure66 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
69 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/
H A Dconfigure768 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
771 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
3924 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
3927 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/bt8xx/
H A Ddst_ca.c25 #include <linux/dvb/ca.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/prebuilt/WW/www/
H A Djquery.js53 w)return c.queue(this[0],a);return this.each(function(){var d=c.queue(this,a,b);a==="fx"&&d[0]!=="inprogress"&&c.dequeue(this,a)})},dequeue:function(a){return this.each(function(){c.dequeue(this,a)})},delay:function(a,b){a=c.fx?c.fx.speeds[a]||a:a;b=b||"fx";return this.queue(b,function(){var d=this;setTimeout(function(){c.dequeue(d,b)},a)})},clearQueue:function(a){return this.queue(a||"fx",[])}});var Aa=/[\n\t]/g,ca=/\s+/,Za=/\r/g,$a=/href|src|style/,ab=/(button|input)/i,bb=/(button|input|object|select|textarea)/i,
54 cb=/^(a|area)$/i,Ba=/radio|checkbox/;c.fn.extend({attr:function(a,b){return X(this,a,b,true,c.attr)},removeAttr:function(a){return this.each(function(){c.attr(this,a,"");this.nodeType===1&&this.removeAttribute(a)})},addClass:function(a){if(c.isFunction(a))return this.each(function(n){var r=c(this);r.addClass(a.call(this,n,r.attr("class")))});if(a&&typeof a==="string")for(var b=(a||"").split(ca),d=0,f=this.length;d<f;d++){var e=this[d];if(e.nodeType===1)if(e.className){for(var j=" "+e.className+" ",
55 i=e.className,o=0,k=b.length;o<k;o++)if(j.indexOf(" "+b[o]+" ")<0)i+=" "+b[o];e.className=c.trim(i)}else e.className=a}return this},removeClass:function(a){if(c.isFunction(a))return this.each(function(k){var n=c(this);n.removeClass(a.call(this,k,n.attr("class")))});if(a&&typeof a==="string"||a===w)for(var b=(a||"").split(ca),d=0,f=this.length;d<f;d++){var e=this[d];if(e.nodeType===1&&e.className)if(a){for(var j=(" "+e.className+" ").replace(Aa," "),i=0,o=b.length;i<o;i++)j=j.replace(" "+b[i]+" ",
56 " ");e.className=c.trim(j)}else e.className=""}return this},toggleClass:function(a,b){var d=typeof a,f=typeof b==="boolean";if(c.isFunction(a))return this.each(function(e){var j=c(this);j.toggleClass(a.call(this,e,j.attr("class"),b),b)});return this.each(function(){if(d==="string")for(var e,j=0,i=c(this),o=b,k=a.split(ca);e=k[j++];){o=f?o:!i.hasClass(e);i[o?"addClass":"removeClass"](e)}else if(d==="undefined"||d==="boolean"){this.className&&c.data(this,"__className__",this.className);this.className=
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospf6d/
H A Dospf6_spf.c53 struct ospf6_spf_candidate_node *ca = a; local
55 return ca->cost - cb->cost;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dstream_encoder.c3069 int ca; local
3085 for(ca = 1; ca <= 3; ca++) {
3086 if(bits[ca] < min_bits) {
3087 min_bits = bits[ca];
3088 channel_assignment = (FLAC__ChannelAssignment)ca;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/
H A DMakefile.am397 ca.po \
H A Dconfigure737 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
740 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bftpd-1.6.6/
H A Dconfigure96 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
99 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A D82596.c199 unsigned long ca; member in struct:i596_reg
377 ((struct i596_reg *) dev->base_addr)->ca = 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/mod_db4/
H A Dconfigure343 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
346 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/
H A Dconfigure992 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
995 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1654 --with-ca-bundle=FILE File name to use as CA bundle
1655 --without-ca-bundle Don't use a default CA bundle
1656 --with-ca-path=DIRECTORY
1658 --without-ca-path Don't use a default CA path
20099 ca="no"
22604 # Check whether --with-ca-bundle was given.
22609 as_fn_error "--with-ca-bundle=FILE requires a path to the CA bundle" "$LINENO" 5
22617 # Check whether --with-ca
[all...]

Completed in 507 milliseconds

12345678