Home
last modified time | relevance | path

Searched refs:cherror (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/cvs-1.12/lib/
H A Dcanon-host.c63 canon_host_r (char const *host, int *cherror) in canon_host_r() argument
75 if (!retval && cherror) in canon_host_r()
76 *cherror = EAI_MEMORY; in canon_host_r()
79 else if (cherror) in canon_host_r()
80 *cherror = status; in canon_host_r()
H A Dcanon-host.h25 char *canon_host_r (char const *host, int *cherror);
28 # define ch_strerror_r(cherror) gai_strerror (cherror); argument
/dflybsd-src/sys/bus/cam/scsi/
H A Dscsi_ch.c192 static int cherror(union ccb *ccb, u_int32_t cam_flags,
577 error = cherror(done_ccb, CAM_RETRY_SELTO, in chdone()
668 cherror(union ccb *ccb, u_int32_t cam_flags, u_int32_t sense_flags) in cherror() function
783 error = cam_periph_ioctl(periph, ap->a_cmd, addr, cherror); in chioctl()
837 error = cam_periph_runccb(ccb, cherror, /*cam_flags*/CAM_RETRY_SELTO, in chmove()
901 error = cam_periph_runccb(ccb, cherror, /*cam_flags*/CAM_RETRY_SELTO, in chexchange()
948 error = cam_periph_runccb(ccb, cherror, /*cam_flags*/ CAM_RETRY_SELTO, in chposition()
1107 error = cam_periph_runccb(ccb, cherror, /*cam_flags*/ CAM_RETRY_SELTO, in chgetelemstatus()
1145 error = cam_periph_runccb(ccb, cherror, /*cam_flags*/ CAM_RETRY_SELTO, in chgetelemstatus()
1229 error = cam_periph_runccb(ccb, cherror, /*cam_flags*/ CAM_RETRY_SELTO, in chielem()
[all …]