Displaying 1 result from an estimated 1 matches for "statuscallout".
Did you mean:
  statd_callout
  
2004 Nov 23
0
Jumping to PXE boot from DOS
.../
				/* point.  This will be seg:off in */
				/* real mode and sel:off in 16:16 */
				/* protected mode. */
    u_int16_t (*entry32point)(u_int16_t func, void
*param);
				/* 32bit stack segment API entry */
				/* point.  This will be sel:off. */
				/* In real mode, sel == 0 */
    u_int16_t (*statuscallout)(u_int16_t param);
				/* Address of DHCP/TFTP status */
				/* callout routine. */
    u_int8_t reserved2;		/* must be zero */
    u_int8_t segdesccnt;	/* Number of segment
descriptors in */
				/* this structure. */
    u_int16_t firstselector;	/* First segment
descriptor in GDT */
				/* assigne...