HomeSort by relevance Sort by last modified time
    Searched defs:nic (Results 1 - 5 of 5) sorted by null

  /external/grub/netboot/
nic.h 16 struct nic struct
18 void (*reset)P((struct nic *));
19 int (*poll)P((struct nic *));
20 void (*transmit)P((struct nic *, const char *d,
22 void (*disable)P((struct nic *));
config.c 31 #include <nic.h>
233 struct nic *(*eth_probe) (struct nic *, unsigned short *,
350 struct nic *(*eth_probe) (struct nic *, unsigned short *,
353 struct nic *(*eth_probe) (struct nic *, unsigned short *);
359 * NIC probing is in order of appearance in this table.
363 static struct dispatch_table NIC[] =
465 #define NIC_TABLE_SIZE (sizeof (NIC) / sizeof (NIC[0])
475 struct nic nic = variable in typeref:struct:nic
    [all...]
  /external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/
InputSystemJme.java 95 private void onTouchEventQueued(TouchEvent evt, NiftyInputConsumer nic) {
104 consumed = nic.processMouseEvent(x, y, 0, 0, true);
115 consumed = nic.processMouseEvent(x, y, 0, 0, false);
133 private void onMouseMotionEventQueued(MouseMotionEvent evt, NiftyInputConsumer nic) {
136 nic.processMouseEvent(x, y, evt.getDeltaWheel(), buttonIndex, pressed);
137 // if (nic.processMouseEvent(niftyEvt) /*|| nifty.getCurrentScreen().isMouseOverElement()*/){
143 private void onMouseButtonEventQueued(MouseButtonEvent evt, NiftyInputConsumer nic) {
161 consumed = nic.processMouseEvent(x, y, 0, buttonIndex, pressed);
179 private void onKeyEventQueued(KeyInputEvent evt, NiftyInputConsumer nic) {
194 if (nic.processKeyboardEvent(keyEvt)) {
    [all...]
  /external/qemu/android/
main.c 1150 char nic[37]; local
    [all...]
  /external/qemu/
vl.c 1337 int nic = nb_nics; local
    [all...]

Completed in 148 milliseconds