Home
last modified time | relevance | path

Searched refs:SMBL_SHARE (Results 1 – 10 of 10) sorted by relevance

/trueos/contrib/smbfs/smbutil/
HDlogin.c60 if (smb_ctx_init(ctx, argc, argv, SMBL_VC, SMBL_SHARE, SMB_ST_ANY) != 0) in cmd_login()
102 case SMBL_SHARE: in cmd_login()
115 level == SMBL_SHARE ? "@" : "", in cmd_login()
116 level == SMBL_SHARE ? ctx->ct_sh.ioc_share : ""); in cmd_login()
128 if (smb_ctx_init(ctx, argc, argv, SMBL_VC, SMBL_SHARE, SMB_ST_ANY) != 0) in cmd_logout()
179 case SMBL_SHARE: in cmd_logout()
HDprint.c69 if (smb_ctx_init(ctx, argc, argv, SMBL_SHARE, SMBL_SHARE, SMB_ST_PRINTER) != 0) in cmd_print()
104 error = smb_ctx_lookup(ctx, SMBL_SHARE, SMBLK_CREATE); in cmd_print()
HDview.c104 error = smb_ctx_lookup(ctx, SMBL_SHARE, SMBLK_CREATE); in cmd_view()
/trueos/contrib/smbfs/mount_smbfs/
HDmount_smbfs.c131 if (smb_ctx_init(ctx, argc, argv, SMBL_SHARE, SMBL_SHARE, SMB_ST_DISK) != 0) in main()
271 error = smb_ctx_lookup(ctx, SMBL_SHARE, SMBLK_CREATE); in main()
/trueos/sys/netsmb/
HDsmb_dev.c218 sdp->sd_level = SMBL_SHARE; in nsmb_dev_ioctl()
260 } else if (fl->ioc_level == SMBL_SHARE) { in nsmb_dev_ioctl()
303 sdp->sd_level = SMBL_SHARE; in nsmb_dev_ioctl()
HDsmb_usr.c134 if (dp->ioc_level < SMBL_VC || dp->ioc_level > SMBL_SHARE) in smb_usr_lookup()
142 if (dp->ioc_level >= SMBL_SHARE) { in smb_usr_lookup()
HDsmb_conn.h34 #define SMBL_SHARE 2 macro
HDsmb_rq.c295 case SMBL_SHARE: in smb_rq_getenv()
HDsmb_conn.c766 smb_co_init(SSTOCP(ssp), SMBL_SHARE, "smbss ilock", "smbss"); in smb_share_create()
/trueos/contrib/smbfs/lib/smb/
HDctx.c239 if (*p != 0 && ctx->ct_maxlevel < SMBL_SHARE) { in smb_ctx_parseunc()
251 if (*p1 == 0 && ctx->ct_minlevel >= SMBL_SHARE) { in smb_ctx_parseunc()
371 ctx->ct_parsedlevel = SMBL_SHARE; in smb_ctx_setshare()
520 if (ctx->ct_minlevel >= SMBL_SHARE && sh->ioc_share[0] == 0) { in smb_ctx_resolve()