Searched refs:service (Results 1 - 25 of 203) sorted by relevance

123456789

/freebsd-current/lib/libcasper/libcasper/
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 *servic
[all...]
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 *
91 struct service *service; local
93 service
111 service_free(struct service *service) argument
125 service_connection_add(struct service *service, int sock, const nvlist_t *limits) argument
162 service_connection_remove(struct service *service, struct service_connection *sconn) argument
177 service_connection_clone(struct service *service, struct service_connection *sconn) argument
200 service_connection_first(struct service *service) argument
263 service_message(struct service *service, struct service_connection *sconn) argument
341 service_name(struct service *service) argument
349 service_get_channel_flags(struct service *service) argument
418 service_start(struct service *service, int sock, int procfd) argument
[all...]
/freebsd-current/usr.sbin/service/
H A DMakefile3 SCRIPTS=service.sh
4 MAN= service.8
/freebsd-current/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_shim.c102 SHIM_SERVICE_T *service = (SHIM_SERVICE_T *)handle; local
109 if (vchiu_queue_is_empty(&service->queue))
112 header = vchiu_queue_peek(&service->queue);
134 SHIM_SERVICE_T *service = (SHIM_SERVICE_T *)handle; local
137 header = vchiu_queue_pop(&service->queue);
139 vchiq_release_message(service->handle, header);
165 SHIM_SERVICE_T *service = (SHIM_SERVICE_T *)handle; local
173 status = vchiq_queue_message(service->handle, &element, 1);
181 status = vchiq_queue_message(service->handle, &element, 1);
208 SHIM_SERVICE_T *service local
267 SHIM_SERVICE_T *service = (SHIM_SERVICE_T *)handle; local
327 SHIM_SERVICE_T *service = (SHIM_SERVICE_T *)handle; local
377 SHIM_SERVICE_T *service = (SHIM_SERVICE_T *)handle; local
431 SHIM_SERVICE_T *service = (SHIM_SERVICE_T *)handle; local
543 SHIM_SERVICE_T *service = local
604 SHIM_SERVICE_T *service = kzalloc(sizeof(SHIM_SERVICE_T), GFP_KERNEL); local
621 service_free(SHIM_SERVICE_T *service) argument
634 SHIM_SERVICE_T *service = service_alloc(instance, setup); local
667 SHIM_SERVICE_T *service = service_alloc(instance, setup); local
697 SHIM_SERVICE_T *service = (SHIM_SERVICE_T *)handle; local
714 SHIM_SERVICE_T *service = (SHIM_SERVICE_T *)handle; local
733 SHIM_SERVICE_T *service = (SHIM_SERVICE_T *)handle; local
761 SHIM_SERVICE_T *service = (SHIM_SERVICE_T *)handle; local
834 SHIM_SERVICE_T *service = (SHIM_SERVICE_T *)handle; local
854 SHIM_SERVICE_T *service = (SHIM_SERVICE_T *)handle; local
[all...]
H A Dvchiq_core.c168 vchiq_set_service_state(VCHIQ_SERVICE_T *service, int newstate) argument
171 service->state->id, service->localport,
172 srvstate_names[service->srvstate],
174 service->srvstate = newstate;
180 VCHIQ_SERVICE_T *service; local
183 service = handle_to_service(handle);
184 if (service && (service->srvstate != VCHIQ_SRVSTATE_FREE) &&
185 (service
202 VCHIQ_SERVICE_T *service = NULL; local
224 VCHIQ_SERVICE_T *service; local
247 VCHIQ_SERVICE_T *service; local
273 VCHIQ_SERVICE_T *service = NULL; local
295 lock_service(VCHIQ_SERVICE_T *service) argument
305 unlock_service(VCHIQ_SERVICE_T *service) argument
333 VCHIQ_SERVICE_T *service = find_service_by_handle(handle); local
346 VCHIQ_SERVICE_T *service = handle_to_service(handle); local
354 VCHIQ_SERVICE_T *service = handle_to_service(handle); local
360 mark_service_closing_internal(VCHIQ_SERVICE_T *service, int sh_thread) argument
385 mark_service_closing(VCHIQ_SERVICE_T *service) argument
391 make_service_callback(VCHIQ_SERVICE_T *service, VCHIQ_REASON_T reason, VCHIQ_HEADER_T *header, void *bulk_userdata) argument
502 VCHIQ_SERVICE_T *service = state->services[i]; local
522 VCHIQ_SERVICE_T *service = state->services[i]; local
533 request_poll(VCHIQ_STATE_T *state, VCHIQ_SERVICE_T *service, int poll_type) argument
767 queue_message(VCHIQ_STATE_T *state, VCHIQ_SERVICE_T *service, int msgid, const VCHIQ_ELEMENT_T *elements, int count, int size, int flags) argument
1007 queue_message_sync(VCHIQ_STATE_T *state, VCHIQ_SERVICE_T *service, int msgid, const VCHIQ_ELEMENT_T *elements, int count, int size, int is_blocking) argument
1119 release_slot(VCHIQ_STATE_T *state, VCHIQ_SLOT_INFO_T *slot_info, VCHIQ_HEADER_T *header, VCHIQ_SERVICE_T *service) argument
1171 notify_bulks(VCHIQ_SERVICE_T *service, VCHIQ_BULK_QUEUE_T *queue, int retry_poll) argument
1284 VCHIQ_SERVICE_T *service = local
1339 resolve_bulks(VCHIQ_SERVICE_T *service, VCHIQ_BULK_QUEUE_T *queue) argument
1402 abort_outstanding_bulks(VCHIQ_SERVICE_T *service, VCHIQ_BULK_QUEUE_T *queue) argument
1488 VCHIQ_SERVICE_T *service = state->services[i]; local
1509 VCHIQ_SERVICE_T *service = NULL; local
1632 VCHIQ_SERVICE_T *service = NULL; local
2163 VCHIQ_SERVICE_T *service; local
2562 VCHIQ_SERVICE_T *service; local
2698 vchiq_open_service_internal(VCHIQ_SERVICE_T *service, int client_id) argument
2736 release_service_messages(VCHIQ_SERVICE_T *service) argument
2800 do_abort_bulks(VCHIQ_SERVICE_T *service) argument
2819 close_service_complete(VCHIQ_SERVICE_T *service, int failstate) argument
2881 vchiq_close_service_internal(VCHIQ_SERVICE_T *service, int close_recvd) argument
3018 vchiq_terminate_service_internal(VCHIQ_SERVICE_T *service) argument
3033 vchiq_free_service_internal(VCHIQ_SERVICE_T *service) argument
3066 VCHIQ_SERVICE_T *service; local
3102 VCHIQ_SERVICE_T *service; local
3159 VCHIQ_SERVICE_T *service = find_service_by_handle(handle); local
3218 VCHIQ_SERVICE_T *service = find_service_by_handle(handle); local
3286 VCHIQ_SERVICE_T *service = find_service_by_handle(handle); local
3442 VCHIQ_SERVICE_T *service = find_service_by_handle(handle); local
3497 VCHIQ_SERVICE_T *service = find_service_by_handle(handle); local
3537 VCHIQ_SERVICE_T *service = find_service_by_handle(handle); local
3580 VCHIQ_SERVICE_T *service = find_service_by_handle(handle); local
3754 VCHIQ_SERVICE_T *service = find_service_by_port(state, i); local
3764 vchiq_dump_service_state(void *dump_context, VCHIQ_SERVICE_T *service) argument
[all...]
H A Dvchiq_if.h47 #define VCHIQ_GET_SERVICE_USERDATA(service) vchiq_get_service_userdata(service)
48 #define VCHIQ_GET_SERVICE_FOURCC(service) vchiq_get_service_fourcc(service)
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,
[all...]
/freebsd-current/lib/libpam/pam.d/
H A Dconvert.pl45 my $service;
60 foreach $service (keys(%SERVICES)) {
62 if (sysopen(FILE, $service, O_RDONLY)) {
70 sysopen(FILE, $service, O_RDWR|O_CREAT|O_TRUNC)
71 or die("$service: $!\n");
75 print(FILE "# PAM configuration for the \"$service\" service\n");
78 next unless exists($SERVICES{$service}->{$type});
81 print(FILE join("\n", @{$SERVICES{$service}->{$type}}, ""));
84 warn("$service\
[all...]
/freebsd-current/usr.sbin/periodic/etc/daily/
H A D480.leapfile-ntpd15 if service ntpd enabled && service ntpd needfetch; then
17 service ntpd fetch
/freebsd-current/crypto/heimdal/lib/krb5/
H A Dget_port.c38 const char *service,
44 if ((sp = roken_getservbyname (service, proto)) == NULL) {
46 krb5_warnx(context, "%s/%s unknown service, using default port %d",
47 service, proto, default_port);
37 krb5_getportbyname(krb5_context context, const char *service, const char *proto, int default_port) argument
/freebsd-current/sys/dev/qat/qat_api/common/include/
H A Dlac_sal.h13 * 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 o
[all...]
H A Dlac_sal_types.h51 * An enumeration containing the possible types for a service.
56 /* symmetric and asymmetric crypto service */
58 /* compression service */
60 /* inline service */
62 /* asymmetric crypto only service*/
64 /* symmetric crypto only service*/
94 /**< Status of the service instance
104 struct sal_service_s *service);
107 struct sal_service_s *service);
110 struct sal_service_s *service);
[all...]
/freebsd-current/contrib/libpcap/rpcapd/
H A Drpcapd.xinetd.conf0 service rpcap {
/freebsd-current/contrib/ntp/include/
H A Dintreswork.h19 const char *service,
25 const char *service, void *context);
/freebsd-current/tools/test/stress2/misc/
H A Daudit.sh44 service auditd onestart
54 service auditd onestop
57 service -R
H A Dracct.sh40 pgrep -Sq accounting || { service accounting onestart && started=1; }
56 [ $started ] && service accounting onestop
H A Dmulticast2.sh18 service mdnsd onestart
23 timeout 2m service mdnsd onestop
/freebsd-current/sys/dev/qat/qat_common/
H A Dadf_init.c32 adf_service_add(struct service_hndl *service) argument
35 list_add(&service->list, &service_table);
40 adf_service_register(struct service_hndl *service) argument
42 memset(service->init_status, 0, sizeof(service->init_status));
43 memset(service->start_status, 0, sizeof(service->start_status));
44 adf_service_add(service);
49 adf_service_remove(struct service_hndl *service) argument
52 list_del(&service
57 adf_service_unregister(struct service_hndl *service) argument
186 struct service_hndl *service; local
264 struct service_hndl *service; local
414 struct service_hndl *service; local
508 struct service_hndl *service; local
570 struct service_hndl *service; local
666 struct service_hndl *service; local
707 struct service_hndl *service; local
738 struct service_hndl *service; local
[all...]
/freebsd-current/crypto/heimdal/appl/test/
H A Dtest_locl.h81 extern char *service;
87 int client_doit (const char *hostname, int port, const char *service,
88 int (*func)(int, const char *hostname, const char *service));
/freebsd-current/sys/contrib/openzfs/contrib/dracut/
H A DMakefile.am18 %D%/90zfs/zfs-env-bootfs.service \
19 %D%/90zfs/zfs-nonroot-necessities.service \
20 %D%/90zfs/zfs-rollback-bootfs.service \
21 %D%/90zfs/zfs-snapshot-bootfs.service
/freebsd-current/contrib/openpam/lib/libpam/
H A Dpam_start.c63 pam_start(const char *service, argument
75 if ((r = pam_set_item(ph, PAM_SERVICE, service)) != PAM_SUCCESS)
85 if ((r = openpam_configure(ph, service)) != PAM_SUCCESS)
88 openpam_log(PAM_LOG_DEBUG, "pam_start(\"%s\") succeeded", service);
107 * The =service argument specifies the name of the policy to apply, and is
/freebsd-current/kerberos5/libexec/
H A DMakefile4 SUBDIR= digest-service ipropd-master ipropd-slave hprop hpropd kdc \
/freebsd-current/contrib/wpa/wpa_supplicant/
H A DMakefile8 ALL += systemd/wpa_supplicant.service
9 ALL += systemd/wpa_supplicant@.service
10 ALL += systemd/wpa_supplicant-nl80211@.service
11 ALL += systemd/wpa_supplicant-wired@.service
12 ALL += dbus/fi.w1.wpa_supplicant1.service
2017 %.service: %.service.in
2021 %@.service: %.service.arg.in
/freebsd-current/contrib/openpam/bin/openpam_dump_policy/
H A Dopenpam_dump_policy.c46 openpam_chain_name(const char *service, pam_facility_t fclt) argument
51 if (asprintf(&name, "pam_%s_%s", service, facility) == -1)
119 openpam_dump_policy(const char *service) argument
127 if ((ret = openpam_configure(pamh, service)) != PAM_SUCCESS)
131 if ((name = openpam_chain_name(service, fclt)) == NULL)
139 printf("static pam_policy_t pam_%s_policy = {\n", service);
140 printf("\t.service = \"%s\",\n", service);
148 if ((name = openpam_chain_name(service, fclt)) == NULL)
/freebsd-current/sys/dev/qat/qat_api/common/ctrl/
H A Dsal_get_instances.c58 char *service = NULL; local
66 service = "asym";
71 service = "sym";
75 QAT_UTILS_LOG("Invalid service type\n");
97 QAT_UTILS_LOG("No support for service %s\n", service);
148 char *service = NULL; local
159 service = "asym";
164 service = "sym";
167 QAT_UTILS_LOG("Invalid service typ
[all...]
/freebsd-current/sys/contrib/openzfs/etc/
H A DMakefile.am55 %D%/systemd/system/zfs-import-cache.service \
56 %D%/systemd/system/zfs-import-scan.service \
58 %D%/systemd/system/zfs-mount.service \
61 %D%/systemd/system/zfs-scrub@.service \
64 %D%/systemd/system/zfs-trim@.service \
65 %D%/systemd/system/zfs-share.service \
66 %D%/systemd/system/zfs-volume-wait.service \
68 %D%/systemd/system/zfs-zed.service \
76 ln -sf /dev/null "$(DESTDIR)$(systemdunitdir)/zfs-import.service"
77 ln -sf /dev/null "$(DESTDIR)$(systemdunitdir)/zfs-load-key.service"
[all...]

Completed in 178 milliseconds

123456789