Searched refs:module (Results 101 - 125 of 251) sorted by relevance

1234567891011

/haiku/src/add-ons/kernel/drivers/network/ether/attansic_l2/dev/mii/
H A Dukphy_subr.c45 #include <sys/module.h>
/haiku/src/add-ons/kernel/drivers/network/ether/broadcom570x/dev/mii/
H A Dukphy_subr.c45 #include <sys/module.h>
/haiku/src/add-ons/kernel/drivers/network/ether/dec21xxx/dev/mii/
H A Dukphy_subr.c45 #include <sys/module.h>
/haiku/src/add-ons/kernel/drivers/network/ether/marvell_yukon/dev/mii/
H A Dukphy_subr.c45 #include <sys/module.h>
/haiku/src/add-ons/kernel/drivers/network/ether/nforce/dev/mii/
H A Dukphy_subr.c45 #include <sys/module.h>
/haiku/src/add-ons/kernel/drivers/network/ether/pcnet/dev/mii/
H A Dukphy_subr.c45 #include <sys/module.h>
/haiku/src/add-ons/kernel/drivers/network/ether/sis19x/dev/mii/
H A Dukphy_subr.c45 #include <sys/module.h>
/haiku/src/add-ons/kernel/drivers/network/ether/sis900/dev/mii/
H A Dukphy_subr.c45 #include <sys/module.h>
/haiku/src/add-ons/kernel/drivers/network/ether/syskonnect/dev/mii/
H A Dukphy_subr.c45 #include <sys/module.h>
/haiku/src/add-ons/kernel/drivers/network/ether/via_rhine/dev/mii/
H A Dukphy_subr.c45 #include <sys/module.h>
/haiku/src/add-ons/kernel/drivers/network/ether/vt612x/dev/mii/
H A Dukphy_subr.c45 #include <sys/module.h>
/haiku/src/libs/compat/freebsd_network/
H A Dfbsd_usb_lookup.c36 #include <sys/module.h>
/haiku/src/add-ons/kernel/file_cache/
H A Dlog.cpp216 cache_module_info *module = sCacheModule; local
218 // unset previous module
223 put_module(module->info.name);
226 // get new module, if any
239 TRACE(("log_control: set module %s!\n", name));
241 status_t status = get_module(name, (module_info **)&module);
243 sCacheModule = module;
392 mutex_init(&sLock, "log cache module");
/haiku/src/kits/debugger/dwarf/
H A DTagNames.cpp45 ENTRY(module),
/haiku/src/add-ons/kernel/network/stack/
H A Ddatalink.cpp209 // #pragma mark - datalink module
437 net_protocol_module_info* module = protocol != NULL
438 ? protocol->module : domain->module;
441 domain = protocol->module->get_domain(protocol);
457 status = module->send_routed_data(protocol, route, buffer);
682 protocol->device_module = interface->device->module;
923 status_t status = interface->device->module->set_mtu(
938 = interface->device->module->set_media(
945 status = interface->device->module
[all...]
/haiku/headers/private/net/
H A Dnet_stack.h9 #include <module.h>
98 struct net_protocol_module_info* module,
H A Dnet_buffer.h11 #include <module.h>
/haiku/src/add-ons/kernel/bus_managers/agp_gart/
H A Dagp_gart.cpp119 Aperture(agp_gart_bus_module_info *module, void *aperture);
417 Aperture::Aperture(agp_gart_bus_module_info *module, void *aperture) argument
419 fModule(module),
849 // #pragma mark - AGP module interface
947 // #pragma mark - GART module interface
966 agp_gart_bus_module_info *module; local
967 if (get_module(name, (module_info **)&module) == B_OK) {
969 status = module->create_aperture(bus, device, function, size,
976 aperture = new(std::nothrow) Aperture(module, privateAperture);
997 map_custom_aperture(gart_bus_module_info *module, addr_ argument
[all...]
/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DModule.cpp252 module_info* module; local
253 return get_module(B_ACPI_MODULE_NAME, &module);
254 // this serializes our module initialization
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A Dtcp.cpp550 return protocol->next->module->control(protocol->next, level, option,
564 return protocol->next->module->getsockopt(protocol->next, level, option,
594 return protocol->next->module->setsockopt(protocol->next, level, option,
668 return protocol->next->module->get_domain(protocol->next);
675 return protocol->next->module->get_mtu(protocol->next, address);
/haiku/src/tests/system/kernel/device_manager/playground/
H A Ddevice_manager.h11 #include <module.h>
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_alq.c39 #include <sys/module.h>
H A Dif_ath_led.c68 #include <sys/module.h>
/haiku/headers/os/drivers/
H A Ddevice_manager.h11 #include <module.h>
/haiku/src/add-ons/kernel/drivers/network/ether/3com/dev/mii/
H A Dbmtphy.c72 #include <sys/module.h>

Completed in 151 milliseconds

1234567891011