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

/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_authsvc.h50 uint_t ctx_orawlen; member in struct:authsvc_context
H A Dsmbd_authsvc.c328 ctx->ctx_orawlen = smbd_authsvc_bufsize;
329 ctx->ctx_orawbuf = malloc(ctx->ctx_orawlen);
431 ctx->ctx_orawlen = smbd_authsvc_bufsize;
443 hdr.lmh_msglen = ctx->ctx_orawlen;
450 if (ctx->ctx_orawlen > 0) {
452 ctx->ctx_orawlen, 0);
453 if (len != ctx->ctx_orawlen) {
525 ctx->ctx_orawlen = sizeof (*er);
570 ctx->ctx_orawlen = 0;
823 ctx->ctx_orawlen
[all...]

Completed in 58 milliseconds