Searched refs:central (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/share/man/man4/man4.sparc64/
H A DMakefile4 central.4 \
/freebsd-10.1-release/sys/sparc64/fhc/
H A Dfhc.c124 EARLY_DRIVER_MODULE(fhc, central, fhc_driver, fhc_devclass, 0, 0,
126 MODULE_DEPEND(fhc, central, 1, 1, 1);
171 int central; local
179 central = 0;
180 if (strcmp(device_get_name(device_get_parent(dev)), "central") == 0)
181 central = 1;
194 if (central != 0) {
222 if (central == 0)
238 * of central(4) is indented to be used, otherwise we would have
242 if (central
[all...]
/freebsd-10.1-release/sys/sparc64/central/
H A Dcentral.c103 "central",
110 EARLY_DRIVER_MODULE(central, nexus, central_driver, central_devclass, 0, 0,
113 MODULE_VERSION(central, 1);
119 if (strcmp(ofw_bus_get_name(dev), "central") == 0) {
120 device_set_desc(dev, "central");
/freebsd-10.1-release/sys/sparc64/conf/
H A DGENERIC82 device central
/freebsd-10.1-release/contrib/bmake/mk/
H A Dlib.mk583 # during building we usually need/want to install libs somewhere central

Completed in 114 milliseconds