HomeSort by: relevance | last modified time | path
    Searched defs:r_ax (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/i386/include/
bioscall.h 52 bios_reg r_ax; member in struct:bioscallregs
62 #define AL r_ax.biosreg_quarter[BIOSREG_LO]
63 #define AH r_ax.biosreg_quarter[BIOSREG_HI]
64 #define AX r_ax.biosreg_half[BIOSREG_LO]
65 #define AX_HI r_ax.biosreg_half[BIOSREG_HI]
66 #define EAX r_ax.biosreg_long
  /src/external/bsd/libpcap/dist/msdos/
pktdrvr.c 73 DWORD r_ax; member in struct:DPMI_regs
139 #define r_ax eax macro
161 #define r_ax x.ax macro
183 WORD r_ax, r_bx, r_cx, r_dx, r_bp; member in struct:__anon7251
396 reg.r_ax = 0x0200 + pktInfo.class;
429 pktInfo.handle = reg.r_ax;
437 reg.r_ax = 0x0300;
449 reg.r_ax = 0x0400; /* Function 4, send pkt */
526 reg.r_ax = 0x0500;
535 reg.r_ax = 0x0700
    [all...]

Completed in 61 milliseconds