Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dnb.c126 if (ctx->nb_scope) in nb_ctx_done()
127 free(ctx->nb_scope); in nb_ctx_done()
211 if (ctx->nb_scope) in nb_ctx_setscope()
212 free(ctx->nb_scope); in nb_ctx_setscope()
213 ctx->nb_scope = malloc(slen + 1); in nb_ctx_setscope()
214 if (ctx->nb_scope == NULL) in nb_ctx_setscope()
216 nls_str_upper(ctx->nb_scope, scope); in nb_ctx_setscope()
H A Dnbns_rq.c201 nn.nn_scope = ctx->nb_scope; in nbns_resolvename()
284 nn.nn_scope = ctx->nb_scope; in nbns_getnodestatus()
/illumos-gate/usr/src/lib/libsmbfs/netsmb/
H A Dnb_lib.h70 char *nb_scope; /* NetBIOS scope */ member