Lines Matching refs:root
7 * GK 2/5/95 - Changed to support mounting root fs via NFS
337 static int __init xbc_snprint_cmdline(char *buf, size_t size, struct xbc_node *root)
344 xbc_node_for_each_key_value(root, knode, val)
346 ret = xbc_node_compose_key_after(root, knode, xbc_namebuf, XBC_KEYLEN_MAX);
377 struct xbc_node *root;
381 root = xbc_find_node(key);
382 if (!root) {
387 len = xbc_snprint_cmdline(NULL, 0, root);
398 ret = xbc_snprint_cmdline(new_cmdline, len + 1, root);
700 * between the root thread and the init thread may cause start_kernel to
701 * be reaped by free_initmem before the root thread has proceeded to