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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dcifs_dfs_ref.c52 * cifs_get_share_name - extracts share name from UNC
53 * @node_name: pointer to UNC string
55 * Extracts sharename form full UNC.
56 * i.e. strips from UNC trailing path that is not part of share
65 char *UNC; local
69 UNC = kmalloc(len+2 /*for term null and additional \ if it's missed */,
71 if (!UNC)
76 UNC[0] = '\\';
77 strncpy(UNC+1, node_name, len);
79 UNC[le
[all...]
H A Dconnect.c65 char *UNC; member in struct:smb_vol
757 /* extract the host portion of the UNC string */
1016 vol->UNC = kmalloc(temp_len+1, GFP_KERNEL);
1017 if (vol->UNC == NULL)
1019 strcpy(vol->UNC, value);
1020 if (strncmp(vol->UNC, "//", 2) == 0) {
1021 vol->UNC[0] = '\\';
1022 vol->UNC[1] = '\\';
1023 } else if (strncmp(vol->UNC, "\\\\", 2) != 0) {
1025 "CIFS: UNC Pat
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/script/tests/
H A Dtest_smbtorture_s3.sh7 Usage: test_smbtorture_s3.sh UNC USERNAME PASSWORD <first> <smbtorture args>
H A Dtest_posix_s3.sh7 Usage: test_posix_s3.sh UNC USERNAME PASSWORD <first> <smbtorture args>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/
H A Djre-1_5_0_15-linux-i586.bin[all...]

Completed in 199 milliseconds