Lines Matching defs:csp
402 struct copyresp *csp;
413 csp = (struct copyresp *)mp->b_rptr;
414 if (csp->cp_rval) { /* if there was an error */
424 if (SAD_VER(csp->cp_cmd) == 1)
435 switch (SAD_CMD(csp->cp_cmd)) {
439 if (((long)csp->cp_private) != GETSTRUCT) {
442 (void *)csp->cp_private);
457 if (SAD_VER(csp->cp_cmd) > 0)
557 switch ((long)csp->cp_private) {
575 if (SAD_VER(csp->cp_cmd) > 0)
586 if (SAD_VER(csp->cp_cmd) == 1)
602 (void *)csp->cp_private);
649 struct copyresp *csp;
654 csp = (struct copyresp *)mp->b_rptr;
655 if (csp->cp_rval) { /* if there was an error */
660 ASSERT(SAD_CMD(csp->cp_cmd) == SAD_VML);
662 switch ((long)csp->cp_private) {
664 STRUCT_SET_HANDLE(slp, csp->cp_flag,
692 (void *)csp->cp_private);