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

  /external/syslinux/gpxe/src/core/
gdbstub.c 190 static void gdbstub_send_errno ( struct gdbstub *stub, int errno ) { function
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 369 static void gdbstub_send_errno(struct gdbstub *stub, int errno) function
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 51 milliseconds