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

/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbss_log.c371 struct dsc$descriptor_s buf_dsc; local
402 buf_dsc.dsc$b_dtype = DSC$K_DTYPE_T;
403 buf_dsc.dsc$b_class = DSC$K_CLASS_S;
404 buf_dsc.dsc$a_pointer = buf;
405 buf_dsc.dsc$w_length = sizeof(buf) - 1;
407 lib$sys_fao(&fao_cmd, &len, &buf_dsc, priority_tag, string);

Completed in 100 milliseconds