Home
last modified time | relevance | path

Searched full:service (Results 1 – 25 of 2710) sorted by relevance

12345678910>>...109

/freebsd/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_core.c168 vchiq_set_service_state(VCHIQ_SERVICE_T *service, int newstate) in vchiq_set_service_state() argument
171 service->state->id, service->localport, in vchiq_set_service_state()
172 srvstate_names[service->srvstate], in vchiq_set_service_state()
174 service->srvstate = newstate; in vchiq_set_service_state()
180 VCHIQ_SERVICE_T *service; in find_service_by_handle() local
183 service = handle_to_service(handle); in find_service_by_handle()
184 if (service && (service->srvstate != VCHIQ_SRVSTATE_FREE) && in find_service_by_handle()
185 (service->handle == handle)) { in find_service_by_handle()
186 BUG_ON(service->ref_count == 0); in find_service_by_handle()
187 service->ref_count++; in find_service_by_handle()
[all …]
H A Dvchiq_shim.c102 SHIM_SERVICE_T *service = (SHIM_SERVICE_T *)handle; in vchi_msg_peek() local
109 if (vchiu_queue_is_empty(&service->queue)) in vchi_msg_peek()
112 header = vchiu_queue_peek(&service->queue); in vchi_msg_peek()
134 SHIM_SERVICE_T *service = (SHIM_SERVICE_T *)handle; in vchi_msg_remove() local
137 header = vchiu_queue_pop(&service->queue); in vchi_msg_remove()
139 vchiq_release_message(service->handle, header); in vchi_msg_remove()
165 SHIM_SERVICE_T *service = (SHIM_SERVICE_T *)handle; in vchi_msg_queue() local
173 status = vchiq_queue_message(service->handle, &element, 1); in vchi_msg_queue()
181 status = vchiq_queue_message(service->handle, &element, 1); in vchi_msg_queue()
208 SHIM_SERVICE_T *service = (SHIM_SERVICE_T *)handle; in vchi_bulk_queue_receive() local
[all …]
H A Dvchiq_if.h47 #define VCHIQ_GET_SERVICE_USERDATA(service) vchiq_get_service_userdata(service) argument
48 #define VCHIQ_GET_SERVICE_FOURCC(service) vchiq_get_service_fourcc(service) argument
51 VCHIQ_SERVICE_OPENED, /* service, -, - */
52 VCHIQ_SERVICE_CLOSED, /* service, -, - */
53 VCHIQ_MESSAGE_AVAILABLE, /* service, header, - */
54 VCHIQ_BULK_TRANSMIT_DONE, /* service, -, bulk_userdata */
55 VCHIQ_BULK_RECEIVE_DONE, /* service, -, bulk_userdata */
56 VCHIQ_BULK_TRANSMIT_ABORTED, /* service, -, bulk_userdata */
57 VCHIQ_BULK_RECEIVE_ABORTED /* service, -, bulk_userdata */
138 extern VCHIQ_STATUS_T vchiq_close_service(VCHIQ_SERVICE_HANDLE_T service);
[all …]
H A Dvchiq_arm.c101 VCHIQ_SERVICE_T *service; member
240 completion->service_userdata = user_service->service; in add_completion()
246 lock_service(user_service->service); in add_completion()
281 VCHIQ_SERVICE_T *service; in service_callback() local
288 service = handle_to_service(handle); in service_callback()
289 BUG_ON(!service); in service_callback()
290 user_service = (USER_SERVICE_T *)service->base.userdata; in service_callback()
297 "service_callback - service %lx(%d,%p), reason %d, header %lx, " in service_callback()
300 service->localport, user_service->userdata, in service_callback()
405 user_service->service->handle); in close_delivered()
[all …]
/freebsd/lib/libcasper/libcasper/
H A Dservice.c55 * Currently there is only one service_connection per service.
57 * per one service instance, but it has to be carefully designed.
58 * The problem is that we may restrict/sandbox service instance according
62 * clients and compromise of this service instance by one of its clients
67 * Client connections to the given service.
78 struct service { struct
87 struct service * argument
91 struct service *service; in service_alloc() local
93 service = malloc(sizeof(*service)); in service_alloc()
94 if (service == NULL) in service_alloc()
[all …]
H A Dlibcasper_impl.h41 struct service;
47 /* Private service functions. */
48 struct service *service_alloc(const char *name,
51 void service_free(struct service *service);
52 void service_message(struct service *service,
54 void service_start(struct service *service, int sock, int procfd);
55 const char *service_name(struct service *service);
56 int service_get_channel_flags(struct service *service);
58 /* Private service connection functions. */
59 struct service_connection *service_connection_add(struct service *service,
[all …]
/freebsd/usr.sbin/inetd/
H A Dinetd.855 of its sockets, it decides what service the socket
56 corresponds to, and invokes a program to service the request.
57 The server program is invoked with the service socket
89 is required for each service in
92 a TCP-based service would need two entries,
104 Specify the default maximum number of times a service can be invoked
106 May be overridden on a per-service basis with the
110 simultaneous invocations of each service;
112 May be overridden on a per-service basis with the "max-child"
121 Specify the maximum number of times a service can be invoked
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DBIO_parse_hostserv.pod7 - utility routines to parse a standard host and service string
16 int BIO_parse_hostserv(const char *hostserv, char **host, char **service,
22 create strings with the hostname and service name and give those
23 back via B<host> and B<service>. Those will need to be freed after
25 be interpreted primarily as a hostname or a service name in ambiguous
30 host + ':' + service
33 ':' + service
34 '*' + ':' + service
36 service
41 The service part can be a service name or its port number. A service name
[all …]
/freebsd/secure/lib/libcrypto/man/man3/
H A DBIO_parse_hostserv.3142 \&\- utility routines to parse a standard host and service string
151 \& int BIO_parse_hostserv(const char *hostserv, char **host, char **service,
157 create strings with the hostname and service name and give those
158 back via \fBhost\fR and \fBservice\fR. Those will need to be freed after
160 be interpreted primarily as a hostname or a service name in ambiguous
166 \& host + \*(Aq:\*(Aq + service
169 \& \*(Aq:\*(Aq + service
170 \& \*(Aq*\*(Aq + \*(Aq:\*(Aq + service
172 \& service
178 The service part can be a service name or its port number. A service name
[all …]
/freebsd/sys/dev/qat/qat_common/
H A Dadf_init.c42 adf_service_add(struct service_hndl *service) in adf_service_add() argument
45 list_add(&service->list, &service_table); in adf_service_add()
50 adf_service_register(struct service_hndl *service) in adf_service_register() argument
52 memset(service->init_status, 0, sizeof(service->init_status)); in adf_service_register()
53 memset(service->start_status, 0, sizeof(service->start_status)); in adf_service_register()
54 adf_service_add(service); in adf_service_register()
59 adf_service_remove(struct service_hndl *service) in adf_service_remove() argument
62 list_del(&service->list); in adf_service_remove()
67 adf_service_unregister(struct service_hndl *service) in adf_service_unregister() argument
71 for (i = 0; i < ARRAY_SIZE(service->init_status); i++) { in adf_service_unregister()
[all …]
/freebsd/usr.sbin/service/
H A Dservice.829 .Nm service
142 These are some examples of the most common service commands.
146 Enable a service, then start it:
148 service sshd enable
149 service sshd start
152 Stop a service, then disable it:
154 service sshd stop
155 service sshd disable
158 Start a service which is not enabled:
160 service sshd onestart
[all …]
/freebsd/usr.sbin/bluetooth/sdpd/
H A Dsdpd.832 .Nd Bluetooth Service Discovery Protocol daemon
43 and responds to Service Discovery inquiries from the remote Bluetooth devices.
45 In order to use any service remote Bluetooth device need to send Service
46 Search and Service Attribute or Service Search Attribute request over
50 daemon will try to find matching Service Record in its Service Database
53 information and will make a separate connection in order to use the service.
59 Operation like service registration, service removal and service change are
63 Service Database with
119 Such assignment should be done at service registration time.
121 Requests to register, remove or change service can only be made via the
[all …]
/freebsd/contrib/wpa/wpa_supplicant/
H A DREADME-P2P76 [delay=<search delay in ms>] [seek=<service name>] [freq=<MHz>]
99 for a P2PS service. For example,
106 Service Name - Mandatory UTF-8 string for ASP seeks
107 Service name must match the remote service being advertised exactly
109 Service name may be empty, in which case all ASP services will be
112 Multiple service names may be requested, but if it exceeds internal
221 [info='service info'] <method=Default|keypad|Display>
230 adv_id - Mandatory remote Advertising ID of service connection is being
232 adv_mac - Mandatory MAC address that owns/registered the service
240 info - Optional UTF-8 string. Hint for service to indicate possible usage
[all …]
/freebsd/lib/libc/rpc/
H A Drpc_svc_reg.357 service package.
83 with the service dispatch procedure,
89 the service is not registered with the
91 service.
100 service.
108 service, all mappings of the triple
111 and all mappings within the RPC service package
116 Registers the service authentication routine
125 Service implementors usually do not need this routine.
127 Typical service application would call
[all …]
H A Drpc_soc.399 to perform the requested service, and then sends back a
595 The transport used to pass messages to the service is
642 service is consulted for this information).
696 service is consulted for this information).
752 service is consulted for this information).
850 service, which returns a list of the current
877 service, which returns the port number
878 on which waits a service that supports program number
896 service.
923 service, which instructs
[all …]
H A Drpcbind.314 .Nd library routines for RPC bind service
33 calls to the RPC binder service.
41 An interface to the rpcbind service,
48 service on
55 service, which finds the address of the service on
77 rpcbind service.
106 An interface to the rpcbind service, which instructs
141 service, which establishes a mapping between the triple
146 service.
165 service, which destroys the mapping between the triple
[all …]
/freebsd/sys/contrib/device-tree/Bindings/soc/qcom/
H A Dqcom,apr.txt26 Each subnode of the APR node represents service tied to this apr. The name
28 by the individual bindings for the specific service
34 Definition: APR Service ID
36 3 - DSP Core Service
37 4 - Audio Front End Service.
38 5 - Voice Stream Manager Service.
40 7 - Audio Stream Manager Service.
41 8 - Audio Device Manager Service.
51 Definition: Must list the protection domain service name and path
52 that the particular apr service has a dependency on.
[all …]
H A Dqcom,apr-services.yaml13 Common parts of a static service in Qualcomm APR/GPR (Asynchronous/Generic
21 APR Service ID
22 3 = DSP Core Service
23 4 = Audio Front End Service.
24 5 = Voice Stream Manager Service.
26 7 = Audio Stream Manager Service.
27 8 = Audio Device Manager Service.
33 GPR Service ID
34 1 = Audio Process Manager Service
35 2 = Proxy Resource Manager Service.
[all …]
/freebsd/crypto/krb5/doc/admin/
H A Dprinc_dns.rst4 Kerberos clients can do DNS lookups to canonicalize service principal
6 application servers, especially when the client's name for the service
7 is different from what the service thinks its name is.
10 Service principal names
13 A frequently used kind of principal name is the host-based service
15 service name and a hostname. For example, ``imap/imap.example.com``
16 is the principal name of the "imap" service on the host
17 "imap.example.com". Other possible service names for the first
21 Service administrators often publish well-known hostname aliases that
23 service host. This gives service administrators more flexibility in
[all …]
/freebsd/crypto/krb5/doc/html/_sources/admin/
H A Dprinc_dns.rst.txt4 Kerberos clients can do DNS lookups to canonicalize service principal
6 application servers, especially when the client's name for the service
7 is different from what the service thinks its name is.
10 Service principal names
13 A frequently used kind of principal name is the host-based service
15 service name and a hostname. For example, ``imap/imap.example.com``
16 is the principal name of the "imap" service on the host
17 "imap.example.com". Other possible service names for the first
21 Service administrators often publish well-known hostname aliases that
23 service host. This gives service administrators more flexibility in
[all …]
/freebsd/sys/contrib/openzfs/man/man7/
H A Ddracut.zfs.714 parse-zfs.sh \(-> dracut-cmdline.service
18 \e\(em\(em\(em\(em\(em\(em\(em\(em\(-> dracut-initqueue.service
20 zfs-load-module.service \(da | |
22 \(da | | zfs-import-scan.service \(da
23 zfs-import-scan.service \(da \(da | zfs-import-cache.service
24 | zfs-import-cache.service basic.target | |
27 zfs-env-bootfs.service | |
29 zfs-import.target \(-> dracut-pre-mount.service
37 | initrd-root-fs.target \(<-\(em zfs-nonroot-necessities.service
40 \(da dracut-mount.service |
[all …]
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_service.h42 * This object represents an IBA Service Record.
61 /****h* OpenSM/Service Record
63 * Service Record
66 * The service record encapsulates the information needed by the
67 * SA to manage service registrations.
69 * The service records is not thread safe, thus callers must provide
79 /****s* OpenSM: Service Record/osm_svcr_t
84 * Service Record structure.
103 * IB Service record structure
115 /****f* OpenSM: Service Record/osm_svcr_new
[all …]
/freebsd/sys/dev/qat/qat_api/common/include/
H A Dlac_sal.h7 * @defgroup SalCtrl Service Access Layer Controller
13 * of the state machine for each service.
27 * Zeros this memory and sets the generic service section of
42 * @param[in] service The type of the service to be created
45 * run the service
46 * @param[out] pObj Pointer to specific service instance memory
49 * @retVal CPA_STATUS_FAIL Unsupported service type
52 CpaStatus SalCtrl_ServiceCreate(sal_service_type_t service,
73 * This macro is used by both the service and qat event handlers.
82 * list: service or qat
[all …]
/freebsd/sys/contrib/openzfs/etc/systemd/system/
H A Dzfs-share.service.in4 Before=nfs-server.service nfs-kernel-server.service
5 After=smb.service
6 Before=rpc-statd-notify.service
7 Wants=zfs-mount.service
8 After=zfs-mount.service
9 PartOf=nfs-server.service nfs-kernel-server.service
10 PartOf=smb.service
13 [Service] section
/freebsd/crypto/openssl/crypto/bio/
H A Dbio_addr.c191 * addr_strings - helper function to get host and service names
197 * @service: a pointer to a pointer to a memory area to store the
198 * service name or numeric representation. Unused if NULL.
204 char **hostname, char **service) in addr_strings() argument
247 if (service != NULL) in addr_strings()
248 *service = OPENSSL_strdup(serv); in addr_strings()
253 if (service != NULL) { in addr_strings()
256 *service = OPENSSL_strdup(serv); in addr_strings()
261 || (service != NULL && *service == NULL)) { in addr_strings()
266 if (service != NULL) { in addr_strings()
[all …]

12345678910>>...109