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

/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_ssnsetup.c491 (void) smbfs_md_get_string(mbp, &ctx->ct_srv_OS, uc);
495 if (!reported && ctx->ct_srv_OS != NULL && ctx->ct_srv_LM != NULL) {
498 ctx->ct_srv_OS, ctx->ct_srv_LM);
500 ctx->ct_srv_OS, ctx->ct_srv_LM);
507 if (ctx->ct_srv_OS &&
508 0 == strncmp(ctx->ct_srv_OS, "Windows ", 8)) {
H A Dsmbfs_lib.h129 char *ct_srv_OS; member in struct:smb_ctx
H A Dsmbfs_ctx.c285 if (ctx->ct_srv_OS) {
286 free(ctx->ct_srv_OS);
287 ctx->ct_srv_OS = NULL;

Completed in 25 milliseconds