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

/macosx-10.10.1/smb-759.0/rpcwrappers/
H A Dnetshareenum.cpp53 struct statfs *smb_getfsstat(int *fs_cnt) argument
59 *fs_cnt = getfsstat(NULL, bufsize, MNT_NOWAIT);
60 if (*fs_cnt <= 0)
62 bufsize = *fs_cnt * (int)sizeof(*fs);
67 *fs_cnt = getfsstat(fs, bufsize, MNT_NOWAIT);
68 if (*fs_cnt < 0) {
69 *fs_cnt = 0;
121 u_int16_t shareType, struct statfs *fs, int fs_cnt)
156 if (SMBCheckForAlreadyMountedShare(inConnection, shareName, currDict, fs, fs_cnt) == EEXIST) {
220 int fs_cnt local
118 addShareToDictionary(SMBHANDLE inConnection, CFMutableDictionaryRef shareDict, CFStringRef shareName, CFStringRef comments, u_int16_t shareType, struct statfs *fs, int fs_cnt) argument
[all...]
/macosx-10.10.1/smb-759.0/smbutil/
H A Dcommon.h51 struct statfs *smb_getfsstat(int *fs_cnt);
H A Dstatshares.c338 int fs_cnt = 0; local
342 fs = smb_getfsstat(&fs_cnt);
343 if (!fs || fs_cnt < 0)
346 for (i = 0; i < fs_cnt; i++, fs++) {
/macosx-10.10.1/smb-759.0/lib/smbclient/
H A Dsmbclient_internal.h137 * @fs_cnt - Number of file systems
147 int fs_cnt)
H A Dutil.c300 struct statfs *fs, int fs_cnt)
319 return already_mounted(hContext, ShareName, fs, fs_cnt, mdictRef, 0);
298 SMBCheckForAlreadyMountedShare(SMBHANDLE inConnection, CFStringRef shareRef, CFMutableDictionaryRef mdictRef, struct statfs *fs, int fs_cnt) argument
/macosx-10.10.1/smb-759.0/lib/
H A Dlibtest.c1191 static struct statfs *smblib_getfsstat(int *fs_cnt) argument
1197 *fs_cnt = getfsstat(NULL, bufsize, MNT_NOWAIT);
1198 if (*fs_cnt <= 0)
1200 bufsize = *fs_cnt * (int)sizeof(*fs);
1205 *fs_cnt = getfsstat(fs, bufsize, MNT_NOWAIT);
1206 if (*fs_cnt < 0) {
1207 *fs_cnt = 0;
1218 int fs_cnt = 0; local
1220 struct statfs *fs = smblib_getfsstat(&fs_cnt); /* Get the list of mounted volumes */
1228 for (ii = 0; ii < fs_cnt; i
[all...]
/macosx-10.10.1/smb-759.0/include/netsmb/
H A Dsmb_lib.h161 int fs_cnt, CFMutableDictionaryRef mdict, int requestMntFlags);
/macosx-10.10.1/smb-759.0/lib/smb/
H A Dctx.c222 static struct statfs *smb_getfsstat(int *fs_cnt) argument
228 *fs_cnt = getfsstat(NULL, bufsize, MNT_NOWAIT);
229 if (*fs_cnt <= 0)
231 bufsize = *fs_cnt * (int)sizeof(*fs);
236 *fs_cnt = getfsstat(fs, bufsize, MNT_NOWAIT);
237 if (*fs_cnt < 0) {
238 *fs_cnt = 0;
280 int fs_cnt, CFMutableDictionaryRef mdict, int requestMntFlags)
290 for (ii = 0; ii < fs_cnt; ii++, fs++) {
2711 int fs_cnt local
279 already_mounted(struct smb_ctx *ctx, char *UppercaseShareName, struct statfs *fs, int fs_cnt, CFMutableDictionaryRef mdict, int requestMntFlags) argument
[all...]

Completed in 300 milliseconds