Searched refs:typ (Results 1 - 25 of 72) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/freevxfs/
H A Dvxfs_bmap.c44 vxfs_typdump(struct vxfs_typed *typ) argument
46 printk(KERN_DEBUG "type=%Lu ", typ->vt_hdr >> VXFS_TYPED_TYPESHIFT);
47 printk("offset=%Lx ", typ->vt_hdr & VXFS_TYPED_OFFSETMASK);
48 printk("block=%x ", typ->vt_block);
49 printk("size=%x\n", typ->vt_size);
135 struct vxfs_typed *typ; local
143 typ = ((struct vxfs_typed *)bp->b_data) +
145 off = (typ->vt_hdr & VXFS_TYPED_OFFSETMASK);
152 switch ((u_int32_t)(typ->vt_hdr >> VXFS_TYPED_TYPESHIFT)) {
154 pblock = vxfs_bmap_indir(ip, typ
208 struct vxfs_typed *typ = vip->vii_org.typed + i; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-v850/
H A Dpgtable.h21 #define __swp_entry(typ,off) ((swp_entry_t) { ((typ) | ((off) << 7)) })
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hisax/
H A Dteles3.c160 if (cs->typ == ISDN_CTYPE_TELESPCMCIA) {
164 if (cs->typ == ISDN_CTYPE_COMPAQ_ISA) {
179 if (cs->typ != ISDN_CTYPE_TELESPCMCIA) {
180 if ((cs->hw.teles3.cfg_reg) && (cs->typ != ISDN_CTYPE_COMPAQ_ISA)) {
214 } else if (cs->typ == ISDN_CTYPE_COMPAQ_ISA) {
283 if ((cs->typ != ISDN_CTYPE_16_3) && (cs->typ != ISDN_CTYPE_PNP)
284 && (cs->typ != ISDN_CTYPE_TELESPCMCIA) && (cs->typ != ISDN_CTYPE_COMPAQ_ISA))
331 if (cs->typ
[all...]
H A Dhisax_cfg.h57 int typ; member in struct:IsdnCard
H A Dhfcscard.c69 if (cs->typ == ISDN_CTYPE_TELES3C)
74 if (cs->typ == ISDN_CTYPE_TELES3C)
78 if (cs->typ == ISDN_CTYPE_TELES3C)
80 else if (cs->typ == ISDN_CTYPE_ACERP10)
232 if (cs->typ == ISDN_CTYPE_TELES3C) {
234 } else if (cs->typ == ISDN_CTYPE_ACERP10) {
241 CardType[card->typ],
250 if (cs->typ == ISDN_CTYPE_TELES3C) {
254 } else if (cs->typ == ISDN_CTYPE_ACERP10) {
H A Dbkm_a4t.c181 if (cs->typ == ISDN_CTYPE_BKM_A4T) {
194 if (cs->typ == ISDN_CTYPE_BKM_A4T) {
272 if (cs->typ == ISDN_CTYPE_BKM_A4T) {
295 printk(KERN_WARNING "HiSax: %s: Card not found\n", CardType[card->typ]);
299 printk(KERN_WARNING "HiSax: %s: No IRQ\n", CardType[card->typ]);
303 printk(KERN_WARNING "HiSax: %s: No Memory base address\n", CardType[card->typ]);
311 CardType[card->typ], cs->hw.ax.base, cs->hw.ax.base + 4096);
321 printk(KERN_WARNING "HiSax: %s: NO_PCI_BIOS\n", CardType[card->typ]);
322 printk(KERN_WARNING "HiSax: %s: unable to configure\n", CardType[card->typ]);
326 CardType[card->typ], c
[all...]
H A Davm_a1.c190 if (cs->typ != ISDN_CTYPE_A1)
204 CardType[card->typ],
212 CardType[cs->typ],
221 CardType[cs->typ],
229 CardType[cs->typ],
238 CardType[cs->typ],
246 CardType[cs->typ],
255 CardType[cs->typ],
289 CardType[cs->typ], cs->irq,
H A Dbkm_a8.c187 CardType[cs->typ],
206 if (cs->typ == ISDN_CTYPE_SCT_QUADRO) {
296 if (cs->typ == ISDN_CTYPE_SCT_QUADRO) {
306 CardType[card->typ]);
332 CardType[card->typ],
341 CardType[card->typ],
355 CardType[card->typ],
366 CardType[card->typ],
422 CardType[card->typ],
443 CardType[card->typ],
[all...]
H A Dconfig.c423 cards[i].typ = ints[j];
809 printk(KERN_INFO "%s: IRQ %d count %d\n", CardType[cs->typ],
821 CardType[cs->typ], cs->irq, kstat_irqs(cs->irq));
825 CardType[cs->typ], cs->irq, 4 - cnt);
872 if (card->typ <= 0 || card->typ > ISDN_CTYPE_COUNT) {
874 "HiSax: Card Type %d out of range\n", card->typ);
892 cs->typ = card->typ;
930 switch (card->typ) {
[all...]
H A Dniccy.c238 if (cs->typ != ISDN_CTYPE_NICCY)
289 "already in use\n", CardType[card->typ],
295 "already in use\n", CardType[card->typ],
342 CardType[card->typ],
349 CardType[card->typ],
362 CardType[cs->typ], (cs->subtyp == 1) ? "PnP" : "PCI",
H A Dteles0.c277 if ((cs->typ != ISDN_CTYPE_16_0) && (cs->typ != ISDN_CTYPE_8_0))
280 if (cs->typ == ISDN_CTYPE_16_0)
296 CardType[card->typ],
332 CardType[card->typ],
342 CardType[cs->typ], cs->irq,
H A Disurf.c212 if (cs->typ != ISDN_CTYPE_ISURF)
255 CardType[card->typ]);
262 CardType[card->typ],
269 CardType[card->typ],
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-h8300/
H A Dpgtable.h32 #define __swp_entry(typ,off) ((swp_entry_t) { ((typ) | ((off) << 7)) })
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68knommu/
H A Dpgtable.h36 #define __swp_entry(typ,off) ((swp_entry_t) { ((typ) | ((off) << 7)) })
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/
H A Dpgtable-nommu.h49 #define __swp_entry(typ,off) ((swp_entry_t) { ((typ) | ((off) << 7)) })
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-blackfin/
H A Dpgtable.h37 #define __swp_entry(typ,off) ((swp_entry_t) { ((typ) | ((off) << 7)) })
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/asn1/
H A Dtasn_new.c295 ASN1_TYPE *typ; local
319 typ = OPENSSL_malloc(sizeof(ASN1_TYPE));
320 if(!typ) return 0;
321 typ->value.ptr = NULL;
322 typ->type = -1;
323 *pval = (ASN1_VALUE *)typ;
H A Dtasn_fre.c191 ASN1_TYPE *typ = (ASN1_TYPE *)*pval; local
192 utype = typ->type;
193 pval = (ASN1_VALUE **)&typ->value.ptr;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dtasn_new.c327 ASN1_TYPE *typ; local
359 typ = OPENSSL_malloc(sizeof(ASN1_TYPE));
360 if (!typ)
362 typ->value.ptr = NULL;
363 typ->type = -1;
364 *pval = (ASN1_VALUE *)typ;
H A Dtasn_fre.c222 ASN1_TYPE *typ = (ASN1_TYPE *)*pval; local
223 utype = typ->type;
224 pval = (ASN1_VALUE **)&typ->value.ptr;
H A Dtasn_dec.c923 ASN1_TYPE *typ = NULL; local
936 typ = ASN1_TYPE_new();
937 if (typ == NULL)
939 *pval = (ASN1_VALUE *)typ;
942 typ = (ASN1_TYPE *)*pval;
944 if (utype != typ->type)
945 ASN1_TYPE_set(typ, utype, NULL);
947 pval = (ASN1_VALUE **)&typ->value.ptr;
1055 if (typ && (utype == V_ASN1_NULL))
1056 typ
[all...]
H A Dasn1_gen.c442 ASN1_TYPE *ret = NULL, *typ = NULL; local
458 typ = ASN1_generate_v3(sk_CONF_VALUE_value(sect, i)->value, cnf);
459 if (!typ)
461 sk_ASN1_TYPE_push(sk, typ);
462 typ = NULL;
501 if (typ)
502 ASN1_TYPE_free(typ);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/apps/
H A Dasn1pars.c281 int typ; local
300 typ = ASN1_TYPE_get(at);
301 if ((typ == V_ASN1_OBJECT)
302 || (typ == V_ASN1_NULL))
305 typ == V_ASN1_NULL ? "NULL" : "OBJECT");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dasn1pars.c312 int typ; local
331 typ = ASN1_TYPE_get(at);
332 if ((typ == V_ASN1_OBJECT)
333 || (typ == V_ASN1_NULL))
336 typ == V_ASN1_NULL ? "NULL" : "OBJECT");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509v3/
H A Dv3_conf.c309 ASN1_TYPE *typ; local
311 typ = ASN1_generate_v3(value, ctx);
312 if (typ == NULL)
314 *ext_len = i2d_ASN1_TYPE(typ, &ext_der);
315 ASN1_TYPE_free(typ);

Completed in 163 milliseconds

123