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

  /src/tests/include/
Makefile 11 TESTS_C+= t_errno
  /src/external/bsd/am-utils/dist/conf/transp/
transp_tli.c 317 extern int t_errno;
352 plog(XLOG_ERROR, "t_open failed: %d: %s", t_errno, t_errlist[t_errno]);
384 plog(XLOG_ERROR, "t_bind for port %d: %s", port, t_errlist[t_errno]);
477 extern int t_errno;
486 plog(XLOG_ERROR, "t_open failed: %d: %s", t_errno, t_errlist[t_errno]);
519 t_errno = TNOADDR; /* XXX: is this correct? */
526 t_errno = TNOADDR; /* XXX: is this correct? */
571 preferred_amq_port, t_errlist[t_errno]);
    [all...]
  /src/external/bsd/am-utils/dist/amd/
rpc_fwd.c 167 t_errlist[t_errno]);
327 plog(XLOG_ERROR,"fwd_packet failed: t_errno=%d, errno=%d",t_errno,errno);
392 plog(XLOG_ERROR,"fwd_reply failed: t_errno=%d, errno=%d, flags=%d",t_errno,errno, flags);
397 if (t_errno == TLOOK)

Completed in 23 milliseconds