Searched refs:opc_dsc (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbss_log.c350 struct dsc$descriptor_s opc_dsc; local
416 opc_dsc.dsc$b_dtype = DSC$K_DTYPE_T;
417 opc_dsc.dsc$b_class = DSC$K_CLASS_S;
418 opc_dsc.dsc$a_pointer = (OPCDEF_TYPE) opcdef_p;
419 opc_dsc.dsc$w_length = len + 8;
421 sys$sndopr(opc_dsc, 0);

Completed in 875 milliseconds