HomeSort by relevance Sort by last modified time
    Searched refs:XFER_INIT (Results 1 - 4 of 4) sorted by null

  /external/syslinux/gpxe/src/include/gpxe/
xfer.h 180 static inline void xfer_init ( struct xfer_interface *xfer, function
193 #define XFER_INIT( operations ) { \
  /external/syslinux/gpxe/src/arch/i386/interface/pxe/
pxe_tftp.c 63 .xfer = XFER_INIT ( &null_xfer_ops ),
179 xfer_init ( &pxe_tftp.xfer, &pxe_tftp_xfer_ops, NULL );
pxe_udp.c 116 .xfer = XFER_INIT ( &pxe_udp_xfer_operations ),
  /external/syslinux/gpxe/src/core/
xfer.c 417 struct xfer_interface null_xfer = XFER_INIT ( &null_xfer_ops );

Completed in 87 milliseconds