Searched refs:type_id (Results 1 - 20 of 20) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dipcrm.c37 typedef enum type_id { enum
41 } type_id; typedef in typeref:enum:type_id
43 static int remove_ids(type_id type, int argc, char **argv)
92 type_id what = 0; /* silence gcc */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/x509v3/
H A Dv3_genn.c67 ASN1_SIMPLE(OTHERNAME, type_id, ASN1_OBJECT),
156 if ((result = OBJ_cmp(a->type_id, b->type_id)) != 0)
234 oth->type_id = oid;
246 *poid = gen->d.otherName->type_id;
H A Dv3_alt.c568 * Free this up because we will overwrite it. no need to free type_id
578 gen->d.otherName->type_id = OBJ_txt2obj(objtmp, 0);
580 if (!gen->d.otherName->type_id)
H A Dx509v3.h168 ASN1_OBJECT *type_id; member in struct:otherName_st
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/x509v3/
H A Dv3_genn.c67 ASN1_SIMPLE(OTHERNAME, type_id, ASN1_OBJECT),
156 if ((result = OBJ_cmp(a->type_id, b->type_id)) != 0)
234 oth->type_id = oid;
246 *poid = gen->d.otherName->type_id;
H A Dv3_alt.c568 * Free this up because we will overwrite it. no need to free type_id
578 gen->d.otherName->type_id = OBJ_txt2obj(objtmp, 0);
580 if (!gen->d.otherName->type_id)
H A Dx509v3.h168 ASN1_OBJECT *type_id; member in struct:otherName_st
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/usbhid/
H A Dhid-pidff.c194 int type_id[sizeof(pidff_effect_types)]; member in struct:pidff_device
566 int type_id; local
573 pidff->type_id[PID_CONSTANT]);
592 type_id = PID_SQUARE;
595 type_id = PID_TRIANGLE;
598 type_id = PID_SINE;
601 type_id = PID_SAW_UP;
604 type_id = PID_SAW_DOWN;
613 pidff->type_id[type_id]);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/pwc/
H A Dpwc-if.c1488 int vendor_id, product_id, type_id; local
1514 type_id = 645;
1519 type_id = 646;
1524 type_id = 646;
1529 type_id = 675;
1534 type_id = 680;
1539 type_id = 690;
1544 type_id = 730;
1549 type_id = 740;
1554 type_id
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509v3/
H A Dv3_genn.c67 ASN1_SIMPLE(OTHERNAME, type_id, ASN1_OBJECT),
H A Dv3_alt.c543 * no need to free type_id because it is static
552 gen->d.otherName->type_id = OBJ_txt2obj(objtmp, 0);
554 if (!gen->d.otherName->type_id)
H A Dx509v3.h157 ASN1_OBJECT *type_id; member in struct:otherName_st
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/tipc/
H A Dbearer.h58 * @type_id: TIPC media identifier [defined in tipc_bearer.h]
75 u32 type_id; member in struct:media
H A Dbearer.c145 if (media_list[i].type_id == media_type) {
159 m_ptr->type_id = media_type;
189 if (m_ptr->type_id == media_type)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx88/
H A Dcx88-mpeg.c588 if (d->type_id == btype)
602 core->active_type_id != drv->type_id)
620 core->active_type_id = drv->type_id;
653 if ((drv->type_id != CX88_MPEG_DVB) &&
654 (drv->type_id != CX88_MPEG_BLACKBIRD))
678 drv->type_id == CX88_MPEG_DVB ? "dvb" : "blackbird",
731 drv->type_id == CX88_MPEG_DVB ? "dvb" : "blackbird",
743 if (d->type_id != drv->type_id)
H A Dcx88.h474 enum cx88_board_type type_id; member in struct:cx8802_driver
H A Dcx88-blackbird.c1355 .type_id = CX88_MPEG_BLACKBIRD,
H A Dcx88-dvb.c1615 .type_id = CX88_MPEG_DVB,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/sfc/
H A Dfalcon_boards.c740 u8 type_id = FALCON_BOARD_TYPE(revision_info); local
747 if (board_types[i].id == type_id)
758 type_id);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dx509v3.h157 ASN1_OBJECT *type_id; member in struct:otherName_st

Completed in 165 milliseconds