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

/macosx-10.10/libfs-13/
H A DFSFormatName.c255 struct statfs fsInfo; local
258 if (statfs((char *)buffer, &fsInfo) == 0) {
259 CFStringRef fsType = CFStringCreateWithCString(NULL, fsInfo.f_fstypename, kCFStringEncodingASCII);
261 encrypted = IsEncrypted(fsInfo.f_mntfromname);
263 formatName = FSCopyFormatNameForFSType(fsType, fsInfo.f_fssubtype, true, encrypted);
265 formatName = FSCopyFormatNameForFSType(fsType, fsInfo.f_reserved1, true, encrypted);
281 struct statfs fsInfo; local
283 if (statfs((char *)buffer, &fsInfo) == 0) {
284 CFStringRef fsType = CFStringCreateWithCString(NULL, fsInfo.f_fstypename, kCFStringEncodingASCII);
287 encrypted = IsEncrypted(fsInfo
[all...]
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclCmdAH.c1345 Tcl_Obj *fsInfo;
1350 fsInfo = Tcl_FSFileSystemInfo(objv[2]);
1351 if (fsInfo == NULL) {
1355 Tcl_SetObjResult(interp, fsInfo);
1332 Tcl_Obj *fsInfo; local
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclCmdAH.c1325 Tcl_Obj* fsInfo;
1329 fsInfo = Tcl_FSFileSystemInfo(objv[2]);
1330 if (fsInfo != NULL) {
1331 Tcl_SetObjResult(interp, fsInfo);
1313 Tcl_Obj* fsInfo; local
/macosx-10.10/msdosfs-209.1.1/userfs_plugin/
H A Dmsdosfs.c639 struct fsinfo *fsInfo = buffer_bytes(fsInfoBuffer); local
640 putuint32(fsInfo->fsinfree, volume->freeClusters);
1946 struct fsinfo *fsInfo = buffer_bytes(fsInfoBuffer); local
1947 if (!bcmp(fsInfo->fsisig1, "RRaA", 4) &&
1948 !bcmp(fsInfo->fsisig2, "rrAa", 4) &&
1949 !bcmp(fsInfo->fsisig3, "\0\0\125\252", 4))
1951 v->freeClusters = getuint32(fsInfo->fsinfree);
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c29004 struct statfs fsInfo; local
29532 struct statfs fsInfo; local
30982 struct statfs fsInfo; local
[all...]

Completed in 269 milliseconds