Searched refs:res2 (Results 1 - 10 of 10) sorted by relevance

/haiku-fatelf/headers/private/kernel/arch/x86/
H A Darch_smp.h66 uint32 res1, res2; member in struct:mp_base_processor
/haiku-fatelf/src/add-ons/kernel/busses/scsi/ahci/
H A Dahci_defs.h96 uint32 res2; // Reserved for FIS-based Switching Definition member in struct:__anon1397
173 uint8 res2[0x0c]; member in struct:__anon1402
/haiku-fatelf/src/bin/sharutils/src/
H A Dunshar.c141 static char res1[BUFSIZ], res2[BUFSIZ], res3[BUFSIZ], res4[BUFSIZ]; local
142 static char *result[] = {res1, res2, res3, res4};
/haiku-fatelf/src/bin/network/tcpdump/
H A Dprint-lspping.c270 u_int8_t res2[2]; member in struct:lspping_tlv_targetfec_subtlv_rsvp_ipv4_t
304 u_int8_t res2[2]; member in struct:lspping_tlv_targetfec_subtlv_rsvp_ipv6_t
/haiku-fatelf/src/libs/pdflib/libs/pdflib/
H A Dp_truetype.h140 tt_short res2; member in struct:__anon4985
H A Dp_truetype.c608 tp->res2 = tt_get_short(p, ttf);
/haiku-fatelf/src/libs/ncurses/form/
H A Dfrm_driver.c1267 int res2 = E_OK; local
1280 res2 = Display_Field(field);
1297 res2 = Display_Field(field);
1301 if (res2 != E_OK)
1302 res = res2;
/haiku-fatelf/headers/private/drivers/
H A Dscsi_cmds.h582 uint8 res2[2]; member in struct:scsi_cmd_ssu
/haiku-fatelf/src/tools/docbook/libxml2/
H A Druntest.c604 int res1, res2; local
619 res2 = read(fd2, bytes2, 4096);
620 if ((res1 != res2) || (res1 < 0)) {
H A Drelaxng.c2571 xmlSchemaValPtr res1 = NULL, res2 = NULL; local
2589 ret = xmlSchemaValPredefTypeNode(typ, value2, &res2, ctxt2);
2598 ret = xmlSchemaCompareValues(res1, res2);
2601 xmlSchemaFreeValue(res2);

Completed in 108 milliseconds