HomeSort by: relevance | last modified time | path
    Searched defs:root_device (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/ppc/
sim_calls.c 51 static device *root_device; variable
67 if (root_device != NULL)
69 root_device = psim_tree();
72 if (psim_options (root_device, argv + 1, kind) == NULL)
101 simulator = psim_create(prog, root_device);
252 psim_command(root_device, argv);
sim_calls.c 51 static device *root_device; variable
67 if (root_device != NULL)
69 root_device = psim_tree();
72 if (psim_options (root_device, argv + 1, kind) == NULL)
101 simulator = psim_create(prog, root_device);
252 psim_command(root_device, argv);
  /src/external/gpl3/gdb.old/dist/sim/ppc/
sim_calls.c 51 static device *root_device; variable
67 if (root_device != NULL)
69 root_device = psim_tree();
72 if (psim_options (root_device, argv + 1, kind) == NULL)
101 simulator = psim_create(prog, root_device);
252 psim_command(root_device, argv);
sim_calls.c 51 static device *root_device; variable
67 if (root_device != NULL)
69 root_device = psim_tree();
72 if (psim_options (root_device, argv + 1, kind) == NULL)
101 simulator = psim_create(prog, root_device);
252 psim_command(root_device, argv);
  /src/sys/kern/
subr_device.c 43 device_t root_device; variable
subr_device.c 43 device_t root_device; variable
  /src/sbin/fdisk/
fdisk.c 305 char *root_device; local
310 (root_device = malloc(len)) == NULL ||
311 sysctl(mib, 2, root_device, &len, NULL, 0) == -1)
314 *diskp = root_device;
fdisk.c 305 char *root_device; local
310 (root_device = malloc(len)) == NULL ||
311 sysctl(mib, 2, root_device, &len, NULL, 0) == -1)
314 *diskp = root_device;

Completed in 50 milliseconds