Home | History | Annotate | Download | only in io

Lines Matching refs:clp

48 st_close (st_parameter_close *clp)
58 library_start (&clp->common);
60 status = !(clp->common.flags & IOPARM_CLOSE_HAS_STATUS) ? CLOSE_UNSPECIFIED :
61 find_option (&clp->common, clp->status, clp->status_len,
70 u = find_unit (clp->common.unit);
73 if (async_wait (&(clp->common), u->au))
79 if ((clp->common.flags & IOPARM_LIBRETURN_MASK) != IOPARM_LIBRETURN_OK)
88 generate_error (&clp->common, LIBERROR_OS, "Problem in CLOSE");
92 generate_error (&clp->common, LIBERROR_BAD_OPTION,
103 generate_warning (&clp->common, "STATUS set to DELETE on CLOSE"
110 generate_error (&clp->common, LIBERROR_OS,
125 generate_error (&clp->common, LIBERROR_OS,