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

/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dnb.c126 if (ctx->nb_scope)
127 free(ctx->nb_scope);
211 if (ctx->nb_scope)
212 free(ctx->nb_scope);
213 ctx->nb_scope = malloc(slen + 1);
214 if (ctx->nb_scope == NULL)
216 nls_str_upper(ctx->nb_scope, scope);
H A Dnb_ssn.c295 lcl.nn_scope = ctx->ct_nb->nb_scope;
300 srv.nn_scope = ctx->ct_nb->nb_scope;
H A Dnbns_rq.c201 nn.nn_scope = ctx->nb_scope;
284 nn.nn_scope = ctx->nb_scope;
/illumos-gate/usr/src/lib/libsmbfs/netsmb/
H A Dnb_lib.h70 char *nb_scope; /* NetBIOS scope */ member in struct:nb_ctx

Completed in 77 milliseconds