Searched refs:etype (Results 1 - 25 of 50) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/udf/
H A Dtruncate.c32 kernel_lb_addr eloc, int8_t etype, uint32_t elen, uint32_t nelen)
40 if (etype == (EXT_NOT_RECORDED_ALLOCATED >> 30))
43 etype = (EXT_NOT_RECORDED_NOT_ALLOCATED >> 30);
47 nelen = (etype << 30) | nelen;
55 if (etype == (EXT_RECORDED_ALLOCATED >> 30))
58 if (etype != (EXT_NOT_RECORDED_NOT_ALLOCATED >> 30))
74 int8_t etype = -1, netype; local
94 etype = netype;
109 extent_trunc(inode, &epos, eloc, etype, elen, nelen);
130 int8_t etype local
31 extent_trunc(struct inode * inode, struct extent_position *epos, kernel_lb_addr eloc, int8_t etype, uint32_t elen, uint32_t nelen) argument
179 int8_t etype; local
[all...]
H A Dinode.c478 int8_t etype; local
514 if ((etype = udf_next_aext(inode, &next_epos, &eloc, &elen, 1)) == -1)
519 laarr[c].extLength = (etype << 30) | elen;
522 if (etype != (EXT_NOT_RECORDED_NOT_ALLOCATED >> 30))
542 if (etype == (EXT_RECORDED_ALLOCATED >> 30))
549 etype = udf_write_aext(inode, &cur_epos, eloc, elen, 1);
561 if (etype == -1)
619 if ((etype = udf_next_aext(inode, &next_epos, &eloc, &elen, 0)) != -1)
621 laarr[c+1].extLength = (etype << 30) | elen;
705 int8_t etype local
1704 int8_t etype; local
1892 int8_t etype; local
1915 int8_t etype; local
1976 int8_t etype; local
1998 int8_t etype; local
2085 int8_t etype; local
[all...]
H A Dballoc.c433 int8_t etype; local
465 while (count && (etype =
475 elen = (etype << 30) | (0x40000000 - sb->s_blocksize);
479 elen = (etype << 30) |
494 elen = (etype << 30) | (0x40000000 - sb->s_blocksize);
499 elen = (etype << 30) |
680 int8_t etype = -1; local
698 while (first_block != eloc.logicalBlockNum && (etype =
718 udf_write_aext(table, &epos, eloc, (etype << 30) | elen, 1);
721 udf_delete_aext(table, epos, eloc, (etype << 3
749 int8_t etype; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libads/
H A Dads_status.c29 ADS_STATUS ads_build_error(enum ads_error_type etype, argument
34 if (etype == ENUM_ADS_ERROR_NT) {
43 ret.error_type = etype;
48 ADS_STATUS ads_build_nt_error(enum ads_error_type etype, argument
53 if (etype != ENUM_ADS_ERROR_NT) {
61 ret.error_type = etype;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68knommu/
H A Dbootstd.h115 #define _bsc5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \
116 type name(atype a, btype b, ctype c, dtype d, etype e) \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/include/openssl/
H A Dkrb5_asn.h77 ** etype[0] INTEGER, -- EncryptionType
84 ASN1_INTEGER *etype; member in struct:krb5_encdata_st
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/krb5/
H A Dkrb5_asn.h77 ** etype[0] INTEGER, -- EncryptionType
84 ASN1_INTEGER *etype; member in struct:krb5_encdata_st
H A Dkrb5_asn.c64 ASN1_EXP(KRB5_ENCDATA, etype, ASN1_INTEGER, 0),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/krb5/
H A Dkrb5_asn.h77 ** etype[0] INTEGER, -- EncryptionType
84 ASN1_INTEGER *etype; member in struct:krb5_encdata_st
H A Dkrb5_asn.c64 ASN1_EXP(KRB5_ENCDATA, etype, ASN1_INTEGER, 0),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dkrb5_asn.h77 ** etype[0] INTEGER, -- EncryptionType
84 ASN1_INTEGER *etype; member in struct:krb5_encdata_st
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dentities.in.h52 xmlEntityType etype; /* The entity type */ member in struct:_xmlEntity
H A Dvalid.c295 if ((elemDecl != NULL) && (elemDecl->etype == XML_ELEMENT_TYPE_ELEMENT)) {
321 if ((elemDecl != NULL) && (elemDecl->etype == XML_ELEMENT_TYPE_ELEMENT)) {
816 if (elem->etype != XML_ELEMENT_TYPE_ELEMENT)
1469 if ((ret != NULL) && (ret->etype == XML_ELEMENT_TYPE_UNDEFINED)) {
1483 if (ret->etype != XML_ELEMENT_TYPE_UNDEFINED) {
1558 ret->etype = type;
1622 cur->etype = elem->etype;
1665 switch (elem->etype) {
3249 cur->etype
[all...]
H A Dentities.c190 ret->etype = (xmlEntityType) type;
782 cur->etype = ent->etype;
865 switch (ent->etype) {
H A Dxinclude.c1253 switch (ent->etype) {
1263 ret = xmlAddDocEntity(doc, ent->name, ent->etype, ent->ExternalID,
1271 if (ent->etype != prev->etype)
1292 switch (ent->etype) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dentities.h52 xmlEntityType etype; /* The entity type */ member in struct:_xmlEntity
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dentities.in.h52 xmlEntityType etype; /* The entity type */ member in struct:_xmlEntity
H A Dvalid.c295 if ((elemDecl != NULL) && (elemDecl->etype == XML_ELEMENT_TYPE_ELEMENT)) {
321 if ((elemDecl != NULL) && (elemDecl->etype == XML_ELEMENT_TYPE_ELEMENT)) {
816 if (elem->etype != XML_ELEMENT_TYPE_ELEMENT)
1469 if ((ret != NULL) && (ret->etype == XML_ELEMENT_TYPE_UNDEFINED)) {
1483 if (ret->etype != XML_ELEMENT_TYPE_UNDEFINED) {
1558 ret->etype = type;
1622 cur->etype = elem->etype;
1665 switch (elem->etype) {
3249 cur->etype
[all...]
H A Dentities.c190 ret->etype = (xmlEntityType) type;
782 cur->etype = ent->etype;
865 switch (ent->etype) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_driver.c1015 u32 eflags, i, etype, tlen, pkttot = 0, updegr=0, reloop=0; local
1048 etype = ipath_hdrget_rcv_type((__le32 *) rc);
1052 if (etype != RCVHQ_RCV_TYPE_EXPECTED) {
1062 etype == RCVHQ_RCV_TYPE_NON_KD)
1071 if (etype != RCVHQ_RCV_TYPE_NON_KD && etype !=
1076 "%x\n", etype);
1081 else if (etype == RCVHQ_RCV_TYPE_NON_KD) {
1087 etype, bthbytes[0], qp, tlen);
1089 else if (etype
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Ddb_page.h459 #define PUT_HKEYDATA(pe, kd, len, etype) { \
460 ((HKEYDATA *)(pe))->type = etype; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dvalid.c300 if ((elemDecl != NULL) && (elemDecl->etype == XML_ELEMENT_TYPE_ELEMENT)) {
326 if ((elemDecl != NULL) && (elemDecl->etype == XML_ELEMENT_TYPE_ELEMENT)) {
821 if (elem->etype != XML_ELEMENT_TYPE_ELEMENT)
1474 if ((ret != NULL) && (ret->etype == XML_ELEMENT_TYPE_UNDEFINED)) {
1488 if (ret->etype != XML_ELEMENT_TYPE_UNDEFINED) {
1563 ret->etype = type;
1627 cur->etype = elem->etype;
1670 switch (elem->etype) {
3271 cur->etype
[all...]
H A Dentities.c164 ret->etype = (xmlEntityType) type;
838 cur->etype = ent->etype;
921 switch (ent->etype) {
H A Dxinclude.c1266 switch (ent->etype) {
1276 ret = xmlAddDocEntity(doc, ent->name, ent->etype, ent->ExternalID,
1284 if (ent->etype != prev->etype)
1305 switch (ent->etype) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dcdk.h103 unsigned long etype; member in struct:cdkfeature

Completed in 178 milliseconds

12