Searched refs:SVCCTL_SECURITY_BUFSIZE (Results 1 – 1 of 1) sorted by relevance
46 #define SVCCTL_SECURITY_BUFSIZE 256 macro453 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()