Home
last modified time | relevance | path

Searched refs:service (Results 1 – 25 of 165) sorted by relevance

1234567

/dragonfly/sys/dev/drm/amd/display/dc/gpio/
H A Dgpio_service.c64 if (!service) { in dal_gpio_service_create()
86 service->ctx = ctx; in dal_gpio_service_create()
124 return service; in dal_gpio_service_create()
138 kfree(service); in dal_gpio_service_create()
246 service->ctx, id, en); in dal_gpio_service_open()
251 service->ctx, id, en); in dal_gpio_service_open()
256 service->ctx, id, en); in dal_gpio_service_open()
260 service->ctx, id, en); in dal_gpio_service_open()
265 service->ctx, id, en); in dal_gpio_service_open()
269 service->ctx, id, en); in dal_gpio_service_open()
[all …]
H A Dgpio_base.c71 gpio->service, gpio->id, gpio->en, mode, &gpio->pin); in dal_gpio_open_ex()
144 return gpio->service->translate.funcs->id_to_offset( in dal_gpio_get_pin_info()
226 dal_gpio_service_close(gpio->service, &gpio->pin); in dal_gpio_close()
237 struct gpio_service *service, in dal_gpio_create() argument
249 gpio->service = service; in dal_gpio_create()
H A Dgpio_service.h46 struct gpio_service *service,
53 struct gpio_service *service,
/dragonfly/contrib/openpam/lib/libpam/
H A Dopenpam_configure.c155 const char *service, in openpam_parse_chain() argument
185 strcmp(wordv[i++], service) != 0) { in openpam_parse_chain()
356 const char *service, in openpam_load_file() argument
401 const char *service, in openpam_load_chain() argument
413 if (strchr(service, '/') != NULL) { in openpam_load_chain()
418 ret = openpam_load_file(pamh, service, facility, in openpam_load_chain()
419 service, style); in openpam_load_chain()
441 ret = openpam_load_file(pamh, service, facility, in openpam_load_chain()
467 const char *service) in openpam_configure() argument
472 ENTERS(service); in openpam_configure()
[all …]
H A Dpam_start.c65 pam_start(const char *service, in pam_start() argument
77 if ((r = pam_set_item(ph, PAM_SERVICE, service)) != PAM_SUCCESS) in pam_start()
87 if ((r = openpam_configure(ph, service)) != PAM_SUCCESS) in pam_start()
90 openpam_log(PAM_LOG_DEBUG, "pam_start(\"%s\") succeeded", service); in pam_start()
H A Dopenpam_impl.h87 const char *service; member
108 char *service; member
/dragonfly/usr.bin/rfcomm_sppd/
H A Drfcomm_sppd.c96 struct service { struct
126 const char *service; in main() local
133 service = "SP"; in main()
179 service = optarg; in main()
218 rfcomm = open_client(&laddr, &raddr, lm, service); in main()
220 rfcomm = open_server(&laddr, channel, lm, service); in main()
329 struct service *s; in open_client()
337 channel = strtoul(service, &ep, 10); in open_client()
344 if (strcasecmp(s->name, service) == 0) { in open_client()
426 if (strcasecmp(services[n].name, service) == 0) in open_server()
[all …]
/dragonfly/crypto/openssh/
H A Dauth2.c186 char *service = NULL; in input_service_request() local
189 if ((r = sshpkt_get_cstring(ssh, &service, NULL)) != 0 || in input_service_request()
196 if (strcmp(service, "ssh-userauth") == 0) { in input_service_request()
208 (r = sshpkt_put_cstring(ssh, service)) != 0 || in input_service_request()
213 debug("bad service request %s", service); in input_service_request()
218 free(service); in input_service_request()
307 authctxt->service = xstrdup(service); in input_userauth_request()
310 mm_inform_authserv(service, style); in input_userauth_request()
316 strcmp(service, authctxt->service) != 0) { in input_userauth_request()
319 authctxt->user, authctxt->service, user, service); in input_userauth_request()
[all …]
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A DREADME-P2P99 for a P2PS service. For example,
221 [info='service info'] <method=Default|keypad|Display>
315 of the service whether the service is available or not, config methods
323 asp - Mandatory for ASP service registration
355 asp - Mandatory for ASP service registration
402 0 = All service protocols
410 service):
435 # Bonjour SSTH (supported service type hash)
533 p2p_service_add upnp <version hex> <service>
545 p2p_service_del upnp <version hex> <service>
[all …]
H A Dp2p_supplicant_sd.c169 const char *service) in wpas_p2p_service_get_upnp() argument
176 os_strcmp(service, usrv->service) == 0) in wpas_p2p_service_get_upnp()
387 usrv->service); in wpas_sd_all_upnp()
388 wpabuf_put_str(resp, usrv->service); in wpas_sd_all_upnp()
457 usrv->service); in wpas_sd_req_upnp()
460 wpabuf_put_str(resp, usrv->service); in wpas_sd_req_upnp()
1139 os_free(usrv->service); in wpas_p2p_srv_upnp_free()
1240 const char *service) in wpas_p2p_service_add_upnp() argument
1250 usrv->service = os_strdup(service); in wpas_p2p_service_add_upnp()
1251 if (usrv->service == NULL) { in wpas_p2p_service_add_upnp()
[all …]
/dragonfly/contrib/tcp_wrappers/
H A Dinetcf.c59 char *service; local
103 service = strtok(buf, whitespace); /* service */
104 if (service == 0 || *service == '#')
106 if (STR_NE(service, "stream") && STR_NE(service, "dgram"))
H A Dtli.c272 struct nd_hostserv *service = servlist->h_hostservs; local
276 if (netdir_getbyname(config, service, &addr_list) != ND_OK) {
285 STRING_LENGTH, service->h_host);
317 host->addr, STRING_LENGTH, service->h_host);
319 STRN_CPY(host->name, found ? service->h_host : paranoid,
/dragonfly/sys/dev/drm/amd/display/include/
H A Dgpio_service_interface.h36 struct gpio_service *service,
50 struct gpio_service *service,
55 struct gpio_service *service,
78 struct gpio_service *service,
/dragonfly/etc/pam.d/
H A DREADME5 Each file details the module chain for a single service, and must be
6 named after that service. If no configuration file is found for a
7 particular service, the /etc/pam.d/other is used instead. If that
9 the specified service or, failing that, the "other" service.
58 particular service and module type may result in surprising behaviour.
H A Dconvert.sh91 if ((service, types[type]) in content)
92 print content[service, types[type]] >> fname
/dragonfly/usr.bin/getaddrinfo/
H A Dgetaddrinfo.c64 const char *hostname = NULL, *service = NULL; in main() local
97 service = optarg; in main()
132 if (service != NULL) { in main()
135 if ((p = strchr(service, '/')) != NULL) { in main()
150 error = getaddrinfo(hostname, service, &hints, &addrinfo); in main()
/dragonfly/sys/dev/raid/iir/
H A Diir.c581 gccb->gc_service = service; in gdt_internal_cmd()
588 switch (service) { in gdt_internal_cmd()
1007 gccb->gc_service = ucmd->service; in gdt_ioctl_cmd()
1553 gdt->sc_service = ctx.service; in iir_intr()
1581 ctx.service = gccb->gc_service; in iir_intr()
1654 if (service == GDT_SCREENSERVICE) { in gdt_async_event()
1665 gccb->gc_service = service; in gdt_async_event()
1694 gdt->sc_dvr.eu.async.service = service; in gdt_async_event()
1717 if (service == GDT_SCREENSERVICE) { in gdt_sync_event()
1739 gccb->gc_service = service; in gdt_sync_event()
[all …]
/dragonfly/contrib/wpa_supplicant/src/common/
H A Dctrl_iface_common.c86 char service[NI_MAXSERV] = { 0 }; in sockaddr_print() local
90 service, sizeof(service), in sockaddr_print()
93 wpa_printf(level, "%s %s:%s", msg, host, service); in sockaddr_print()
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dservice.texi22 Look in the service directory for someone who might help you for a fee.
23 The service directory is found at
24 @uref{http://www.fsf.org/resources/service}.
/dragonfly/usr.sbin/service/
H A DMakefile3 SCRIPTS=service.sh
4 MAN= service.8
/dragonfly/sys/netgraph/pppoe/
H A Dng_pppoe.c135 struct datatag service; member
425 neg->service.data[0] == '*') { in pppoe_match_svc()
713 neg->service.hdr.tag_type = PTT_SRV_NAME; in ng_pppoe_rcvmsg()
714 neg->service.hdr.tag_len = in ng_pppoe_rcvmsg()
718 neg->service.data, ourmsg->data_len); in ng_pppoe_rcvmsg()
732 neg->service.hdr.tag_len = in ng_pppoe_rcvmsg()
737 neg->service.data, ourmsg->data_len); in ng_pppoe_rcvmsg()
779 neg->service.hdr.tag_len = in ng_pppoe_rcvmsg()
783 bcopy(ourmsg->data, neg->service.data, in ng_pppoe_rcvmsg()
832 insert_tag(sp, &sp->neg->service.hdr); in pppoe_start()
[all …]
/dragonfly/usr.bin/sdpquery/
H A Dsearch.c524 struct service { struct
565 struct service *s; in do_sdp_search()
570 uint16_t service; in do_sdp_search() local
575 service = strtoul(*argv, &ep, 16); in do_sdp_search()
584 service = s->class; in do_sdp_search()
604 n = sdp_search(xs, 1, &service, attrs_len, attrs, values_len, values); in do_sdp_search()
/dragonfly/sys/netgraph7/pppoe/
H A Dng_pppoe.c222 struct datatag service; member
862 neg->service.hdr.tag_type = PTT_SRV_NAME; in ng_pppoe_rcvmsg()
865 neg->service.data, srvlen); in ng_pppoe_rcvmsg()
878 neg->service.hdr.tag_type = PTT_SRV_NAME; in ng_pppoe_rcvmsg()
879 neg->service.hdr.tag_len = in ng_pppoe_rcvmsg()
883 bcopy(ourmsg->data, neg->service.data, in ng_pppoe_rcvmsg()
925 neg->service.hdr.tag_type = PTT_SRV_NAME; in ng_pppoe_rcvmsg()
926 neg->service.hdr.tag_len = in ng_pppoe_rcvmsg()
930 bcopy(ourmsg->data, neg->service.data, in ng_pppoe_rcvmsg()
1074 insert_tag(sp, &neg->service.hdr); in pppoe_start()
[all …]
/dragonfly/contrib/dhcpcd/hooks/
H A Ddhcpcd-run-hooks242 elif [ -x /sbin/rc-service ] &&
251 elif [ -x /sbin/service ]; then
254 elif [ -x /usr/sbin/service ]; then
/dragonfly/usr.sbin/inetd/
H A Dbuiltins.c765 char service[MAX_SERV_LEN+1]; in tcpmux() local
769 if ((len = get_line(s, service, MAX_SERV_LEN)) < 0) { in tcpmux()
773 service[len] = '\0'; in tcpmux()
776 warnx("tcpmux: someone wants %s", service); in tcpmux()
782 if (!strcasecmp(service, "help")) { in tcpmux()
796 if (!strcasecmp(service, sep->se_service)) { in tcpmux()

1234567