Searched refs:service (Results 126 - 150 of 165) sorted by relevance

1234567

/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant.h102 const char *service);
104 const char *service);
/freebsd-11-stable/sys/contrib/vchiq/interface/vchi/
H A Dvchi.h112 // Opaque service information
119 struct opaque_vchi_service_t *service; member in struct:__anon8865
155 const char * const vll_filename; /* VLL to load to start this service. This is an empty string if VLL is "static" */
196 Global service API
198 // Routine to create a named service
203 // Routine to destory a service
206 // Routine to open a named service
214 // Routine to close a named service
217 // Routine to increment ref count on a named service
220 // Routine to decrement ref count on a named service
[all...]
/freebsd-11-stable/crypto/openssh/
H A Dauth2-gss.c270 ssh_gssapi_buildmic(&b, authctxt->user, authctxt->service,
H A Dmonitor_wrap.c330 /* Inform the privileged process about service and style */
333 mm_inform_authserv(char *service, char *style) argument
340 buffer_put_cstring(&m, service);
H A Dmonitor.c775 /* Allow service/style information on the auth context */
805 authctxt->service = buffer_get_string(m, NULL);
807 debug3("%s: service=%s, style=%s",
808 __func__, authctxt->service, authctxt->style);
1304 buffer_skip_string(&b); /* service */
/freebsd-11-stable/contrib/ofed/librdmacm/
H A Drdma_cma.h410 * a lookup of the remote QP providing the datagram service.
426 * Initiates a listen for incoming connection requests or datagram service
452 * service lookup request.
474 * service lookup request.
669 * rdma_getaddrinfo - RDMA address and route resolution service.
671 int rdma_getaddrinfo(const char *node, const char *service,
/freebsd-11-stable/usr.sbin/
H A DMakefile77 service \
/freebsd-11-stable/crypto/heimdal/lib/kadm5/
H A Dad.c486 char *service; local
491 asprintf(&service, "%s/%s@%s", KRB5_TGS_NAME,
493 if (service == NULL)
498 service,
501 free(service);
/freebsd-11-stable/sys/dev/ofw/
H A Dofw_standard.c164 /* Test to see if a service exists. */
172 cell_t service; member in struct:__anon7730
180 args.service = (cell_t)name;
/freebsd-11-stable/stand/ofw/libofw/
H A Dopenfirm.c110 /* Test to see if a service exists. */
118 cell_t service; member in struct:__anon5059
126 args.service = (cell_t)name;
/freebsd-11-stable/sys/powerpc/ofw/
H A Dofw_real.c311 /* Test to see if a service exists. */
320 cell_t service; member in struct:__anon8399
330 args.service = ofw_real_map(name, strlen(name) + 1);
332 if (args.service == 0 || openfirmware((void *)argsptr) == -1) {
/freebsd-11-stable/usr.sbin/inetd/
H A Dinetd.c67 * service name must be in /etc/services
68 * or name a tcpmux service
78 * RFC1078-based tcpmux internal service. Tcpmux listens on port 1 for
79 * requests. When a connection is made from a foreign host, the service
81 * and returns the proper entry for the service. Tcpmux returns a
82 * negative reply if the service doesn't exist, otherwise the invoked
83 * server is expected to return the positive reply if the service type in
84 * inetd.conf file has the prefix "tcpmux/". If the service type has the
93 * service name/version must be in /etc/rpc
183 #define MAXCHILD -1 /* maximum number of this service
344 char *service = NULL; local
[all...]
/freebsd-11-stable/crypto/openssh/contrib/redhat/
H A Dopenssh.spec312 /sbin/service sshd start > /dev/null 2>&1 || :
325 /sbin/service sshd condrestart > /dev/null 2>&1 || :
330 /sbin/service sshd stop > /dev/null 2>&1 || :
/freebsd-11-stable/contrib/unbound/sldns/
H A Dwire2str.c1475 struct servent *service; local
1510 service = NULL;
1512 service = getservbyport(
1514 if(service && service->s_name)
1516 service->s_name);
/freebsd-11-stable/crypto/heimdal/kadmin/
H A Drpc.c107 uint32_t service; member in struct:gcred
310 CHECK(krb5_ret_uint32(sp, &gcred->service));
882 INSIST(gcred.service == rpg_privacy);
/freebsd-11-stable/crypto/heimdal/kdc/
H A DMakefile.in51 digest-service$(EXEEXT)
148 am_digest_service_OBJECTS = digest-service.$(OBJEXT)
475 digest-service.c
767 digest-service$(EXEEXT): $(digest_service_OBJECTS) $(digest_service_DEPENDENCIES)
768 @rm -f digest-service$(EXEEXT)
796 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/digest-service.Po@am__quote@
H A Dconnect.c98 * add a triple but with service -> port lookup
104 int family, const char *service, int port,
107 port = krb5_getportbyname (context, service, protocol, port);
112 * add the port with service -> port lookup or string -> number
161 * otherwise it's port|service[/protocol]
103 add_port_service(krb5_context context, int family, const char *service, int port, const char *protocol) argument
/freebsd-11-stable/contrib/sendmail/src/
H A Dconf.c349 ServiceSwitchFile = "/etc/mail/service.switch";
751 ** This should act as an interface to any local service switch
871 ** This is the system-dependent interface to the service switch.
874 ** service -- the name of the service of interest.
876 ** of access to use for this service. There can
877 ** be at most MAXMAPSTACK types for a single service.
911 switch_map_find(service, maptype, mapreturn)
912 char *service;
931 if ((nsw_conf = __nsw_getconfig(service,
[all...]
/freebsd-11-stable/crypto/openssh/contrib/cygwin/
H A Dssh-host-config23 CSIH_SCRIPT=/usr/share/csih/cygwin-service-installation-helper.sh
152 csih_error_recoverable "You will not be able to run an sshd service"
155 csih_error_recoverable "manually before trying to run the service!"
332 csih_warning "Couldn't determine name of user running sshd service from account database!"
334 csih_warning "by the sshd service belong to the user running the service."
370 csih_warning "This may cause the sshd service to fail! Please make sure that"
379 # Install sshd as a service
389 csih_inform "Sshd service is already installed."
392 echo -e "${_csih_QUERY_STR} Do you want to install sshd as a service
[all...]
/freebsd-11-stable/contrib/ldns/
H A Dhost2str.c803 struct servent *service; local
825 service = getservbyport((int) htons(current_service),
827 if (service && service->s_name) {
828 ldns_buffer_printf(output, "%s ", service->s_name);
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dinit_creds_pw.c1386 * Sets the service that the is requested. This call is only neede for
1391 * @param service the service given as a string, for example
1402 const char *service)
1410 if (service) {
1411 ret = krb5_parse_name (context, service, &principal);
1400 krb5_init_creds_set_service(krb5_context context, krb5_init_creds_context ctx, const char *service) argument
H A Dkrb5.h192 application session key), encrypted with the service key
762 const char *service; member in struct:krb5_verify_opt
/freebsd-11-stable/contrib/unbound/
H A DMakefile.in260 SVCINST_SRC=winrc/unbound-service-install.c
261 SVCINST_OBJ=unbound-service-install.lo
263 SVCUNINST_SRC=winrc/unbound-service-remove.c
264 SVCUNINST_OBJ=unbound-service-remove.lo
364 unbound-service-install$(EXEEXT): $(SVCINST_OBJ_LINK)
367 unbound-service-remove$(EXEEXT): $(SVCUNINST_OBJ_LINK)
493 rm -f smallapp/unbound-control-setup.sh dnstap/dnstap_config.h dnscrypt/dnscrypt_config.h contrib/libunbound.pc contrib/unbound.socket contrib/unbound.service
512 winrc/win_svc.lint winrc/w_inst.lint winrc/unbound-service-install.lint winrc/unbound-service-remove.lint:
627 curl -o port-numbers.tmp https://www.iana.org/assignments/service
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar5.c98 uint8_t service : 1; /* Is this file a service data? */ member in struct:file_header
1637 "no data found in file/service block");
1732 rar->file.service = 0;
1886 rar->file.service = 1;
1889 * anyway. It contains only service data, not even needed to
2057 * one service "QuickOpen" block (that is ignored by this parser), and an
3757 if(rar->file.service > 0) {
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_config.c2552 "MS-SNTP signd operations currently block ntpd degrading service to all clients.";
3789 const char * service,
3799 (void)service;
4392 const char * service,
4403 (void)service;
4569 const char * service,
3784 trap_name_resolved( int rescode, int gai_errno, void * context, const char * name, const char * service, const struct addrinfo * hints, const struct addrinfo * res ) argument
4387 peer_name_resolved( int rescode, int gai_errno, void * context, const char * name, const char * service, const struct addrinfo * hints, const struct addrinfo * res ) argument
4564 unpeer_name_resolved( int rescode, int gai_errno, void * context, const char * name, const char * service, const struct addrinfo * hints, const struct addrinfo * res ) argument

Completed in 250 milliseconds

1234567