Searched refs:cont (Results 51 - 75 of 107) sorted by relevance

12345

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest044.tcl25 proc test044 { method {nprocs 5} {nfiles 10} {cont 0} args } {
68 if { $cont == 0 } {
H A Dtest094.tcl142 set cont [read $fid]
147 set data $i:$cont
H A Dtest093.tcl403 set cont [read $fid]
405 error_check_good "key/data mismatch" $key $data$cont
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-s390/
H A Dqdio.h262 unsigned char cont : 1; /* contiguous storage */ member in struct:sbal_flags
293 unsigned char cont : 1; /* data continuation */ member in struct:sbal_sbalf_0
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/packaging/SGI/
H A Didb.pl364 while (($cont = index($line,"\\")) > 0) {
368 substr($line,$cont,1) = $_;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/aic94xx/
H A Daic94xx_scb.c320 u32 cont = dl->status_block[2] << ((reg & 3)*8); local
325 switch (cont) {
331 phy_id, cont);
333 sas_phy->sas_prim = ffs(cont);
343 ASD_DPRINTK("phy%d: primitive reg:0x%x, cont:0x%04x\n",
344 phy_id, reg, cont);
349 switch (cont) {
360 ASD_DPRINTK("phy%d: primitive reg:0x%x, cont:0x%04x\n",
361 phy_id, reg, cont);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/tdb/
H A Dtdbtool.c142 static char *cont = NULL; local
152 start = cont;
166 cont = start + strlen(start) + 1;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Dscsi_transport_sas.c176 static int sas_host_match(struct attribute_container *cont, argument
193 return &i->t.host_attrs.ac == cont;
434 static int sas_phy_match(struct attribute_container *cont, struct device *dev) argument
450 return &i->phy_attr_cont.ac == cont;
595 static int sas_port_match(struct attribute_container *cont, struct device *dev) argument
611 return &i->port_attr_cont.ac == cont;
1095 static int sas_rphy_match(struct attribute_container *cont, struct device *dev) argument
1111 return &i->rphy_attr_cont.ac == cont;
1114 static int sas_end_dev_match(struct attribute_container *cont, argument
1133 return &i->end_dev_attr_cont.ac == cont
1137 sas_expander_match(struct attribute_container *cont, struct device *dev) argument
[all...]
H A Draid_class.c60 static int raid_match(struct attribute_container *cont, struct device *dev) argument
64 struct raid_internal *i = ac_to_raid_internal(cont);
H A Dscsi_transport_iscsi.c1220 static int iscsi_session_match(struct attribute_container *cont, argument
1239 return &priv->session_cont.ac == cont;
1242 static int iscsi_conn_match(struct attribute_container *cont, argument
1264 return &priv->conn_cont.ac == cont;
1267 static int iscsi_host_match(struct attribute_container *cont, argument
1282 return &priv->t.host_attrs.ac == cont;
H A Dqlogicpti.c892 struct Continuation_Entry *cont; local
895 cont = (struct Continuation_Entry *) &qpti->req_cpu[in_ptr];
900 cont->hdr.entry_type = ENTRY_CONTINUATION;
901 cont->hdr.entry_cnt = 0;
902 cont->hdr.sys_def_1 = 0;
903 cont->hdr.flags = 0;
904 cont->reserved = 0;
905 ds = cont->dataseg;
H A Dscsi_transport_spi.c183 static int spi_host_match(struct attribute_container *cont, argument
199 return &i->t.host_attrs.ac == cont;
1277 static int spi_device_match(struct attribute_container *cont, argument
1301 static int spi_target_match(struct attribute_container *cont, argument
1322 return &i->t.target_attrs.ac == cont;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/hpfs/
H A Dalloc.c111 if (!bmp[i]) goto cont;
112 if (n + forward >= 0x3f && bmp[i] != -1) goto cont;
130 cont:
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/include/openssl/
H A Dasn1t.h615 typedef int ASN1_primitive_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it);
616 typedef int ASN1_primitive_c2i(ASN1_VALUE **pval, unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
826 int asn1_ex_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it);
827 int asn1_ex_c2i(ASN1_VALUE **pval, unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dasn1t.h647 typedef int ASN1_primitive_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it);
648 typedef int ASN1_primitive_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
866 int asn1_ex_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it);
867 int asn1_ex_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dasn1t.h647 typedef int ASN1_primitive_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it);
648 typedef int ASN1_primitive_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
866 int asn1_ex_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it);
867 int asn1_ex_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/asn1/
H A Dasn1t.h615 typedef int ASN1_primitive_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it);
616 typedef int ASN1_primitive_c2i(ASN1_VALUE **pval, unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
826 int asn1_ex_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it);
827 int asn1_ex_c2i(ASN1_VALUE **pval, unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dsgetem.S115 bnes cont |if set then continue
117 cont: label
H A Dx_snan.S264 bras cont
267 cont: label
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/autofs4/
H A Dexpire.c232 goto cont;
238 cont:
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/asm/
H A Dia64.S1399 #define cont p16 define
1403 cont=p16
1478 (p0) cmp.eq equ,cont=HH,r31 };;
1481 (equ) cmp.leu break,cont=r35,H };;
1482 { .mib; (cont) cmp.leu cont,break=HH,r31
1484 (cont) br.wtop.spnt .L_divw_1st_iter };;
1508 (p0) cmp.eq equ,cont=HH,r31 };;
1511 (equ) cmp.leu break,cont=r35,H };;
1512 { .mib; (cont) cm
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/bn/asm/
H A Dia64.S1399 #define cont p16 define
1403 cont=p16
1478 (p0) cmp.eq equ,cont=HH,r31 };;
1481 (equ) cmp.leu break,cont=r35,H };;
1482 { .mib; (cont) cmp.leu cont,break=HH,r31
1484 (cont) br.wtop.spnt .L_divw_1st_iter };;
1508 (p0) cmp.eq equ,cont=HH,r31 };;
1511 (equ) cmp.leu break,cont=r35,H };;
1512 { .mib; (cont) cm
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Delbg.c249 int j, k, olderror=0, newerror, cont=0; local
266 cont++;
271 vect_division(newcentroid[2], newcentroid[2], cont, elbg->dim);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Dbinfmt_misc.c268 int cont = 1; local
271 while (cont) {
289 cont = 0;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/util-linux/
H A Dfsck_minix.c357 int cont; local
381 cont = 0;
383 cont = ask("Do you really want to continue", 0);
384 if (!cont) {

Completed in 411 milliseconds

12345