Lines Matching refs:LOG

58     LOG("> workDir = %s", workDir);
78 LOG("> currentDir = %s", currentDir);
97 LOG("> desName = %s", desName);
110 LOG("> File %s", file0);
112 LOG("> File %s", file1);
114 LOG("> File error %s", path);
119 LOG("> Dir %s", DIR0);
121 LOG("> Dir %s", dir1);
123 LOG("> Dir %s", dir2);
125 LOG("> Dir %s", dir3);
127 LOG("> File error %s", path);
155 LOG("> File %s", file0);
157 LOG("> File %s", file1);
159 LOG("> File %s", path);
164 LOG("> Dir %s", DIR0);
166 LOG("> Dir %s", dir1);
168 LOG("> Dir %s", dir2);
170 LOG("> Dir %s", dir3);
172 LOG("> File %s", path);
201 LOG("vfsBuf.f_bsize = %lu", vfsBuf.f_bsize); // File system block size.
202 LOG("vfsBuf.f_frsize = %lu", vfsBuf.f_frsize); // Fundamental file system block size.
203 LOG("vfsBuf.f_blocks = %lu", vfsBuf.f_blocks); // Total number of blocks on file system in units of f_frsize.
204 LOG("vfsBuf.f_bfree = %lu", vfsBuf.f_bfree); // Total number of free blocks.
205 LOG("vfsBuf.f_bavail = %lu", vfsBuf.f_bavail); // Number of free blocks available to non-privileged process.
206 LOG("vfsBuf.f_files = %lu", vfsBuf.f_files); // Total number of file serial numbers.
207 LOG("vfsBuf.f_ffree = %lu", vfsBuf.f_ffree); // Total number of free file serial numbers.
208 LOG("vfsBuf.f_favail = %lu", vfsBuf.f_favail); // Number of i-nodes available to unprivileged process.
209 LOG("vfsBuf.f_fsid = %lu", vfsBuf.f_fsid); // File system ID.
210 LOG("vfsBuf.f_flag = %lu", vfsBuf.f_flag); // Bit mask of f_flag values.
211 LOG("vfsBuf.f_namemax = %lu", vfsBuf.f_namemax); // Maximum filename length.
214 LOG("fsBuf.f_type = %lu", fsBuf.f_type); // Type of filesystem.
215 LOG("fsBuf.f_bsize = %lu", fsBuf.f_bsize); // Optimal transfer block size.
216 LOG("fsBuf.f_blocks = %lu", fsBuf.f_blocks); // Total data blocks in filesystem.
217 LOG("fsBuf.f_bfree = %lu", fsBuf.f_bfree); // Total data blocks in filesystem.
218 LOG("fsBuf.f_bavail = %lu", fsBuf.f_bavail); // Free blocks available to unprivileged user.
219 LOG("fsBuf.f_files = %lu", fsBuf.f_files); // Total file nodes in filesystem.
220 LOG("fsBuf.f_ffree = %lu", fsBuf.f_ffree); // Free file nodes in filesystem.
221 LOG("fsBuf.f_fsid.__val[0] = %d", fsBuf.f_fsid.__val[0]); // Filesystem ID.
222 LOG("fsBuf.f_fsid.__val[1] = %d", fsBuf.f_fsid.__val[1]); // Filesystem ID.
223 LOG("fsBuf.f_namelen = %ld", fsBuf.f_namelen); // Maximum length of filenames.