Searched defs:interrupts (Results 1 - 2 of 2) sorted by relevance

/external/syslinux/gpxe/src/interface/efi/
H A Defi_snp.c446 * @v interrupts Interrupt status, or NULL
452 UINT32 *interrupts, VOID **txbufs ) {
464 if ( interrupts ) {
465 *interrupts = 0;
471 *interrupts |= EFI_SIMPLE_NETWORK_TRANSMIT_INTERRUPT;
476 *interrupts |= EFI_SIMPLE_NETWORK_RECEIVE_INTERRUPT;
479 DBGC2 ( snpdev, " INTS:%02x", *interrupts );
451 efi_snp_get_status( EFI_SIMPLE_NETWORK_PROTOCOL *snp, UINT32 *interrupts, VOID **txbufs ) argument
/external/autotest/client/profilers/powertop/src/
H A Dpowertop.c68 struct irqdata interrupts[IRQCOUNT]; variable in typeref:struct:irqdata
155 if (interrupts[i].active && interrupts[i].number == irq) {
157 oldcount = interrupts[i].count;
158 interrupts[i].count = count;
161 if (!interrupts[i].active && firstfree > i)
165 interrupts[firstfree].active = 1;
166 interrupts[firstfree].count = count;
167 interrupts[firstfree].number = irq;
168 strcpy(interrupts[firstfre
[all...]

Completed in 124 milliseconds