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

  /external/syslinux/gpxe/src/core/
gdbstub.c 35 POSIX_EINVAL = 0x1c, /* used to report bad arguments to GDB */
206 gdbstub_send_errno ( stub, POSIX_EINVAL );
216 gdbstub_send_errno ( stub, POSIX_EINVAL );
231 gdbstub_send_errno ( stub, POSIX_EINVAL );
252 gdbstub_send_errno ( stub, POSIX_EINVAL );
  /external/syslinux/com32/gdbstub/
gdbstub.c 33 POSIX_EINVAL = 0x1c, /* used to report bad arguments to GDB */
389 gdbstub_send_errno(stub, POSIX_EINVAL);
402 gdbstub_send_errno(stub, POSIX_EINVAL);
418 gdbstub_send_errno(stub, POSIX_EINVAL);
444 gdbstub_send_errno(stub, POSIX_EINVAL);

Completed in 46 milliseconds