Home
last modified time | relevance | path

Searched refs:SVCCTL_SECURITY_BUFSIZE (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsvcctl_svc.c46 #define SVCCTL_SECURITY_BUFSIZE 256 macro
453 if (param->buf_size < SVCCTL_SECURITY_BUFSIZE) { in svcctl_s_QueryServiceSecurity()
454 bytes_needed = SVCCTL_SECURITY_BUFSIZE; in svcctl_s_QueryServiceSecurity()
459 param->buffer = NDR_MALLOC(mxa, SVCCTL_SECURITY_BUFSIZE); in svcctl_s_QueryServiceSecurity()
465 bzero(param->buffer, sizeof (SVCCTL_SECURITY_BUFSIZE)); in svcctl_s_QueryServiceSecurity()
466 param->buf_size = SVCCTL_SECURITY_BUFSIZE; in svcctl_s_QueryServiceSecurity()