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

/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_ctx.c957 smbioc_tcon_t *tcon = NULL; local
966 tcon = malloc(sizeof (*tcon));
967 if (tcon == NULL)
969 bzero(tcon, sizeof (*tcon));
970 tcon->tc_flags = SMBLK_CREATE;
971 tcon->tc_opt = 0;
974 (void) strlcpy(tcon->tc_sh.sh_name, ctx->ct_origshare,
975 sizeof (tcon
[all...]

Completed in 23 milliseconds