Displaying 2 results from an estimated 2 matches for "dump_param".
Did you mean:
  dump_params
  
2005 Jun 05
0
fancy dump_fs for nfsmount
...tf (" ");
+		}
+		for (i = done; i < done + 16; i++) {
+			if (i < len) 
+				printf ("%c", isprint(buf[i]) ? buf[i] : '.');
+			if (i % 4 == 3) printf (" ");
+		}
+		printf ("\n");
+		done += 16;
+	}
+}
+#endif NFS_DEBUG
+
+
 static inline void dump_params(__u32 server,
 			       const char *path,
 			       const struct nfs_mount_data *data)
@@ -122,23 +149,7 @@
 static inline void dump_fh(const char *data, int len)
 {
 #ifdef NFS_DEBUG
-	int i = 0;
-	int max = len - (len % 8);
-
-	printf("Root file handle: %d bytes\n", NFS2_FHSIZE);
-
-...
2011 Jul 08
4
[PATCH 0/4] usr/kinit checkpatch
Various coding style fixes checkpatch warns about.
The goal is not to be 100% checkpatch compliant,
but to have more consistent coding style.
As this is a trivial patch serie, will land in 24 hours in klibc git,
unless of course ml review hits a bugger.
Checked with size(3) that the generated kinit, fstype, ipconfig and
nfsmount are the same.
maximilian attems (4):
  [klibc] ipconfig: reduce