Searched refs:buf_dsc (Results 1 – 1 of 1) sorted by relevance
330 struct dsc$descriptor_s buf_dsc; in xsyslog() local361 buf_dsc.dsc$b_dtype = DSC$K_DTYPE_T; in xsyslog()362 buf_dsc.dsc$b_class = DSC$K_CLASS_S; in xsyslog()363 buf_dsc.dsc$a_pointer = buf; in xsyslog()364 buf_dsc.dsc$w_length = sizeof(buf) - 1; in xsyslog()366 lib$sys_fao(&fao_cmd, &len, &buf_dsc, priority_tag, string); in xsyslog()
Completed in 5 milliseconds