Searched refs:service (Results 1 - 25 of 46) sorted by last modified time

12

/haiku/src/system/kernel/platform/openfirmware/
H A Dopenfirmware.cpp573 /** tests if the given service is missing
577 of_test(const char *service) argument
583 const char *service; member in struct:__anon28
585 } args = {"test", 1, 1, service, 0};
/haiku/headers/private/kernel/platform/openfirmware/
H A Dopenfirmware.h83 extern intptr_t of_test(const char *service);
/haiku/src/servers/launch/
H A DLaunchDaemon.cpp198 void _AddJob(Target* target, bool service,
1304 info.SetBool("service", job->IsService());
1480 for (int32 index = 0; message.FindMessage("service", index,
1579 LaunchDaemon::_AddJob(Target* target, bool service, BMessage& message) argument
1597 job->SetService(service);
1598 job->SetCreateDefaultPort(service);
1609 job->SetCreateDefaultPort(!message.GetBool("legacy", !service));
H A DJob.cpp127 Job::SetService(bool service) argument
129 fService = service;
H A DJob.h54 void SetService(bool service);
/haiku/src/system/kernel/events/
H A DNotifications.cpp36 NotificationListener::EventOccurred(NotificationService& service, argument
43 NotificationListener::AllListenersNotified(NotificationService& service) argument
117 UserMessagingListener::EventOccurred(NotificationService& service, argument
125 UserMessagingListener::AllListenersNotified(NotificationService& service) argument
416 DefaultUserNotificationService::EventOccurred(NotificationService& service, argument
439 NotificationService& service)
510 NotificationManager::RegisterService(NotificationService& service) argument
514 if (_ServiceFor(service.Name()))
517 status_t status = fServiceHash.Insert(&service);
519 service
438 AllListenersNotified( NotificationService& service) argument
526 UnregisterService(NotificationService& service) argument
552 NotificationService* service = _ServiceFor(serviceName); local
581 NotificationService* service = _ServiceFor(serviceName); local
597 NotificationService* service = _ServiceFor(serviceName); local
[all...]
/haiku/src/system/kernel/
H A Dmodule.cpp216 virtual void EventOccurred(NotificationService& service,
225 virtual void EventOccurred(NotificationService& service,
1198 DirectoryWatcher::EventOccurred(NotificationService& service, argument
1238 ModuleWatcher::EventOccurred(NotificationService& service, const KMessage* event) argument
H A Dsystem_info.cpp87 mutex_init(&fLock, "system notification service");
237 virtual void EventOccurred(NotificationService& service, argument
566 panic("system_info_init(): Failed to init system notification service");
/haiku/src/system/kernel/debug/
H A Dsystem_profiler.cpp70 virtual void EventOccurred(NotificationService& service,
611 SystemProfiler::EventOccurred(NotificationService& service, argument
618 if (strcmp(service.Name(), "teams") == 0) {
657 } else if (strcmp(service.Name(), "threads") == 0) {
678 } else if (strcmp(service.Name(), "images") == 0) {
696 } else if (strcmp(service.Name(), "I/O") == 0) {
/haiku/src/system/kernel/device_manager/
H A Dlegacy_drivers.cpp210 virtual void EventOccurred(NotificationService& service,
219 virtual void EventOccurred(NotificationService& service,
802 DriverWatcher::EventOccurred(NotificationService& service, argument
1059 DirectoryWatcher::EventOccurred(NotificationService& service, argument
/haiku/src/kits/network/libnetapi/
H A DNetworkAddress.cpp66 BNetworkAddress::BNetworkAddress(const char* host, const char* service, argument
69 fStatus = SetTo(host, service, flags);
81 const char* service, uint32 flags)
83 fStatus = SetTo(family, host, service, flags);
188 BNetworkAddress::SetTo(const char* host, const char* service, uint32 flags) argument
191 = BNetworkAddressResolver::Resolve(host, service, flags);
243 BNetworkAddress::SetTo(int family, const char* host, const char* service, argument
247 if (service != NULL)
254 = BNetworkAddressResolver::Resolve(family, host, service, flags);
1059 // TODO: implement service looku
80 BNetworkAddress(int family, const char* host, const char* service, uint32 flags) argument
[all...]
/haiku/headers/os/net/
H A DNetworkAddress.h25 const char* service, uint32 flags = 0);
29 const char* service, uint32 flags = 0);
49 status_t SetTo(const char* address, const char* service,
54 const char* service, uint32 flags = 0);
76 status_t SetPort(const char* service);
/haiku/src/add-ons/kernel/network/dns_resolver/kernel_add_on/
H A Ddns_resolver.cpp126 GetAddrInfo(const char* node, const char* service, argument
130 uint32 serviceSize = service != NULL ? strlen(service) + 1 : 1;
144 if (service != NULL)
145 strcpy(buffer + off, service);
/haiku/src/add-ons/kernel/network/dns_resolver/server/
H A Dmain.cpp107 const char* service = buffer[nodeSize] == '\0' ? NULL : buffer + nodeSize; local
108 uint32 serviceSize = service != NULL ? strlen(service) + 1 : 1;
114 status_t result = getaddrinfo(node, service, hints, &ai);
/haiku/src/system/kernel/disk_device_manager/
H A DKDiskDeviceManager.cpp121 virtual void EventOccurred(NotificationService& service, argument
143 virtual void EventOccurred(NotificationService& service, argument
/haiku/src/preferences/network/
H A DServiceView.cpp38 BStringView* titleView = new BStringView("service", title);
136 BMessage service; local
137 if (settings.GetMessage(service) == B_OK)
138 fSettings.AddService(service);
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DFileSystem.cpp101 virtual void EventOccurred(NotificationService& service, argument
/haiku/headers/private/kernel/
H A DNotifications.h36 virtual void EventOccurred(NotificationService& service,
39 NotificationService& service);
74 virtual void EventOccurred(NotificationService& service,
77 NotificationService& service);
189 virtual void EventOccurred(NotificationService& service,
192 NotificationService& service);
204 status_t RegisterService(NotificationService& service);
206 NotificationService& service);
208 status_t AddListener(const char* service,
211 status_t AddListener(const char* service,
[all...]
/haiku/src/preferences/bluetooth/
H A DBluetoothSettingsView.cpp206 uint16 service)
210 fSettings.SetLocalDeviceClass(DeviceClass(major, minor, service));
205 _SetDeviceClass(uint8 major, uint8 minor, uint16 service) argument
H A DBluetoothSettingsView.h36 uint16 service);
/haiku/src/add-ons/kernel/drivers/network/wlan/broadcom43xx/dev/bwi/
H A Dif_bwi.c961 * Set service timeout and request timeout
2868 int len, service, pkt_bitlen; local
2873 service = IEEE80211_PLCP_SERVICE_LOCKED;
2878 * PLCP service field needs to be adjusted,
2883 service |= IEEE80211_PLCP_SERVICE_LENEXT7;
2887 plcp->i_service = service;
/haiku/src/servers/net/
H A DServices.cpp33 struct service* owner;
50 struct service { struct
60 ~service();
61 bool operator!=(const struct service& other) const;
62 bool operator==(const struct service& other) const;
79 service::~service()
92 service::operator!=(const struct service& other) const
99 service
238 _StartService(struct service& service) argument
300 _StopService(struct service* service) argument
338 _ToService(const BMessage& message, struct service*& service) argument
383 struct service* service; local
408 struct service* service = iterator->second; local
420 _LaunchService(struct service& service, int socket) argument
[all...]
/haiku/src/bin/network/netstat/
H A Dnetstat.cpp83 servent* service = NULL; local
87 service = getservbyport(address.sin_port, NULL);
102 if (service != NULL)
103 strlcpy(port, service->s_name, sizeof(port));
/haiku/src/system/boot/loader/net/
H A DEthernet.cpp207 // find a service handling this kind of packet
210 EthernetSubService *service = fServices.ElementAt(i); local
211 if (service->EthernetProtocol() == ntohs(header->type)) {
212 service->HandleEthernetPacket(this, header->destination,
223 EthernetService::RegisterEthernetSubService(EthernetSubService *service) argument
225 return (service && fServices.Add(service) == B_OK);
230 EthernetService::UnregisterEthernetSubService(EthernetSubService *service) argument
232 return (service && fServices.Remove(service) >
[all...]
/haiku/headers/private/kernel/boot/net/
H A DNetDefs.h148 uint8 type_of_service; // type of service
223 // net service names
246 if (NetService *service = FindSubNetService(name))
247 return static_cast<ServiceType*>(service);

Completed in 175 milliseconds

12