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

  /src/external/bsd/openldap/dist/contrib/ldapc++/src/
LDAPResult.h 68 static const int UNAVAILABLE = 52;
  /src/external/gpl3/gdb.old/dist/gdb/
ppc-linux-nat.c 353 return *m_interface == UNAVAILABLE;
421 interface to UNAVAILABLE and don't try DEBUGREG. If DEBUGREG
422 fails too, we'll also set the interface to UNAVAILABLE. It's
426 unavailable throughout a GDB session. */
441 "Debug registers will be unavailable."));
443 m_interface.emplace (UNAVAILABLE);
455 UNAVAILABLE can indicate that the kernel doesn't support any of the
461 UNAVAILABLE,
839 returns ENODATA to indicate the regset is unavailable, mark the
840 registers as unavailable in REGCACHE. *
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
ppc-linux-nat.c 353 return *m_interface == UNAVAILABLE;
421 interface to UNAVAILABLE and don't try DEBUGREG. If DEBUGREG
422 fails too, we'll also set the interface to UNAVAILABLE. It's
426 unavailable throughout a GDB session. */
441 "Debug registers will be unavailable."));
443 m_interface.emplace (UNAVAILABLE);
455 UNAVAILABLE can indicate that the kernel doesn't support any of the
461 UNAVAILABLE,
839 returns ENODATA to indicate the regset is unavailable, mark the
840 registers as unavailable in REGCACHE. *
    [all...]

Completed in 43 milliseconds