Searched refs:service (Results 201 - 205 of 205) sorted by relevance

123456789

/freebsd-current/usr.sbin/mountd/
H A Dmountd.c648 * service.
680 * do the rest of the setup on the service(s).
1052 "can't register %s MOUNTVERS service",
1058 "can't register %s MOUNTVERS3 service",
1120 * The mount rpc service
/freebsd-current/contrib/wpa/wpa_supplicant/
H A DAndroid.mk1810 ### Binder service library ###
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc2717 INTERCEPTOR(int, getaddrinfo, char *node, char *service,
2721 COMMON_INTERCEPTOR_ENTER(ctx, getaddrinfo, node, service, hints, out);
2723 if (service)
2724 COMMON_INTERCEPTOR_READ_RANGE(ctx, service, internal_strlen(service) + 1);
2730 int res = REAL(getaddrinfo)(node, service, hints, out);
/freebsd-current/contrib/ntp/ntpd/
H A Dntp_proto.c678 * by the service routines. Some restrictions have to be handled
1836 * denial of service condition.
1910 * attempt to deny service, just ignore it.
5010 const char * service,
5005 pool_name_resolved( int rescode, int gai_errno, void * context, const char * name, const char * service, const struct addrinfo * hints, const struct addrinfo * res ) argument
/freebsd-current/contrib/ntp/
H A Dconfigure1800 --enable-ACTS s ACTS modem service
30967 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking ACTS modem service" >&5
30968 printf %s "checking ACTS modem service... " >&6; }

Completed in 214 milliseconds

123456789