Home
last modified time | relevance | path

Searched refs:elc (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/file/magic/Magdir/
H A Dlisp38 !:mime application/x-elc
42 !:ext elc
45 !:mime application/x-elc
47 !:ext elc
48 # missed cl.elc dbx.elc simple.elc look like normal lisp starting with ;;;
51 # Also applies to XEmacs 19+ .elc files; could tell them apart with regexs
59 !:mime application/x-elc
61 !:ext elc
/freebsd/sys/amd64/vmm/io/
H A Dvatpic.c90 uint8_t elc[2]; member
442 level = ((vatpic->elc[pin >> 3] & (1 << (pin & 0x7))) != 0); in vatpic_set_pinstate()
542 vatpic->elc[irq >> 3] |= 1 << (irq & 0x7); in vatpic_set_irq_trigger()
544 vatpic->elc[irq >> 3] &= ~(1 << (irq & 0x7)); in vatpic_set_irq_trigger()
769 *eax = vatpic->elc[0]; in vatpic_elc_handler()
771 *eax = vatpic->elc[1]; in vatpic_elc_handler()
784 vatpic->elc[0] = (*eax & 0xf8); in vatpic_elc_handler()
786 vatpic->elc[1] = (*eax & 0xde); in vatpic_elc_handler()
845 SNAPSHOT_BUF_OR_LEAVE(vatpic->elc, sizeof(vatpic->elc), in vatpic_snapshot()