Searched refs:opc_dsc (Results 1 – 1 of 1) sorted by relevance
309 struct dsc$descriptor_s opc_dsc; in xsyslog() local375 opc_dsc.dsc$b_dtype = DSC$K_DTYPE_T; in xsyslog()376 opc_dsc.dsc$b_class = DSC$K_CLASS_S; in xsyslog()377 opc_dsc.dsc$a_pointer = (OPCDEF_TYPE) opcdef_p; in xsyslog()378 opc_dsc.dsc$w_length = len + 8; in xsyslog()380 sys$sndopr(opc_dsc, 0); in xsyslog()
Completed in 4 milliseconds