Lines Matching defs:root
7 * GK 2/5/95 - Changed to support mounting root fs via NFS
325 struct xbc_node *root)
332 xbc_node_for_each_key_value(root, knode, val) {
333 ret = xbc_node_compose_key_after(root, knode,
362 struct xbc_node *root;
366 root = xbc_find_node(key);
367 if (!root)
371 len = xbc_snprint_cmdline(NULL, 0, root);
381 ret = xbc_snprint_cmdline(new_cmdline, len + 1, root);
671 * between the root thread and the init thread may cause start_kernel to
672 * be reaped by free_initmem before the root thread has proceeded to