Symbol: service
crypto/heimdal/appl/kf/kf.c
125
proto (int sock, const char *hostname, const char *service,
crypto/heimdal/appl/kf/kf.c
156
service,
crypto/heimdal/appl/kf/kf.c
284
doit (const char *hostname, int port, const char *service,
crypto/heimdal/appl/kf/kf.c
315
return proto (s, hostname, service, message, len);
crypto/heimdal/appl/kf/kf.c
339
ret = doit (argv[i], port, service, message, sizeof(message));
crypto/heimdal/appl/kf/kf.c
41
const char *service = KF_SERVICE;
crypto/heimdal/appl/kf/kfd.c
123
proto (int sock, const char *service)
crypto/heimdal/appl/kf/kfd.c
154
service,
crypto/heimdal/appl/kf/kfd.c
284
doit (int port, const char *service)
crypto/heimdal/appl/kf/kfd.c
288
return proto (STDIN_FILENO, service);
crypto/heimdal/appl/kf/kfd.c
306
ret = doit (port, service);
crypto/heimdal/appl/kf/kfd.c
43
char *service = KF_SERVICE;
crypto/heimdal/appl/telnet/libtelnet/kerberos5.c
257
krb5_principal service;
crypto/heimdal/appl/telnet/libtelnet/kerberos5.c
265
&service);
crypto/heimdal/appl/telnet/libtelnet/kerberos5.c
274
ret = krb5_unparse_name_fixed(context, service, sname, sizeof(sname));
crypto/heimdal/appl/telnet/libtelnet/kerberos5.c
285
service,
crypto/heimdal/appl/telnet/libtelnet/kerberos5.c
287
krb5_free_principal (context, service);
crypto/heimdal/appl/test/common.c
139
client_doit (const char *hostname, int port, const char *service,
crypto/heimdal/appl/test/common.c
140
int (*func)(int, const char *hostname, const char *service))
crypto/heimdal/appl/test/common.c
171
return (*func) (s, hostname, service);
crypto/heimdal/appl/test/common.c
43
char *service = SERVICE;
crypto/heimdal/appl/test/common.c
50
{ "service", 's', arg_string, &service, "service to use", "service" },
crypto/heimdal/appl/test/gssapi_client.c
100
proto (int sock, const char *hostname, const char *service)
crypto/heimdal/appl/test/gssapi_client.c
122
"%s@%s", service, hostname);
crypto/heimdal/appl/test/gssapi_client.c
133
"Error importing name `%s@%s':\n", service, hostname);
crypto/heimdal/appl/test/gssapi_client.c
272
return client_doit (argv[argc], port, service, proto);
crypto/heimdal/appl/test/gssapi_server.c
135
proto (int sock, const char *service)
crypto/heimdal/appl/test/gssapi_server.c
298
doit (int port, const char *service)
crypto/heimdal/appl/test/gssapi_server.c
329
ret = proto (sock2, service);
crypto/heimdal/appl/test/gssapi_server.c
339
return doit (port, service);
crypto/heimdal/appl/test/nt_gss_client.c
166
return client_doit (argv[argc], port, service, proto);
crypto/heimdal/appl/test/nt_gss_client.c
46
proto (int sock, const char *hostname, const char *service)
crypto/heimdal/appl/test/nt_gss_client.c
61
"%s@%s", service, hostname);
crypto/heimdal/appl/test/nt_gss_client.c
72
"Error importing name `%s@%s':\n", service, hostname);
crypto/heimdal/appl/test/nt_gss_server.c
156
doit (int port, const char *service)
crypto/heimdal/appl/test/nt_gss_server.c
185
return proto (sock2, service);
crypto/heimdal/appl/test/nt_gss_server.c
243
return doit (port, service);
crypto/heimdal/appl/test/nt_gss_server.c
53
char *service = SERVICE;
crypto/heimdal/appl/test/nt_gss_server.c
58
{ "service", 's', arg_string, &service, "service to use", "service" },
crypto/heimdal/appl/test/nt_gss_server.c
68
proto (int sock, const char *service)
crypto/heimdal/appl/test/tcp_client.c
131
return client_doit (argv[argc], port, service, proto);
crypto/heimdal/appl/test/tcp_client.c
40
proto (int sock, const char *hostname, const char *service)
crypto/heimdal/appl/test/tcp_client.c
61
service,
crypto/heimdal/appl/test/tcp_server.c
156
doit (int port, const char *service)
crypto/heimdal/appl/test/tcp_server.c
160
return proto (STDIN_FILENO, service);
crypto/heimdal/appl/test/tcp_server.c
167
return doit (port, service);
crypto/heimdal/appl/test/tcp_server.c
40
proto (int sock, const char *service)
crypto/heimdal/appl/test/tcp_server.c
69
service,
crypto/heimdal/appl/test/test_locl.h
81
extern char *service;
crypto/heimdal/appl/test/test_locl.h
87
int client_doit (const char *hostname, int port, const char *service,
crypto/heimdal/appl/test/test_locl.h
88
int (*func)(int, const char *hostname, const char *service));
crypto/heimdal/appl/test/uu_client.c
192
return client_doit (argv[argc], port, service, proto);
crypto/heimdal/appl/test/uu_client.c
40
proto (int sock, const char *hostname, const char *service)
crypto/heimdal/appl/test/uu_server.c
175
doit (int port, const char *service)
crypto/heimdal/appl/test/uu_server.c
204
return proto (sock2, service);
crypto/heimdal/appl/test/uu_server.c
211
return doit (port, service);
crypto/heimdal/appl/test/uu_server.c
40
proto (int sock, const char *service)
crypto/heimdal/kadmin/kadm_conn.c
46
add_kadm_port(krb5_context contextp, const char *service, unsigned int port)
crypto/heimdal/kadmin/kadm_conn.c
56
p->port = strdup(service);
crypto/heimdal/kadmin/rpc.c
107
uint32_t service;
crypto/heimdal/kadmin/rpc.c
310
CHECK(krb5_ret_uint32(sp, &gcred->service));
crypto/heimdal/kadmin/rpc.c
882
INSIST(gcred.service == rpg_privacy);
crypto/heimdal/kdc/connect.c
104
int family, const char *service, int port,
crypto/heimdal/kdc/connect.c
107
port = krb5_getportbyname (context, service, protocol, port);
crypto/heimdal/kdc/log.c
40
const char *service,
crypto/heimdal/kdc/log.c
45
s = krb5_config_get_strings(context, NULL, service, "logging", NULL);
crypto/heimdal/kdc/log.c
47
s = krb5_config_get_strings(context, NULL, "logging", service, NULL);
crypto/heimdal/lib/gssapi/krb5/import_name.c
111
service = p->name.name_string.val[0];
crypto/heimdal/lib/gssapi/krb5/import_name.c
115
service,
crypto/heimdal/lib/gssapi/krb5/import_name.c
91
char *hostname = NULL, *service;
crypto/heimdal/lib/gssapi/test_acquire_cred.c
126
acquire_cred_service(const char *service,
crypto/heimdal/lib/gssapi/test_acquire_cred.c
137
if (service) {
crypto/heimdal/lib/gssapi/test_acquire_cred.c
138
name_buffer.value = rk_UNCONST(service);
crypto/heimdal/lib/gssapi/test_acquire_cred.c
139
name_buffer.length = strlen(service);
crypto/heimdal/lib/ipc/client.c
342
common_path_init(const char *service,
crypto/heimdal/lib/ipc/client.c
353
asprintf(&s->path, "/var/run/.heim_%s-%s", service, file);
crypto/heimdal/lib/ipc/client.c
361
unix_socket_init(const char *service,
crypto/heimdal/lib/ipc/client.c
366
ret = common_path_init(service, "socket", ctx);
crypto/heimdal/lib/ipc/client.c
430
door_init(const char *service,
crypto/heimdal/lib/ipc/client.c
433
ret = common_path_init(context, service, "door", ctx);
crypto/heimdal/lib/ipc/client.c
59
mach_init(const char *service, void **ctx)
crypto/heimdal/lib/ipc/client.c
70
ret = bootstrap_look_up(bootstrap_port, service, &sport);
crypto/heimdal/lib/ipc/client.c
81
ipc->name = strdup(service);
crypto/heimdal/lib/ipc/server.c
1082
heim_sipc_service_unix(const char *service,
crypto/heimdal/lib/ipc/server.c
1092
"/var/run/.heim_%s-socket", service);
crypto/heimdal/lib/ipc/server.c
305
mach_init(const char *service, mach_port_t sport, heim_sipc ctx)
crypto/heimdal/lib/ipc/server.c
316
asprintf(&name, "heim-ipc-mach-%s", service);
crypto/heimdal/lib/ipc/server.c
364
mach_checkin_or_register(const char *service)
crypto/heimdal/lib/ipc/server.c
369
kr = bootstrap_check_in(bootstrap_port, service, &mp);
crypto/heimdal/lib/ipc/server.c
386
kr = bootstrap_register(bootstrap_port, rk_UNCONST(service), mp);
crypto/heimdal/lib/ipc/server.c
403
heim_sipc_launchd_mach_init(const char *service,
crypto/heimdal/lib/ipc/server.c
414
sport = mach_checkin_or_register(service);
crypto/heimdal/lib/ipc/server.c
429
ret = mach_init(service, sport, c);
crypto/heimdal/lib/ipc/tc.c
70
test_ipc(const char *service)
crypto/heimdal/lib/ipc/tc.c
77
ret = heim_ipc_init_context(service, &ipc);
crypto/heimdal/lib/kadm5/ad.c
486
char *service;
crypto/heimdal/lib/kadm5/ad.c
491
asprintf(&service, "%s/%s@%s", KRB5_TGS_NAME,
crypto/heimdal/lib/kadm5/ad.c
493
if (service == NULL)
crypto/heimdal/lib/kadm5/ad.c
498
service,
crypto/heimdal/lib/kadm5/ad.c
501
free(service);
crypto/heimdal/lib/krb5/get_port.c
38
const char *service,
crypto/heimdal/lib/krb5/get_port.c
44
if ((sp = roken_getservbyname (service, proto)) == NULL) {
crypto/heimdal/lib/krb5/get_port.c
47
service, proto, default_port);
crypto/heimdal/lib/krb5/init_creds_pw.c
1402
const char *service)
crypto/heimdal/lib/krb5/init_creds_pw.c
1410
if (service) {
crypto/heimdal/lib/krb5/init_creds_pw.c
1411
ret = krb5_parse_name (context, service, &principal);
crypto/heimdal/lib/krb5/krb5-v4compat.h
82
char service[ANAME_SZ]; /* Service name */
crypto/heimdal/lib/krb5/krb5.h
762
const char *service;
crypto/heimdal/lib/krb5/krbhst.c
441
const char *proto, const char *service)
crypto/heimdal/lib/krb5/krbhst.c
447
ret = srv_find_realm(context, &res, &count, kd->realm, "SRV", proto, service,
crypto/heimdal/lib/krb5/krbhst.c
450
kd->realm, proto, service, ret);
crypto/heimdal/lib/krb5/krbhst.c
59
const char *proto, const char *service, int port)
crypto/heimdal/lib/krb5/krbhst.c
608
krb5plugin_service_locate_ftable *service;
crypto/heimdal/lib/krb5/krbhst.c
611
service = _krb5_plugin_get_symbol(e);
crypto/heimdal/lib/krb5/krbhst.c
612
if (service->minor_version != 0)
crypto/heimdal/lib/krb5/krbhst.c
615
(*service->init)(context, &ctx);
crypto/heimdal/lib/krb5/krbhst.c
616
ret = (*service->lookup)(ctx, type, kd->realm, 0, 0, add_locate, kd);
crypto/heimdal/lib/krb5/krbhst.c
617
(*service->fini)(ctx);
crypto/heimdal/lib/krb5/krbhst.c
82
def_port = ntohs(krb5_getportbyname (context, service, proto, 88));
crypto/heimdal/lib/krb5/krbhst.c
86
snprintf(domain, sizeof(domain), "_%s._%s.%s.", service, proto, realm);
crypto/heimdal/lib/krb5/krbhst.c
873
const char *service,
crypto/heimdal/lib/krb5/krbhst.c
888
service, realm, flags);
crypto/heimdal/lib/krb5/krbhst.c
924
const char *service;
crypto/heimdal/lib/krb5/krbhst.c
930
service = "kdc";
crypto/heimdal/lib/krb5/krbhst.c
936
service = "admin";
crypto/heimdal/lib/krb5/krbhst.c
942
service = "change_password";
crypto/heimdal/lib/krb5/krbhst.c
947
service = "524";
crypto/heimdal/lib/krb5/krbhst.c
954
if((kd = common_init(context, service, realm, flags)) == NULL)
crypto/heimdal/lib/krb5/mk_req.c
103
service,
crypto/heimdal/lib/krb5/mk_req.c
84
const char *service,
crypto/heimdal/lib/krb5/rd_req.c
1071
if (service)
crypto/heimdal/lib/krb5/rd_req.c
1072
krb5_free_principal(context, service);
crypto/heimdal/lib/krb5/rd_req.c
851
krb5_principal service = NULL;
crypto/heimdal/lib/krb5/rd_req.c
915
&service,
crypto/heimdal/lib/krb5/rd_req.c
920
server = service;
crypto/heimdal/lib/krb5/rd_req.c
930
if (service == NULL && (context->flags & KRB5_CTX_F_RD_REQ_IGNORE) == 0)
crypto/heimdal/lib/krb5/send_to_kdc.c
336
krb5plugin_send_to_kdc_ftable *service;
crypto/heimdal/lib/krb5/send_to_kdc.c
339
service = _krb5_plugin_get_symbol(e);
crypto/heimdal/lib/krb5/send_to_kdc.c
340
if (service->minor_version != 0)
crypto/heimdal/lib/krb5/send_to_kdc.c
343
(*service->init)(context, &ctx);
crypto/heimdal/lib/krb5/send_to_kdc.c
344
ret = (*service->send_to_kdc)(context, ctx, hi,
crypto/heimdal/lib/krb5/send_to_kdc.c
346
(*service->fini)(ctx);
crypto/heimdal/lib/krb5/test_plugin.c
51
enum locate_service_type service,
crypto/heimdal/lib/krb5/verify_init.c
219
char *service)
crypto/heimdal/lib/krb5/verify_init.c
232
ret = krb5_sname_to_principal (context, NULL, service,
crypto/heimdal/lib/krb5/verify_krb5_conf.c
150
char service[32];
crypto/heimdal/lib/krb5/verify_krb5_conf.c
169
strlcpy(service, "http", sizeof(service));
crypto/heimdal/lib/krb5/verify_krb5_conf.c
174
strlcpy(service, "http", sizeof(service));
crypto/heimdal/lib/krb5/verify_krb5_conf.c
179
strlcpy(service, "kerberos", sizeof(service));
crypto/heimdal/lib/krb5/verify_krb5_conf.c
184
strlcpy(service, "kerberos", sizeof(service));
crypto/heimdal/lib/krb5/verify_krb5_conf.c
188
strlcpy(service, "kerberos", sizeof(service));
crypto/heimdal/lib/krb5/verify_krb5_conf.c
204
snprintf(service, sizeof(service), "%u", defport);
crypto/heimdal/lib/krb5/verify_krb5_conf.c
206
ret = getaddrinfo(hostname, service, &hints, &ai);
crypto/heimdal/lib/krb5/verify_krb5_conf.c
207
if(ret == EAI_SERVICE && !isdigit((unsigned char)service[0])) {
crypto/heimdal/lib/krb5/verify_krb5_conf.c
208
snprintf(service, sizeof(service), "%u", defport);
crypto/heimdal/lib/krb5/verify_krb5_conf.c
209
ret = getaddrinfo(hostname, service, &hints, &ai);
crypto/heimdal/lib/krb5/verify_user.c
137
krb5_verify_opt_set_service(krb5_verify_opt *opt, const char *service)
crypto/heimdal/lib/krb5/verify_user.c
139
opt->service = service;
crypto/heimdal/lib/krb5/verify_user.c
180
OPT(service, "host"), cred);
crypto/heimdal/lib/krb5/verify_user.c
224
const char *service)
crypto/heimdal/lib/krb5/verify_user.c
232
krb5_verify_opt_set_service(&opt, service);
crypto/heimdal/lib/krb5/verify_user.c
248
const char *service)
crypto/heimdal/lib/krb5/verify_user.c
256
krb5_verify_opt_set_service(&opt, service);
crypto/heimdal/lib/krb5/verify_user.c
42
const char *service,
crypto/heimdal/lib/krb5/verify_user.c
50
ret = krb5_sname_to_principal (context, NULL, service, KRB5_NT_SRV_HST,
crypto/heimdal/lib/krb5/verify_user.c
96
opt->service = "host";
crypto/krb5/src/appl/sample/sclient/sclient.c
106
char *service = SAMPLE_SERVICE;
crypto/krb5/src/appl/sample/sclient/sclient.c
143
service = argv[3];
crypto/krb5/src/appl/sample/sclient/sclient.c
146
retval = krb5_sname_to_principal(context, argv[1], service,
crypto/krb5/src/appl/sample/sclient/sclient.c
150
argv[1], service);
crypto/krb5/src/appl/sample/sserver/sserver.c
118
service = optarg;
crypto/krb5/src/appl/sample/sserver/sserver.c
144
retval = krb5_sname_to_principal(context, NULL, service,
crypto/krb5/src/appl/sample/sserver/sserver.c
148
service, error_message(retval));
crypto/krb5/src/appl/sample/sserver/sserver.c
87
char *service = SAMPLE_SERVICE;
crypto/krb5/src/appl/simple/client/sim_client.c
117
service = optarg;
crypto/krb5/src/appl/simple/client/sim_client.c
204
retval = krb5_mk_req(context, &auth_context, AP_OPTS_USE_SUBKEY, service,
crypto/krb5/src/appl/simple/client/sim_client.c
210
printf("Got credentials for %s.\n", service);
crypto/krb5/src/appl/simple/client/sim_client.c
81
char *service = SIMPLE_SERVICE;
crypto/krb5/src/appl/simple/server/sim_server.c
107
service = optarg;
crypto/krb5/src/appl/simple/server/sim_server.c
125
if ((retval = krb5_sname_to_principal(context, NULL, service,
crypto/krb5/src/appl/simple/server/sim_server.c
127
com_err(PROGNAME, retval, "while generating service name %s", service);
crypto/krb5/src/appl/simple/server/sim_server.c
80
char *service = SIMPLE_SERVICE;
crypto/krb5/src/include/fake-addrinfo.h
214
extern int krb5int_getaddrinfo (const char *node, const char *service,
crypto/krb5/src/include/k5-int.h
539
krb5_data service;
crypto/krb5/src/include/k5-trace.h
262
#define TRACE_INIT_CREDS_SERVICE(c, service) \
crypto/krb5/src/include/k5-trace.h
263
TRACE(c, "Setting initial creds service to {str}", service)
crypto/krb5/src/lib/gssapi/krb5/acquire_cred.c
133
if (name->service == NULL) {
crypto/krb5/src/lib/gssapi/krb5/export_cred.c
102
ret = k5_json_array_fmt(&array, "vss", princ, name->service, name->host);
crypto/krb5/src/lib/gssapi/krb5/gssapiP_krb5.h
164
char *service; /* immutable */
crypto/krb5/src/lib/gssapi/krb5/gssapiP_krb5.h
948
char *service, char *host, krb5_authdata_context ad_context,
crypto/krb5/src/lib/gssapi/krb5/import_cred.c
136
if (json_to_optional_string(k5_json_array_get(array, 1), &name->service))
crypto/krb5/src/lib/gssapi/krb5/import_name.c
100
if (service == NULL)
crypto/krb5/src/lib/gssapi/krb5/import_name.c
102
memcpy(service, str, servicelen);
crypto/krb5/src/lib/gssapi/krb5/import_name.c
103
service[servicelen] = '\0';
crypto/krb5/src/lib/gssapi/krb5/import_name.c
110
free(service);
crypto/krb5/src/lib/gssapi/krb5/import_name.c
117
*service_out = service;
crypto/krb5/src/lib/gssapi/krb5/import_name.c
131
char *tmp = NULL, *tmp2 = NULL, *service = NULL, *host = NULL, *stringrep;
crypto/krb5/src/lib/gssapi/krb5/import_name.c
154
input_name_buffer->length, &service, &host);
crypto/krb5/src/lib/gssapi/krb5/import_name.c
163
code = krb5_sname_to_principal(context, host, service, KRB5_NT_SRV_HST,
crypto/krb5/src/lib/gssapi/krb5/import_name.c
322
code = kg_init_name(context, princ, service, host, ad_context,
crypto/krb5/src/lib/gssapi/krb5/import_name.c
330
service = host = NULL;
crypto/krb5/src/lib/gssapi/krb5/import_name.c
343
free(service);
crypto/krb5/src/lib/gssapi/krb5/import_name.c
92
char *service, *host = NULL;
crypto/krb5/src/lib/gssapi/krb5/import_name.c
99
service = xmalloc(servicelen + 1);
crypto/krb5/src/lib/gssapi/krb5/naming_exts.c
102
free((*name)->service);
crypto/krb5/src/lib/gssapi/krb5/naming_exts.c
121
code = kg_init_name(context, src->princ, src->service, src->host,
crypto/krb5/src/lib/gssapi/krb5/naming_exts.c
151
if (name->service == NULL)
crypto/krb5/src/lib/gssapi/krb5/naming_exts.c
165
code = krb5_build_principal(context, princ_out, 0, "", name->service, host,
crypto/krb5/src/lib/gssapi/krb5/naming_exts.c
32
char *service, char *host, krb5_authdata_context ad_context,
crypto/krb5/src/lib/gssapi/krb5/naming_exts.c
69
if (service != NULL) {
crypto/krb5/src/lib/gssapi/krb5/naming_exts.c
70
name->service = strdup(service);
crypto/krb5/src/lib/gssapi/krb5/naming_exts.c
71
if (name->service == NULL)
crypto/krb5/src/lib/gssapi/krb5/naming_exts.c
82
name->service = service;
crypto/krb5/src/lib/kadm5/t_kadm5.c
247
kinit(krb5_ccache cc, const char *user, const char *pass, const char *service)
crypto/krb5/src/lib/kadm5/t_kadm5.c
256
NULL, 0, service, opt));
crypto/krb5/src/lib/kadm5/t_kadm5.c
74
char *service, *pass;
crypto/krb5/src/lib/kadm5/t_kadm5.c
80
service = KADM5_CHANGEPW_SERVICE;
crypto/krb5/src/lib/kadm5/t_kadm5.c
83
service = KADM5_ADMIN_SERVICE;
crypto/krb5/src/lib/kadm5/t_kadm5.c
87
check(kadm5_init(context, client, pass, service, NULL,
crypto/krb5/src/lib/krb5/asn.1/asn1_k_encode.c
1588
DEFFIELD_IMPLICIT(otp_ch_1, krb5_pa_otp_challenge, service, 1, opt_utf8_data);
crypto/krb5/src/lib/krb5/ccache/cc_kcm.c
196
char *service;
crypto/krb5/src/lib/krb5/ccache/cc_kcm.c
200
DEFAULT_KCM_MACH_SERVICE, &service);
crypto/krb5/src/lib/krb5/ccache/cc_kcm.c
203
if (strcmp(service, "-") == 0) {
crypto/krb5/src/lib/krb5/ccache/cc_kcm.c
204
profile_release_string(service);
crypto/krb5/src/lib/krb5/ccache/cc_kcm.c
208
st = bootstrap_look_up(bootstrap_port, service, &mport);
crypto/krb5/src/lib/krb5/ccache/cc_kcm.c
209
profile_release_string(service);
crypto/krb5/src/lib/krb5/ccache/cc_mslsa.c
202
UnicodeStringToMITPrinc(UNICODE_STRING *service, UNICODE_STRING *realm,
crypto/krb5/src/lib/krb5/ccache/cc_mslsa.c
215
wcsncpy(princbuf, service->Buffer, service->Length/sizeof(WCHAR));
crypto/krb5/src/lib/krb5/ccache/cc_mslsa.c
216
princbuf[service->Length/sizeof(WCHAR)]=0;
crypto/krb5/src/lib/krb5/krb/get_in_tkt.c
1059
const char *service)
crypto/krb5/src/lib/krb5/krb/get_in_tkt.c
1063
TRACE_INIT_CREDS_SERVICE(context, service);
crypto/krb5/src/lib/krb5/krb/get_in_tkt.c
1065
s = strdup(service);
crypto/krb5/src/lib/krb5/krb/kfree.c
803
free(val->service.data);
crypto/krb5/src/lib/krb5/krb/mk_req.c
51
krb5_flags ap_req_options, const char *service,
crypto/krb5/src/lib/krb5/krb/mk_req.c
60
retval = krb5_sname_to_principal(context, hostname, service,
crypto/krb5/src/lib/krb5/krb/preauth_otp.c
1263
free(chl->service);
crypto/krb5/src/lib/krb5/krb/preauth_otp.c
223
if (chl->service.data) {
crypto/krb5/src/lib/krb5/krb/preauth_otp.c
224
retval = k5_json_string_create_len(chl->service.data,
crypto/krb5/src/lib/krb5/krb/preauth_otp.c
225
chl->service.length, &str);
crypto/krb5/src/lib/krb5/krb/preauth_otp.c
345
retval = codec_value_to_string(obj, "service", &chl->service);
crypto/krb5/src/lib/krb5/krb/t_expire_warn.c
64
char *user, *password, *service = NULL;
crypto/krb5/src/lib/krb5/krb/t_expire_warn.c
79
service = argv[5];
crypto/krb5/src/lib/krb5/krb/t_expire_warn.c
92
if (service != NULL)
crypto/krb5/src/lib/krb5/krb/t_expire_warn.c
93
check(krb5_init_creds_set_service(ctx, icctx, service));
crypto/krb5/src/lib/krb5/krb/t_expire_warn.c
99
service, opt));
crypto/krb5/src/lib/krb5/os/dnssrv.c
113
const char *service, const char *sitename,
crypto/krb5/src/lib/krb5/os/dnssrv.c
124
const char *service, const char *protocol,
crypto/krb5/src/lib/krb5/os/dnssrv.c
135
name = make_lookup_name(realm, service, protocol, sitename);
crypto/krb5/src/lib/krb5/os/dnssrv.c
146
return krb5int_make_srv_query_realm(context, realm, service, protocol,
crypto/krb5/src/lib/krb5/os/dnssrv.c
189
const char *service, const char *sitename,
crypto/krb5/src/lib/krb5/os/dnssrv.c
202
name = make_lookup_name(realm, service, NULL, sitename);
crypto/krb5/src/lib/krb5/os/dnssrv.c
212
return k5_make_uri_query(context, realm, service, NULL, answers);
crypto/krb5/src/lib/krb5/os/dnssrv.c
260
const char *service, const char *protocol,
crypto/krb5/src/lib/krb5/os/dnssrv.c
282
name = make_lookup_name(realm, service, protocol, sitename);
crypto/krb5/src/lib/krb5/os/dnssrv.c
292
return krb5int_make_srv_query_realm(context, realm, service, protocol,
crypto/krb5/src/lib/krb5/os/dnssrv.c
51
make_lookup_name(const krb5_data *realm, const char *service,
crypto/krb5/src/lib/krb5/os/dnssrv.c
60
k5_buf_add_fmt(&buf, "%s.", service);
crypto/krb5/src/lib/krb5/os/locate_kdc.c
359
const char *service, const char *protocol,
crypto/krb5/src/lib/krb5/os/locate_kdc.c
370
code = krb5int_make_srv_query_realm(context, realm, service, protocol,
crypto/krb5/src/lib/krb5/os/os-proto.h
179
const char *service, const char *protocol,
crypto/krb5/src/lib/krb5/os/os-proto.h
187
const char *service, const char *sitename,
crypto/krb5/src/lib/rpc/auth_gss.c
219
authgss_create_default(CLIENT *clnt, char *service, struct rpc_gss_sec *sec)
crypto/krb5/src/lib/rpc/auth_gss.c
229
sname.value = service;
crypto/krb5/src/lib/rpc/auth_gss.c
230
sname.length = strlen(service);
crypto/krb5/src/util/support/fake-addrinfo.c
1000
service[servicelen-1] = 0;
crypto/krb5/src/util/support/fake-addrinfo.c
1074
char *service, socklen_t servicelen,
crypto/krb5/src/util/support/fake-addrinfo.c
1077
return fake_getnameinfo(sa, len, host, hostlen, service, servicelen,
crypto/krb5/src/util/support/fake-addrinfo.c
1320
int krb5int_getaddrinfo (const char *node, const char *service,
crypto/krb5/src/util/support/fake-addrinfo.c
1324
return getaddrinfo(node, service, hints, aip);
crypto/krb5/src/util/support/fake-addrinfo.c
495
char *service, socklen_t servicelen,
crypto/krb5/src/util/support/fake-addrinfo.c
915
char *service, socklen_t servicelen,
crypto/krb5/src/util/support/fake-addrinfo.c
979
if (service) {
crypto/krb5/src/util/support/fake-addrinfo.c
988
strncpy (service, numbuf, slen);
crypto/krb5/src/util/support/fake-addrinfo.c
998
strncpy (service, sp->s_name, slen);
crypto/krb5/src/windows/include/leashwin.h
108
char *service;
crypto/krb5/src/windows/leash/KrbListTickets.cpp
13
free(killList->service);
crypto/krb5/src/windows/leash/KrbListTickets.cpp
130
list->service = strdup(sServerName);
crypto/krb5/src/windows/leash/KrbListTickets.cpp
131
if (!list->service) {
crypto/krb5/src/windows/leash/LeashView.cpp
1209
tempList->service,
crypto/openssh/auth.h
65
char *service;
crypto/openssh/auth2-gss.c
303
ssh_gssapi_buildmic(b, authctxt->user, authctxt->service,
crypto/openssh/auth2-hostbased.c
133
(r = sshbuf_put_cstring(b, authctxt->service)) != 0 ||
crypto/openssh/auth2-pubkey.c
214
(r = sshbuf_put_cstring(b, authctxt->service)) != 0 ||
crypto/openssh/auth2.c
187
char *service = NULL;
crypto/openssh/auth2.c
190
if ((r = sshpkt_get_cstring(ssh, &service, NULL)) != 0 ||
crypto/openssh/auth2.c
197
if (strcmp(service, "ssh-userauth") == 0) {
crypto/openssh/auth2.c
209
(r = sshpkt_put_cstring(ssh, service)) != 0 ||
crypto/openssh/auth2.c
214
debug("bad service request %s", service);
crypto/openssh/auth2.c
215
ssh_packet_disconnect(ssh, "bad service request %s", service);
crypto/openssh/auth2.c
220
free(service);
crypto/openssh/auth2.c
273
char *user = NULL, *service = NULL, *method = NULL, *style = NULL;
crypto/openssh/auth2.c
281
(r = sshpkt_get_cstring(ssh, &service, NULL)) != 0 ||
crypto/openssh/auth2.c
284
debug("userauth-request for user %s service %s method %s", user, service, method);
crypto/openssh/auth2.c
296
if (authctxt->pw && strcmp(service, "ssh-connection")==0) {
crypto/openssh/auth2.c
314
authctxt->service = xstrdup(service);
crypto/openssh/auth2.c
316
mm_inform_authserv(service, style);
crypto/openssh/auth2.c
324
strcmp(service, authctxt->service) != 0) {
crypto/openssh/auth2.c
327
authctxt->user, authctxt->service, user, service);
crypto/openssh/auth2.c
354
free(service);
crypto/openssh/channels.c
1130
channel_request_start(struct ssh *ssh, int id, char *service, int wantconfirm)
crypto/openssh/channels.c
1142
debug2("channel %d: request %s confirm %d", id, service, wantconfirm);
crypto/openssh/channels.c
1145
(r = sshpkt_put_cstring(ssh, service)) != 0 ||
crypto/openssh/gss-genr.c
259
ssh_gssapi_buildmic(struct sshbuf *b, const char *user, const char *service,
crypto/openssh/gss-genr.c
268
(r = sshbuf_put_cstring(b, service)) != 0 ||
crypto/openssh/monitor.c
957
if ((r = sshbuf_get_cstring(m, &authctxt->service, NULL)) != 0 ||
crypto/openssh/monitor.c
960
debug3_f("service=%s, style=%s", authctxt->service, authctxt->style);
crypto/openssh/monitor_wrap.c
427
mm_inform_authserv(char *service, char *style)
crypto/openssh/monitor_wrap.c
436
if ((r = sshbuf_put_cstring(m, service)) != 0 ||
crypto/openssh/ssh-agent.c
715
char *user = NULL, *service = NULL, *method = NULL, *pkalg = NULL;
crypto/openssh/ssh-agent.c
738
(r = sshbuf_get_cstring(b, &service, NULL)) != 0 || /* service */
crypto/openssh/ssh-agent.c
746
strcmp(service, "ssh-connection") != 0 ||
crypto/openssh/ssh-agent.c
782
free(service);
crypto/openssh/sshconnect2.c
1027
(r = sshpkt_put_cstring(ssh, authctxt->service)) != 0 ||
crypto/openssh/sshconnect2.c
1053
(r = sshpkt_put_cstring(ssh, authctxt->service)) != 0 ||
crypto/openssh/sshconnect2.c
1097
(r = sshpkt_put_cstring(ssh, authctxt->service)) != 0 ||
crypto/openssh/sshconnect2.c
1413
(r = sshbuf_put_cstring(b, authctxt->service)) != 0 ||
crypto/openssh/sshconnect2.c
1506
(r = sshpkt_put_cstring(ssh, authctxt->service)) != 0 ||
crypto/openssh/sshconnect2.c
1925
(r = sshpkt_put_cstring(ssh, authctxt->service)) != 0 ||
crypto/openssh/sshconnect2.c
2215
(r = sshbuf_put_cstring(b, authctxt->service)) != 0 ||
crypto/openssh/sshconnect2.c
2236
(r = sshpkt_put_cstring(ssh, authctxt->service)) != 0 ||
crypto/openssh/sshconnect2.c
317
const char *service;
crypto/openssh/sshconnect2.c
437
authctxt.service = "ssh-connection"; /* service name */
crypto/openssh/sshconnect2.c
790
(r = sshpkt_put_cstring(ssh, authctxt->service)) != 0 ||
crypto/openssh/sshconnect2.c
861
authctxt->service, "gssapi-with-mic",
crypto/openssl/apps/include/s_apps.h
22
void get_sock_info_address(int asock, char **hostname, char **service);
crypto/openssl/apps/lib/s_socket.c
228
void get_sock_info_address(int asock, char **hostname, char **service)
crypto/openssl/apps/lib/s_socket.c
234
if (service != NULL)
crypto/openssl/apps/lib/s_socket.c
235
*service = NULL;
crypto/openssl/apps/lib/s_socket.c
241
if (service != NULL)
crypto/openssl/apps/lib/s_socket.c
242
*service = BIO_ADDR_service_string(info.addr, 1);
crypto/openssl/apps/lib/s_socket.c
254
char *hostname, *service;
crypto/openssl/apps/lib/s_socket.c
256
get_sock_info_address(asock, &hostname, &service);
crypto/openssl/apps/lib/s_socket.c
257
success = hostname != NULL && service != NULL;
crypto/openssl/apps/lib/s_socket.c
263
hostname, service)
crypto/openssl/apps/lib/s_socket.c
268
OPENSSL_free(service);
crypto/openssl/crypto/bio/bio_addr.c
230
char **hostname, char **service)
crypto/openssl/crypto/bio/bio_addr.c
274
if (service != NULL)
crypto/openssl/crypto/bio/bio_addr.c
275
*service = OPENSSL_strdup(serv);
crypto/openssl/crypto/bio/bio_addr.c
280
if (service != NULL) {
crypto/openssl/crypto/bio/bio_addr.c
283
*service = OPENSSL_strdup(serv);
crypto/openssl/crypto/bio/bio_addr.c
288
|| (service != NULL && *service == NULL)) {
crypto/openssl/crypto/bio/bio_addr.c
293
if (service != NULL) {
crypto/openssl/crypto/bio/bio_addr.c
294
OPENSSL_free(*service);
crypto/openssl/crypto/bio/bio_addr.c
295
*service = NULL;
crypto/openssl/crypto/bio/bio_addr.c
315
char *service = NULL;
crypto/openssl/crypto/bio/bio_addr.c
317
if (addr_strings(ap, numeric, NULL, &service))
crypto/openssl/crypto/bio/bio_addr.c
318
return service;
crypto/openssl/crypto/bio/bio_addr.c
506
int BIO_parse_hostserv(const char *hostserv, char **host, char **service,
crypto/openssl/crypto/bio/bio_addr.c
572
if (p != NULL && service != NULL) {
crypto/openssl/crypto/bio/bio_addr.c
575
*service = NULL;
crypto/openssl/crypto/bio/bio_addr.c
577
*service = OPENSSL_strndup(p, pl);
crypto/openssl/crypto/bio/bio_addr.c
578
if (*service == NULL) {
crypto/openssl/crypto/bio/bio_addr.c
651
int BIO_lookup(const char *host, const char *service,
crypto/openssl/crypto/bio/bio_addr.c
655
return BIO_lookup_ex(host, service, lookup_type, family, socktype, 0, res);
crypto/openssl/crypto/bio/bio_addr.c
680
int BIO_lookup_ex(const char *host, const char *service, int lookup_type,
crypto/openssl/crypto/bio/bio_addr.c
741
switch ((gai_ret = getaddrinfo(host, service, &hints, res))) {
crypto/openssl/crypto/bio/bio_addr.c
870
if (service == NULL) {
crypto/openssl/crypto/bio/bio_addr.c
876
long portnum = strtol(service, &endp, 10);
crypto/openssl/crypto/bio/bio_addr.c
900
if (endp != service && *endp == '\0'
crypto/openssl/crypto/bio/bio_addr.c
905
} else if (endp == service) {
crypto/openssl/crypto/bio/bio_addr.c
906
se = getservbyname(service, proto);
crypto/openssl/crypto/bio/bss_conn.c
533
char *service = BIO_ADDR_service_string(addr, 1);
crypto/openssl/crypto/bio/bss_conn.c
535
ret = host != NULL && service != NULL;
crypto/openssl/crypto/bio/bss_conn.c
540
data->param_service = service;
crypto/openssl/crypto/bio/bss_conn.c
546
OPENSSL_free(service);
crypto/openssl/crypto/http/http_client.c
990
char *service = NULL;
crypto/openssl/crypto/http/http_client.c
992
if (!BIO_parse_hostserv(hostserv, NULL, &service, BIO_PARSE_PRIO_HOST))
crypto/openssl/crypto/http/http_client.c
994
if (service == NULL) /* implicit port */
crypto/openssl/crypto/http/http_client.c
996
OPENSSL_free(service);
crypto/openssl/include/openssl/bio.h
867
int BIO_parse_hostserv(const char *hostserv, char **host, char **service,
crypto/openssl/include/openssl/bio.h
873
int BIO_lookup(const char *host, const char *service,
crypto/openssl/include/openssl/bio.h
876
int BIO_lookup_ex(const char *host, const char *service,
include/rpc/rpcsec_gss.h
144
const char *mechanism, rpc_gss_service_t service, const char *qop,
include/rpc/rpcsec_gss.h
146
bool_t rpc_gss_set_defaults(AUTH *auth, rpc_gss_service_t service,
include/rpc/rpcsec_gss.h
155
const char **rpc_gss_get_mech_info(const char *mech, rpc_gss_service_t *service);
include/rpc/rpcsec_gss.h
91
rpc_gss_service_t service; /* service type */
lib/libc/rpc/svc_nl.c
103
snl_get_genl_mcast_group(&sc->snl, "rpc", service, &family)) == 0)
lib/libc/rpc/svc_nl.c
88
svc_nl_create(const char *service)
lib/libcasper/libcasper/libcasper_impl.h
41
struct service;
lib/libcasper/libcasper/libcasper_impl.h
48
struct service *service_alloc(const char *name,
lib/libcasper/libcasper/libcasper_impl.h
51
void service_free(struct service *service);
lib/libcasper/libcasper/libcasper_impl.h
52
void service_message(struct service *service,
lib/libcasper/libcasper/libcasper_impl.h
54
void service_start(struct service *service, int sock, int procfd);
lib/libcasper/libcasper/libcasper_impl.h
55
const char *service_name(struct service *service);
lib/libcasper/libcasper/libcasper_impl.h
56
int service_get_channel_flags(struct service *service);
lib/libcasper/libcasper/libcasper_impl.h
59
struct service_connection *service_connection_add(struct service *service,
lib/libcasper/libcasper/libcasper_impl.h
62
struct service *service,
lib/libcasper/libcasper/libcasper_impl.h
65
struct service *service,
lib/libcasper/libcasper/libcasper_impl.h
68
struct service *service);
lib/libcasper/libcasper/libcasper_service.c
107
casper_allowed_service(const nvlist_t *limits, const char *service)
lib/libcasper/libcasper/libcasper_service.c
113
if (nvlist_exists_null(limits, service))
lib/libcasper/libcasper/libcasper_service.c
141
struct service *service;
lib/libcasper/libcasper/libcasper_service.c
155
service = casserv->cs_service;
lib/libcasper/libcasper/libcasper_service.c
159
service_start(service, chanfd, procfd);
lib/libcasper/libcasper/libcasper_service.c
55
struct service *cs_service;
lib/libcasper/libcasper/libcasper_service.c
63
#define CSERVICE_IS_CORE(service) \
lib/libcasper/libcasper/libcasper_service.c
64
(strcmp(service_name(service->cs_service), CORE_CASPER_NAME) == 0)
lib/libcasper/libcasper/service.c
101
service->s_limit = limitfunc;
lib/libcasper/libcasper/service.c
102
service->s_command = commandfunc;
lib/libcasper/libcasper/service.c
103
service->s_flags = flags;
lib/libcasper/libcasper/service.c
104
TAILQ_INIT(&service->s_connections);
lib/libcasper/libcasper/service.c
105
service->s_magic = SERVICE_MAGIC;
lib/libcasper/libcasper/service.c
107
return (service);
lib/libcasper/libcasper/service.c
111
service_free(struct service *service)
lib/libcasper/libcasper/service.c
115
assert(service->s_magic == SERVICE_MAGIC);
lib/libcasper/libcasper/service.c
117
service->s_magic = 0;
lib/libcasper/libcasper/service.c
118
while ((sconn = service_connection_first(service)) != NULL)
lib/libcasper/libcasper/service.c
119
service_connection_remove(service, sconn);
lib/libcasper/libcasper/service.c
120
free(service->s_name);
lib/libcasper/libcasper/service.c
121
free(service);
lib/libcasper/libcasper/service.c
125
service_connection_add(struct service *service, int sock,
lib/libcasper/libcasper/service.c
131
assert(service->s_magic == SERVICE_MAGIC);
lib/libcasper/libcasper/service.c
137
service_get_channel_flags(service));
lib/libcasper/libcasper/service.c
157
TAILQ_INSERT_TAIL(&service->s_connections, sconn, sc_next);
lib/libcasper/libcasper/service.c
162
service_connection_remove(struct service *service,
lib/libcasper/libcasper/service.c
166
assert(service->s_magic == SERVICE_MAGIC);
lib/libcasper/libcasper/service.c
169
TAILQ_REMOVE(&service->s_connections, sconn, sc_next);
lib/libcasper/libcasper/service.c
177
service_connection_clone(struct service *service,
lib/libcasper/libcasper/service.c
186
newsconn = service_connection_add(service, sock[0],
lib/libcasper/libcasper/service.c
200
service_connection_first(struct service *service)
lib/libcasper/libcasper/service.c
204
assert(service->s_magic == SERVICE_MAGIC);
lib/libcasper/libcasper/service.c
206
sconn = TAILQ_FIRST(&service->s_connections);
lib/libcasper/libcasper/service.c
263
service_message(struct service *service, struct service_connection *sconn)
lib/libcasper/libcasper/service.c
270
if ((service->s_flags & CASPER_SERVICE_NO_UNIQ_LIMITS) != 0)
lib/libcasper/libcasper/service.c
275
service_connection_remove(service, sconn);
lib/libcasper/libcasper/service.c
287
if (service->s_limit == NULL) {
lib/libcasper/libcasper/service.c
290
error = service->s_limit(
lib/libcasper/libcasper/service.c
311
sock = service_connection_clone(service, sconn);
lib/libcasper/libcasper/service.c
319
error = service->s_command(cmd,
lib/libcasper/libcasper/service.c
327
service_connection_remove(service, sconn);
lib/libcasper/libcasper/service.c
341
service_name(struct service *service)
lib/libcasper/libcasper/service.c
344
assert(service->s_magic == SERVICE_MAGIC);
lib/libcasper/libcasper/service.c
345
return (service->s_name);
lib/libcasper/libcasper/service.c
349
service_get_channel_flags(struct service *service)
lib/libcasper/libcasper/service.c
353
assert(service->s_magic == SERVICE_MAGIC);
lib/libcasper/libcasper/service.c
356
if ((service->s_flags & CASPER_SERVICE_NO_UNIQ_LIMITS) != 0)
lib/libcasper/libcasper/service.c
418
service_start(struct service *service, int sock, int procfd)
lib/libcasper/libcasper/service.c
424
assert(service != NULL);
lib/libcasper/libcasper/service.c
425
assert(service->s_magic == SERVICE_MAGIC);
lib/libcasper/libcasper/service.c
426
setproctitle("%s", service->s_name);
lib/libcasper/libcasper/service.c
427
service_clean(&sock, &procfd, service->s_flags);
lib/libcasper/libcasper/service.c
429
if (service_connection_add(service, sock, NULL) == NULL)
lib/libcasper/libcasper/service.c
435
for (sconn = service_connection_first(service); sconn != NULL;
lib/libcasper/libcasper/service.c
453
for (sconn = service_connection_first(service); sconn != NULL;
lib/libcasper/libcasper/service.c
461
service_message(service, sconn);
lib/libcasper/libcasper/service.c
463
if (service_connection_first(service) == NULL) {
lib/libcasper/libcasper/service.c
87
struct service *
lib/libcasper/libcasper/service.c
91
struct service *service;
lib/libcasper/libcasper/service.c
93
service = malloc(sizeof(*service));
lib/libcasper/libcasper/service.c
94
if (service == NULL)
lib/libcasper/libcasper/service.c
96
service->s_name = strdup(name);
lib/libcasper/libcasper/service.c
97
if (service->s_name == NULL) {
lib/libcasper/libcasper/service.c
98
free(service);
lib/libfetch/common.c
323
const char *host, *service;
lib/libfetch/common.c
363
service = sbuf;
lib/libfetch/common.c
365
service = sep + 1;
lib/libfetch/common.c
367
service = NULL;
lib/libfetch/common.c
375
if ((err = getaddrinfo(host, service, &hints, &res)) != 0) {
lib/libpam/modules/pam_krb5/pam_krb5.c
1007
const char *service, krb5_principal princ, char phost[static BUFSIZ] __unused)
lib/libpam/modules/pam_krb5/pam_krb5.c
1010
if (service)
lib/libpam/modules/pam_krb5/pam_krb5.c
131
const void *sourceuser, *service;
lib/libpam/modules/pam_krb5/pam_krb5.c
146
service = NULL;
lib/libpam/modules/pam_krb5/pam_krb5.c
147
pam_get_item(pamh, PAM_SERVICE, &service);
lib/libpam/modules/pam_krb5/pam_krb5.c
148
if (service == NULL)
lib/libpam/modules/pam_krb5/pam_krb5.c
149
service = "unknown";
lib/libpam/modules/pam_krb5/pam_krb5.c
151
PAM_LOG("Got service: %s", (const char *)service);
lib/libpam/modules/pam_krb5/pam_krb5.c
153
if ((srvdup = strdup(service)) == NULL) {
lib/libpam/modules/pam_krb5/pam_krb5.c
277
service, NULL, opts);
lib/libpam/modules/pam_krb5/pam_krb5.c
889
const char *services[3], **service;
lib/libpam/modules/pam_krb5/pam_krb5.c
910
for (service = &services[0]; *service != NULL; service++) {
lib/libpam/modules/pam_krb5/pam_krb5.c
911
retval = krb5_sname_to_principal(context, NULL, *service,
lib/libpam/modules/pam_krb5/pam_krb5.c
950
const char *service, krb5_principal princ, char phost[static BUFSIZ])
lib/libpam/modules/pam_krb5/pam_krb5.c
956
if (service == NULL)
lib/libpam/modules/pam_krb5/pam_krb5.c
963
retval = krb5_mk_req(context, &auth_context, 0, service, phost,
lib/librpcsec_gss/rpcsec_gss.c
121
const char *mechanism, rpc_gss_service_t service, const char *qop,
lib/librpcsec_gss/rpcsec_gss.c
155
if (service == rpc_gss_svc_default)
lib/librpcsec_gss/rpcsec_gss.c
156
service = rpc_gss_svc_integrity;
lib/librpcsec_gss/rpcsec_gss.c
208
gd->gd_cred.gc_svc = service;
lib/librpcsec_gss/rpcsec_gss.c
228
rpc_gss_set_defaults(AUTH *auth, rpc_gss_service_t service, const char *qop)
lib/librpcsec_gss/rpcsec_gss.c
247
gd->gd_cred.gc_svc = service;
lib/librpcsec_gss/rpcsec_gss_conf.c
372
rpc_gss_get_mech_info(const char *mech, rpc_gss_service_t *service)
lib/librpcsec_gss/rpcsec_gss_conf.c
388
*service = rpc_gss_svc_privacy;
lib/librpcsec_gss/svc_rpcsec_gss.c
1150
if (client->cl_rawcred.service != gc.gc_svc) {
lib/librpcsec_gss/svc_rpcsec_gss.c
1173
client->cl_rawcred.service = gc.gc_svc;
lib/librpcsec_gss/svc_rpcsec_gss.c
1215
|| client->cl_rawcred.service == rpc_gss_svc_none) {
lib/librpcsec_gss/svc_rpcsec_gss.c
1220
client->cl_rawcred.service, client->cl_seq));
lib/librpcsec_gss/svc_rpcsec_gss.c
1232
|| client->cl_rawcred.service == rpc_gss_svc_none) {
lib/librpcsec_gss/svc_rpcsec_gss.c
1237
client->cl_rawcred.service, client->cl_seq));
lib/librpcsec_gss/svc_rpcsec_gss.c
344
switch (client->cl_rawcred.service) {
lib/librpcsec_gss/svc_rpcsec_gss.c
718
client->cl_rawcred.service = gc->gc_svc;
lib/librpcsec_gss/svc_rpcsec_gss.c
737
client->cl_qop, client->rawcred.service);
lib/libtacplus/taclib.c
888
tac_create_authen(struct tac_handle *h, int action, int type, int service)
lib/libtacplus/taclib.c
898
as->service = service;
lib/libtacplus/taclib.c
904
tac_create_author(struct tac_handle *h, int method, int type, int service)
lib/libtacplus/taclib.c
914
areq->service = service;
lib/libtacplus/taclib.c
920
tac_create_acct(struct tac_handle *h, int acct, int action, int type, int service)
lib/libtacplus/taclib.c
931
as->authen_service = service;
lib/libtacplus/taclib_private.h
70
u_int8_t service;
lib/libtacplus/taclib_private.h
97
u_int8_t service;
stand/libofw/openfirm.c
123
cell_t service;
stand/libofw/openfirm.c
128
args.service = IN(name);
sys/amd64/vmm/io/vatpic.c
137
if (atpic->service & bit) {
sys/amd64/vmm/io/vatpic.c
163
serviced = atpic->service;
sys/amd64/vmm/io/vatpic.c
213
atpic->mask, atpic->request, atpic->service);
sys/amd64/vmm/io/vatpic.c
224
atpic->mask, atpic->request, atpic->service);
sys/amd64/vmm/io/vatpic.c
235
atpic->mask, atpic->request, atpic->service);
sys/amd64/vmm/io/vatpic.c
268
atpic->mask, atpic->request, atpic->service);
sys/amd64/vmm/io/vatpic.c
381
atpic->service &= ~(1 << isr_bit);
sys/amd64/vmm/io/vatpic.c
595
atpic->service |= (1 << pin);
sys/amd64/vmm/io/vatpic.c
651
*eax = atpic->service;
sys/amd64/vmm/io/vatpic.c
76
uint8_t service; /* Interrupt Service (ISR) */
sys/amd64/vmm/io/vatpic.c
835
SNAPSHOT_VAR_OR_LEAVE(atpic->service, meta, ret, done);
sys/compat/linuxkpi/common/include/linux/soc/qcom/qmi.h
125
qmi_add_lookup(struct qmi_handle *handle, uint32_t service, uint32_t version,
sys/dev/bhnd/bhnd.h
563
bhnd_service_t service,
sys/dev/bhnd/bhnd.h
568
bhnd_service_t service);
sys/dev/bhnd/bhnd.h
571
bhnd_service_t service);
sys/dev/bhnd/bhnd.h
575
bhnd_service_t service);
sys/dev/bhnd/bhnd.h
579
device_t provider, bhnd_service_t service);
sys/dev/bhnd/bhnd.h
582
device_t provider, bhnd_service_t service);
sys/dev/bhnd/bhnd.h
584
device_t child, bhnd_service_t service);
sys/dev/bhnd/bhnd.h
587
bhnd_service_t service);
sys/dev/bhnd/bhnd.h
591
device_t provider, bhnd_service_t service);
sys/dev/bhnd/bhnd.h
594
device_t provider, bhnd_service_t service);
sys/dev/bhnd/bhnd.h
596
device_t child, bhnd_service_t service);
sys/dev/bhnd/bhnd.h
599
bhnd_service_t service);
sys/dev/bhnd/bhnd.h
667
bhnd_register_provider(device_t dev, bhnd_service_t service)
sys/dev/bhnd/bhnd.h
670
service));
sys/dev/bhnd/bhnd.h
686
bhnd_deregister_provider(device_t dev, bhnd_service_t service)
sys/dev/bhnd/bhnd.h
689
service));
sys/dev/bhnd/bhnd.h
706
bhnd_retain_provider(device_t dev, bhnd_service_t service)
sys/dev/bhnd/bhnd.h
709
service));
sys/dev/bhnd/bhnd.h
722
bhnd_service_t service)
sys/dev/bhnd/bhnd.h
725
provider, service));
sys/dev/bhnd/bhnd_private.h
48
bhnd_service_t service; /**< service implemented */
sys/dev/bhnd/bhnd_subr.c
1554
bhnd_service_t service, uint32_t flags)
sys/dev/bhnd/bhnd_subr.c
1558
if (service == BHND_SERVICE_ANY)
sys/dev/bhnd/bhnd_subr.c
1565
if (entry->service == service) {
sys/dev/bhnd/bhnd_subr.c
1579
entry->service = service;
sys/dev/bhnd/bhnd_subr.c
1617
device_t provider, bhnd_service_t service)
sys/dev/bhnd/bhnd_subr.c
1625
(service == BHND_SERVICE_ANY || (_e)->service == service))
sys/dev/bhnd/bhnd_subr.c
1674
bhnd_service_t service)
sys/dev/bhnd/bhnd_subr.c
1680
if (entry->service != service)
sys/dev/bhnd/bhnd_subr.c
1719
device_t provider, bhnd_service_t service)
sys/dev/bhnd/bhnd_subr.c
1732
if (entry->service != service)
sys/dev/bhnd/bhnd_subr.c
1833
device_t provider, bhnd_service_t service)
sys/dev/bhnd/bhnd_subr.c
1839
provider, service));
sys/dev/bhnd/bhnd_subr.c
1854
device_t provider, bhnd_service_t service)
sys/dev/bhnd/bhnd_subr.c
1860
provider, service));
sys/dev/bhnd/bhnd_subr.c
1875
bhnd_service_t service)
sys/dev/bhnd/bhnd_subr.c
1881
service));
sys/dev/bhnd/bhnd_subr.c
1896
device_t provider, bhnd_service_t service)
sys/dev/bhnd/bhnd_subr.c
1902
provider, service));
sys/dev/bhnd/bhnd_subr.c
1917
device_t provider, bhnd_service_t service)
sys/dev/bhnd/bhnd_subr.c
1925
return (bhnd_service_registry_add(bsr, provider, service, 0));
sys/dev/bhnd/bhnd_subr.c
1937
device_t provider, bhnd_service_t service)
sys/dev/bhnd/bhnd_subr.c
1945
return (bhnd_service_registry_remove(bsr, provider, service));
sys/dev/bhnd/bhnd_subr.c
1961
bhnd_service_t service)
sys/dev/bhnd/bhnd_subr.c
1980
provider = bhnd_service_registry_retain(bsr, service);
sys/dev/bhnd/bhnd_subr.c
1988
provider = BHND_BUS_RETAIN_PROVIDER(parent, dev, service);
sys/dev/bhnd/bhnd_subr.c
1994
error = bhnd_service_registry_add(bsr, provider, service,
sys/dev/bhnd/bhnd_subr.c
1998
service);
sys/dev/bhnd/bhnd_subr.c
2022
device_t provider, bhnd_service_t service)
sys/dev/bhnd/bhnd_subr.c
2032
if (!bhnd_service_registry_release(bsr, provider, service))
sys/dev/bhnd/bhnd_subr.c
2037
service);
sys/dev/bwi/if_bwi.c
2864
int len, service, pkt_bitlen;
sys/dev/bwi/if_bwi.c
2869
service = IEEE80211_PLCP_SERVICE_LOCKED;
sys/dev/bwi/if_bwi.c
2879
service |= IEEE80211_PLCP_SERVICE_LENEXT7;
sys/dev/bwi/if_bwi.c
2883
plcp->i_service = service;
sys/dev/ofw/ofw_standard.c
169
cell_t service;
sys/dev/ofw/ofw_standard.c
177
args.service = (cell_t)name;
sys/dev/qat/include/common/adf_common_drv.h
75
int adf_service_register(struct service_hndl *service);
sys/dev/qat/include/common/adf_common_drv.h
76
int adf_service_unregister(struct service_hndl *service);
sys/dev/qat/qat_api/common/ctrl/sal_compression.c
352
SalCtrl_CompressionInit(icp_accel_dev_t *device, sal_service_t *service)
sys/dev/qat/qat_api/common/ctrl/sal_compression.c
368
(sal_compression_service_t *)service;
sys/dev/qat/qat_api/common/ctrl/sal_compression.c
769
SalCtrl_CompressionStart(icp_accel_dev_t *device, sal_service_t *service)
sys/dev/qat/qat_api/common/ctrl/sal_compression.c
774
(sal_compression_service_t *)service;
sys/dev/qat/qat_api/common/ctrl/sal_compression.c
793
SalCtrl_CompressionStop(icp_accel_dev_t *device, sal_service_t *service)
sys/dev/qat/qat_api/common/ctrl/sal_compression.c
796
(sal_compression_service_t *)service;
sys/dev/qat/qat_api/common/ctrl/sal_compression.c
816
SalCtrl_CompressionShutdown(icp_accel_dev_t *device, sal_service_t *service)
sys/dev/qat/qat_api/common/ctrl/sal_compression.c
821
(sal_compression_service_t *)service;
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
102
SalCtrl_SymReleaseTransHandle(sal_service_t *service)
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
107
sal_crypto_service_t *pCryptoService = (sal_crypto_service_t *)service;
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
187
sal_service_t *service,
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
193
sal_crypto_service_t *pCryptoService = (sal_crypto_service_t *)service;
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
334
SalCtrl_SymInit(icp_accel_dev_t *device, sal_service_t *service)
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
341
sal_crypto_service_t *pCryptoService = (sal_crypto_service_t *)service;
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
396
service,
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
450
SalCtrl_DebugShutdown(icp_accel_dev_t *device, sal_service_t *service)
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
452
sal_crypto_service_t *pCryptoService = (sal_crypto_service_t *)service;
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
469
SalCtrl_DebugInit(icp_accel_dev_t *device, sal_service_t *service)
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
474
sal_crypto_service_t *pCryptoService = (sal_crypto_service_t *)service;
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
573
SalCtr_InstInit(icp_accel_dev_t *device, sal_service_t *service)
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
578
sal_crypto_service_t *pCryptoService = (sal_crypto_service_t *)service;
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
595
switch (service->type) {
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
707
if (service->type == SAL_SERVICE_TYPE_CRYPTO_ASYM)
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
758
SalCtrl_CryptoInit(icp_accel_dev_t *device, sal_service_t *service)
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
761
sal_crypto_service_t *pCryptoService = (sal_crypto_service_t *)service;
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
762
sal_service_type_t svc_type = service->type;
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
771
status = SalCtr_InstInit(device, service);
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
774
status = SalCtrl_DebugInit(device, service);
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
781
status = SalCtrl_SymInit(device, service);
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
783
SalCtrl_DebugShutdown(device, service);
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
788
status = SalCtrl_SymInit(device, service);
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
790
SalCtrl_DebugShutdown(device, service);
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
807
SalCtrl_CryptoStart(icp_accel_dev_t *device, sal_service_t *service)
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
809
sal_crypto_service_t *pCryptoService = (sal_crypto_service_t *)service;
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
823
SalCtrl_CryptoStop(icp_accel_dev_t *device, sal_service_t *service)
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
825
sal_crypto_service_t *pCryptoService = (sal_crypto_service_t *)service;
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
838
SalCtrl_CryptoShutdown(icp_accel_dev_t *device, sal_service_t *service)
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
840
sal_crypto_service_t *pCryptoService = (sal_crypto_service_t *)service;
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
842
sal_service_type_t svc_type = service->type;
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
872
SalCtrl_DebugShutdown(device, service);
sys/dev/qat/qat_api/common/ctrl/sal_ctrl_services.c
171
SalCtrl_IsServiceEnabled(Cpa32U enabled_services, sal_service_type_t service)
sys/dev/qat/qat_api/common/ctrl/sal_ctrl_services.c
173
return (CpaBoolean)((enabled_services & (Cpa32U)(service)) != 0);
sys/dev/qat/qat_api/common/ctrl/sal_ctrl_services.c
447
sal_service_t *service = NULL;
sys/dev/qat/qat_api/common/ctrl/sal_ctrl_services.c
450
service =
sys/dev/qat/qat_api/common/ctrl/sal_ctrl_services.c
452
service->state = SAL_SERVICE_STATE_RESTARTING;
sys/dev/qat/qat_api/common/ctrl/sal_ctrl_services.c
569
sal_service_t *service = NULL;
sys/dev/qat/qat_api/common/ctrl/sal_ctrl_services.c
571
service =
sys/dev/qat/qat_api/common/ctrl/sal_ctrl_services.c
573
service->debug_parent_dir = debug_dir;
sys/dev/qat/qat_api/common/ctrl/sal_ctrl_services.c
575
if (CPA_TRUE == service->isInstanceStarted) {
sys/dev/qat/qat_api/common/ctrl/sal_ctrl_services.c
655
sal_service_t *service = NULL;
sys/dev/qat/qat_api/common/ctrl/sal_ctrl_services.c
657
service =
sys/dev/qat/qat_api/common/ctrl/sal_ctrl_services.c
659
if (service->notification_cb) {
sys/dev/qat/qat_api/common/ctrl/sal_ctrl_services.c
660
service->notification_cb(
sys/dev/qat/qat_api/common/ctrl/sal_ctrl_services.c
661
service,
sys/dev/qat/qat_api/common/ctrl/sal_ctrl_services.c
662
service->cb_tag,
sys/dev/qat/qat_api/common/ctrl/sal_ctrl_services.c
702
sal_service_t *service = NULL;
sys/dev/qat/qat_api/common/ctrl/sal_ctrl_services.c
704
service =
sys/dev/qat/qat_api/common/ctrl/sal_ctrl_services.c
706
if (service->notification_cb) {
sys/dev/qat/qat_api/common/ctrl/sal_ctrl_services.c
707
service->notification_cb(
sys/dev/qat/qat_api/common/ctrl/sal_ctrl_services.c
708
service,
sys/dev/qat/qat_api/common/ctrl/sal_ctrl_services.c
709
service->cb_tag,
sys/dev/qat/qat_api/common/ctrl/sal_ctrl_services.c
729
sal_service_t *service = NULL;
sys/dev/qat/qat_api/common/ctrl/sal_ctrl_services.c
731
service = (sal_service_t *)SalList_getObject(curr_element);
sys/dev/qat/qat_api/common/ctrl/sal_ctrl_services.c
732
if (service->notification_cb) {
sys/dev/qat/qat_api/common/ctrl/sal_ctrl_services.c
733
service->notification_cb(
sys/dev/qat/qat_api/common/ctrl/sal_ctrl_services.c
734
service,
sys/dev/qat/qat_api/common/ctrl/sal_ctrl_services.c
735
service->cb_tag,
sys/dev/qat/qat_api/common/ctrl/sal_get_instances.c
108
QAT_UTILS_LOG("No support for service %s\n", service);
sys/dev/qat/qat_api/common/ctrl/sal_get_instances.c
195
char *service = NULL;
sys/dev/qat/qat_api/common/ctrl/sal_get_instances.c
206
service = "asym";
sys/dev/qat/qat_api/common/ctrl/sal_get_instances.c
211
service = "sym";
sys/dev/qat/qat_api/common/ctrl/sal_get_instances.c
217
service = "cy";
sys/dev/qat/qat_api/common/ctrl/sal_get_instances.c
256
QAT_UTILS_LOG("No support for service %s\n", service);
sys/dev/qat/qat_api/common/ctrl/sal_get_instances.c
63
char *service = NULL;
sys/dev/qat/qat_api/common/ctrl/sal_get_instances.c
71
service = "asym";
sys/dev/qat/qat_api/common/ctrl/sal_get_instances.c
76
service = "sym";
sys/dev/qat/qat_api/common/ctrl/sal_get_instances.c
82
service = "cy";
sys/dev/qat/qat_api/common/include/lac_sal.h
183
CpaStatus SalCtrl_CryptoInit(icp_accel_dev_t *device, sal_service_t *service);
sys/dev/qat/qat_api/common/include/lac_sal.h
209
CpaStatus SalCtrl_CryptoStart(icp_accel_dev_t *device, sal_service_t *service);
sys/dev/qat/qat_api/common/include/lac_sal.h
234
CpaStatus SalCtrl_CryptoStop(icp_accel_dev_t *device, sal_service_t *service);
sys/dev/qat/qat_api/common/include/lac_sal.h
260
sal_service_t *service);
sys/dev/qat/qat_api/common/include/lac_sal.h
312
sal_service_t *service);
sys/dev/qat/qat_api/common/include/lac_sal.h
337
sal_service_t *service);
sys/dev/qat/qat_api/common/include/lac_sal.h
364
sal_service_t *service);
sys/dev/qat/qat_api/common/include/lac_sal.h
391
sal_service_t *service);
sys/dev/qat/qat_api/common/include/lac_sal.h
443
sal_service_type_t service);
sys/dev/qat/qat_api/common/include/lac_sal.h
469
sal_service_type_t service);
sys/dev/qat/qat_api/common/include/lac_sal.h
52
CpaStatus SalCtrl_ServiceCreate(sal_service_type_t service,
sys/dev/qat/qat_api/common/include/lac_sal_types.h
104
struct sal_service_s *service);
sys/dev/qat/qat_api/common/include/lac_sal_types.h
107
struct sal_service_s *service);
sys/dev/qat/qat_api/common/include/lac_sal_types.h
110
struct sal_service_s *service);
sys/dev/qat/qat_api/common/include/lac_sal_types.h
113
struct sal_service_s *service);
sys/dev/qat/qat_api/common/include/sal_qat_cmn_msg.h
192
Cpa8U service);
sys/dev/qat/qat_api/common/qat_comms/sal_qat_cmn_msg.c
209
Cpa8U service)
sys/dev/qat/qat_common/adf_cfg_device.c
335
int service;
sys/dev/qat/qat_common/adf_cfg_device.c
350
for (service = 0; service < ADF_CFG_MAX_SERVICES; service++) {
sys/dev/qat/qat_common/adf_cfg_device.c
351
service_type = GET_SRV_TYPE(ena_srv_mask, service);
sys/dev/qat/qat_common/adf_cfg_device.c
355
SET_ASYM_MASK(asym_mask, service);
sys/dev/qat/qat_common/adf_cfg_device.c
357
service++;
sys/dev/qat/qat_common/adf_cfg_device.c
371
int engine, thread, service, bits;
sys/dev/qat/qat_common/adf_cfg_device.c
388
for (service = 0; service < ADF_CFG_MAX_SERVICES;
sys/dev/qat/qat_common/adf_cfg_device.c
389
service++) {
sys/dev/qat/qat_common/adf_cfg_device.c
391
GET_SRV_TYPE(ena_srv_mask, service);
sys/dev/qat/qat_common/adf_cfg_device.c
399
service++;
sys/dev/qat/qat_common/adf_init.c
196
struct service_hndl *service;
sys/dev/qat/qat_common/adf_init.c
201
service = list_entry(list_itr, struct service_hndl, list);
sys/dev/qat/qat_common/adf_init.c
202
if (service->event_hld(accel_dev, ADF_EVENT_ERROR))
sys/dev/qat/qat_common/adf_init.c
205
service->name);
sys/dev/qat/qat_common/adf_init.c
286
struct service_hndl *service;
sys/dev/qat/qat_common/adf_init.c
392
service = list_entry(list_itr, struct service_hndl, list);
sys/dev/qat/qat_common/adf_init.c
393
if (service->event_hld(accel_dev, ADF_EVENT_INIT)) {
sys/dev/qat/qat_common/adf_init.c
396
service->name);
sys/dev/qat/qat_common/adf_init.c
399
set_bit(accel_dev->accel_id, service->init_status);
sys/dev/qat/qat_common/adf_init.c
42
adf_service_add(struct service_hndl *service)
sys/dev/qat/qat_common/adf_init.c
448
struct service_hndl *service;
sys/dev/qat/qat_common/adf_init.c
45
list_add(&service->list, &service_table);
sys/dev/qat/qat_common/adf_init.c
491
service = list_entry(list_itr, struct service_hndl, list);
sys/dev/qat/qat_common/adf_init.c
492
if (service->event_hld(accel_dev, ADF_EVENT_START)) {
sys/dev/qat/qat_common/adf_init.c
495
service->name);
sys/dev/qat/qat_common/adf_init.c
498
set_bit(accel_dev->accel_id, service->start_status);
sys/dev/qat/qat_common/adf_init.c
50
adf_service_register(struct service_hndl *service)
sys/dev/qat/qat_common/adf_init.c
52
memset(service->init_status, 0, sizeof(service->init_status));
sys/dev/qat/qat_common/adf_init.c
53
memset(service->start_status, 0, sizeof(service->start_status));
sys/dev/qat/qat_common/adf_init.c
54
adf_service_add(service);
sys/dev/qat/qat_common/adf_init.c
550
struct service_hndl *service;
sys/dev/qat/qat_common/adf_init.c
578
service = list_entry(list_itr, struct service_hndl, list);
sys/dev/qat/qat_common/adf_init.c
579
if (!test_bit(accel_dev->accel_id, service->start_status))
sys/dev/qat/qat_common/adf_init.c
581
clear_bit(accel_dev->accel_id, service->start_status);
sys/dev/qat/qat_common/adf_init.c
59
adf_service_remove(struct service_hndl *service)
sys/dev/qat/qat_common/adf_init.c
619
struct service_hndl *service;
sys/dev/qat/qat_common/adf_init.c
62
list_del(&service->list);
sys/dev/qat/qat_common/adf_init.c
654
service = list_entry(list_itr, struct service_hndl, list);
sys/dev/qat/qat_common/adf_init.c
655
if (!test_bit(accel_dev->accel_id, service->init_status))
sys/dev/qat/qat_common/adf_init.c
657
if (service->event_hld(accel_dev, ADF_EVENT_SHUTDOWN))
sys/dev/qat/qat_common/adf_init.c
660
service->name);
sys/dev/qat/qat_common/adf_init.c
662
clear_bit(accel_dev->accel_id, service->init_status);
sys/dev/qat/qat_common/adf_init.c
67
adf_service_unregister(struct service_hndl *service)
sys/dev/qat/qat_common/adf_init.c
71
for (i = 0; i < ARRAY_SIZE(service->init_status); i++) {
sys/dev/qat/qat_common/adf_init.c
72
if (service->init_status[i] || service->start_status[i]) {
sys/dev/qat/qat_common/adf_init.c
722
struct service_hndl *service;
sys/dev/qat/qat_common/adf_init.c
727
service = list_entry(list_itr, struct service_hndl, list);
sys/dev/qat/qat_common/adf_init.c
728
if (service->event_hld(accel_dev, ADF_EVENT_RESTARTING))
sys/dev/qat/qat_common/adf_init.c
731
service->name);
sys/dev/qat/qat_common/adf_init.c
763
struct service_hndl *service;
sys/dev/qat/qat_common/adf_init.c
768
service = list_entry(list_itr, struct service_hndl, list);
sys/dev/qat/qat_common/adf_init.c
769
if (service->event_hld(accel_dev, ADF_EVENT_STOP))
sys/dev/qat/qat_common/adf_init.c
772
service->name);
sys/dev/qat/qat_common/adf_init.c
78
adf_service_remove(service);
sys/dev/qat/qat_common/adf_init.c
794
struct service_hndl *service;
sys/dev/qat/qat_common/adf_init.c
799
service = list_entry(list_itr, struct service_hndl, list);
sys/dev/qat/qat_common/adf_init.c
800
if (service->event_hld(accel_dev, ADF_EVENT_RESTARTED))
sys/dev/qat/qat_common/adf_init.c
803
service->name);
sys/dev/qat/qat_hw/qat_200xx/adf_200xx_hw_data.c
437
enum adf_accel_unit_services service)
sys/dev/qat/qat_hw/qat_4xxx/adf_4xxx_hw_data.c
540
enum adf_accel_unit_services service)
sys/dev/qat/qat_hw/qat_4xxx/adf_4xxx_hw_data.c
542
switch (service) {
sys/dev/qat/qat_hw/qat_4xxx/adf_4xxx_hw_data.c
558
enum adf_accel_unit_services service)
sys/dev/qat/qat_hw/qat_4xxx/adf_4xxx_hw_data.c
560
switch (service) {
sys/dev/qat/qat_hw/qat_4xxx/adf_4xxx_hw_data.c
582
enum adf_accel_unit_services service)
sys/dev/qat/qat_hw/qat_4xxx/adf_4xxx_hw_data.c
590
if (service == ADF_ACCEL_SERVICE_NULL)
sys/dev/qat/qat_hw/qat_4xxx/adf_4xxx_hw_data.c
594
if (accel_unit[i].services == service)
sys/dev/qat/qat_hw/qat_4xxx/adf_4xxx_hw_data.c
838
int service;
sys/dev/qat/qat_hw/qat_4xxx/adf_4xxx_hw_data.c
862
for (service = 0; service < ADF_CFG_MAX_SERVICES; service++) {
sys/dev/qat/qat_hw/qat_4xxx/adf_4xxx_hw_data.c
863
service_type = GET_SRV_TYPE(ena_srv_mask, service);
sys/dev/qat/qat_hw/qat_4xxx/adf_4xxx_hw_data.c
866
service_mask |= BIT(service);
sys/dev/qat/qat_hw/qat_c3xxx/adf_c3xxx_hw_data.c
312
enum adf_accel_unit_services service)
sys/dev/qat/qat_hw/qat_c4xxx/adf_c4xxx_hw_data.c
2029
enum adf_accel_unit_services service)
sys/dev/qat/qat_hw/qat_c4xxx/adf_c4xxx_hw_data.c
2042
switch (service) {
sys/dev/qat/qat_hw/qat_c4xxx/adf_c4xxx_hw_data.c
2076
enum adf_accel_unit_services service)
sys/dev/qat/qat_hw/qat_c4xxx/adf_c4xxx_hw_data.c
2084
if (service == ADF_ACCEL_SERVICE_NULL)
sys/dev/qat/qat_hw/qat_c4xxx/adf_c4xxx_hw_data.c
2088
if (accel_unit[i].services == service)
sys/dev/qat/qat_hw/qat_c62x/adf_c62x_hw_data.c
317
enum adf_accel_unit_services service)
sys/dev/qat/qat_hw/qat_dh895xcc/adf_dh895xcc_hw_data.c
305
enum adf_accel_unit_services service)
sys/dev/usb/wlan/if_zydreg.h
1056
uint16_t service; /* unaligned! */
sys/netgraph/ng_pppoe.c
1012
neg->service.hdr.tag_type = PTT_SRV_NAME;
sys/netgraph/ng_pppoe.c
1013
neg->service.hdr.tag_len =
sys/netgraph/ng_pppoe.c
1017
bcopy(ourmsg->data, neg->service.data,
sys/netgraph/ng_pppoe.c
1059
neg->service.hdr.tag_type = PTT_SRV_NAME;
sys/netgraph/ng_pppoe.c
1060
neg->service.hdr.tag_len =
sys/netgraph/ng_pppoe.c
1064
bcopy(ourmsg->data, neg->service.data,
sys/netgraph/ng_pppoe.c
1298
insert_tag(sp, &neg->service.hdr);
sys/netgraph/ng_pppoe.c
1537
(neg->service.hdr.tag_len != 0)) {
sys/netgraph/ng_pppoe.c
1538
insert_tag(sp, &neg->service.hdr); /* SERVICE */
sys/netgraph/ng_pppoe.c
1762
insert_tag(sp, &neg->service.hdr); /* Service */
sys/netgraph/ng_pppoe.c
260
struct datatag service;
sys/netgraph/ng_pppoe.c
467
if (neg->service_len == 1 && neg->service.data[0] == '*')
sys/netgraph/ng_pppoe.c
474
if (strncmp((const char *)(tag + 1), neg->service.data,
sys/netgraph/ng_pppoe.c
524
strncmp(svc_name, neg->service.data, svc_len) == 0)
sys/netgraph/ng_pppoe.c
995
neg->service.hdr.tag_type = PTT_SRV_NAME;
sys/netgraph/ng_pppoe.c
996
neg->service.hdr.tag_len = htons((uint16_t)srvlen);
sys/netgraph/ng_pppoe.c
997
bcopy(ourmsg->data + srvpos, neg->service.data, srvlen);
sys/powerpc/ofw/ofw_real.c
407
cell_t service;
sys/powerpc/ofw/ofw_real.c
417
args.service = IN(ofw_real_map(name, strlen(name) + 1));
sys/powerpc/ofw/ofw_real.c
419
if (args.service == 0 || openfirmware((void *)argsptr) == -1) {
sys/rpc/rpcsec_gss.h
153
rpc_gss_service_t service);
sys/rpc/rpcsec_gss.h
157
const char *mechanism, rpc_gss_service_t service,
sys/rpc/rpcsec_gss.h
161
rpc_gss_service_t service, const char *qop);
sys/rpc/rpcsec_gss.h
218
gss_OID mech_oid, rpc_gss_service_t service)
sys/rpc/rpcsec_gss.h
224
mech_oid, service);
sys/rpc/rpcsec_gss.h
239
rpc_gss_service_t service, const char *qop,
sys/rpc/rpcsec_gss.h
246
clnt_principal, principal, mechanism, service, qop,
sys/rpc/rpcsec_gss.h
252
rpc_gss_set_defaults_call(AUTH *auth, rpc_gss_service_t service,
sys/rpc/rpcsec_gss.h
258
ret = (*rpc_gss_entries.rpc_gss_set_defaults)(auth, service,
sys/rpc/rpcsec_gss.h
436
const char *principal, gss_OID mech_oid, rpc_gss_service_t service);
sys/rpc/rpcsec_gss.h
441
const char *mechanism, rpc_gss_service_t service,
sys/rpc/rpcsec_gss.h
446
const char *principal, const char *mechanism, rpc_gss_service_t service,
sys/rpc/rpcsec_gss.h
450
bool_t rpc_gss_set_defaults(AUTH *auth, rpc_gss_service_t service,
sys/rpc/rpcsec_gss.h
459
const char **rpc_gss_get_mech_info(const char *mech, rpc_gss_service_t *service);
sys/rpc/rpcsec_gss.h
91
rpc_gss_service_t service; /* service type */
sys/rpc/rpcsec_gss/rpcsec_gss.c
176
struct ucred *cred, rpc_gss_service_t service)
sys/rpc/rpcsec_gss/rpcsec_gss.c
183
h = HASHSTEP(h, (int) service);
sys/rpc/rpcsec_gss/rpcsec_gss.c
194
gss_OID mech_oid, rpc_gss_service_t service)
sys/rpc/rpcsec_gss/rpcsec_gss.c
217
h = rpc_gss_hash(principal, mech_oid, cred, service);
sys/rpc/rpcsec_gss/rpcsec_gss.c
225
&& gd->gd_cred.gc_svc == service) {
sys/rpc/rpcsec_gss/rpcsec_gss.c
258
service, GSS_C_QOP_DEFAULT, NULL, NULL);
sys/rpc/rpcsec_gss/rpcsec_gss.c
270
&& tgd->gd_cred.gc_svc == service) {
sys/rpc/rpcsec_gss/rpcsec_gss.c
311
const char *principal, const char *mechanism, rpc_gss_service_t service,
sys/rpc/rpcsec_gss/rpcsec_gss.c
332
oid, service, qop_num, options_req, options_ret));
sys/rpc/rpcsec_gss/rpcsec_gss.c
357
rpc_gss_service_t service, u_int qop_num,
sys/rpc/rpcsec_gss/rpcsec_gss.c
374
if (service == rpc_gss_svc_default)
sys/rpc/rpcsec_gss/rpcsec_gss.c
375
service = rpc_gss_svc_integrity;
sys/rpc/rpcsec_gss/rpcsec_gss.c
429
gd->gd_cred.gc_svc = service;
sys/rpc/rpcsec_gss/rpcsec_gss.c
444
rpc_gss_set_defaults(AUTH *auth, rpc_gss_service_t service, const char *qop)
sys/rpc/rpcsec_gss/rpcsec_gss.c
463
gd->gd_cred.gc_svc = service;
sys/rpc/rpcsec_gss/rpcsec_gss_conf.c
117
rpc_gss_get_mech_info(const char *mech, rpc_gss_service_t *service)
sys/rpc/rpcsec_gss/rpcsec_gss_conf.c
133
*service = rpc_gss_svc_privacy;
sys/rpc/rpcsec_gss/svc_rpcsec_gss.c
1128
client->cl_rawcred.service = gc->gc_svc;
sys/rpc/rpcsec_gss/svc_rpcsec_gss.c
1149
client->cl_qop, client->cl_rawcred.service);
sys/rpc/rpcsec_gss/svc_rpcsec_gss.c
1609
if (client->cl_rawcred.service != gc.gc_svc) {
sys/rpc/rpcsec_gss/svc_rpcsec_gss.c
1632
if (client->cl_rawcred.service != gc.gc_svc) {
sys/rpc/rpcsec_gss/svc_rpcsec_gss.c
1633
client->cl_rawcred.service = gc.gc_svc;
sys/rpc/rpcsec_gss/svc_rpcsec_gss.c
558
switch (client->cl_rawcred.service) {
sys/rpc/rpcsec_gss/svc_rpcsec_gss.c
900
switch (client->cl_rawcred.service) {
tests/sys/fs/fusefs/mockfs.cc
553
if (pthread_create(&m_daemon_id, NULL, service, (void*)this))
tests/sys/fs/fusefs/mockfs.hh
335
static void* service(void*);
tools/regression/rpcsec_gss/rpctest.c
109
strcpy(service, "host");
tools/regression/rpcsec_gss/rpctest.c
110
strcat(service, "@");
tools/regression/rpcsec_gss/rpctest.c
111
strcat(service, hostname);
tools/regression/rpcsec_gss/rpctest.c
120
auth = rpc_gss_seccreate(client, service,
tools/regression/rpcsec_gss/rpctest.c
184
rcred->service, rcred->mechanism, ucred->uid, ucred->gid);
tools/regression/rpcsec_gss/rpctest.c
85
char hostname[128], service[128+5];
usr.bin/bluetooth/rfcomm_sppd/rfcomm_sdp.c
64
int service, int *channel, int *error)
usr.bin/bluetooth/rfcomm_sppd/rfcomm_sdp.c
68
uint16_t serv = (uint16_t) service;
usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.c
112
service = SDP_SERVICE_CLASS_DIALUP_NETWORKING;
usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.c
116
service = SDP_SERVICE_CLASS_FAX;
usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.c
120
service = SDP_SERVICE_CLASS_LAN_ACCESS_USING_PPP;
usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.c
124
service = SDP_SERVICE_CLASS_SERIAL_PORT;
usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.c
261
if (channel == 0 && service != 0)
usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.c
263
service, &channel, &n) != 0)
usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.c
63
int service, int *channel, int *error);
usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.c
80
int n, background, channel, service,
usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.c
88
service = SDP_SERVICE_CLASS_SERIAL_PORT;
usr.bin/getaddrinfo/getaddrinfo.c
132
if (service != NULL) {
usr.bin/getaddrinfo/getaddrinfo.c
135
if ((p = strchr(service, '/')) != NULL) {
usr.bin/getaddrinfo/getaddrinfo.c
150
error = getaddrinfo(hostname, service, &hints, &addrinfo);
usr.bin/getaddrinfo/getaddrinfo.c
64
const char *hostname = NULL, *service = NULL;
usr.bin/getaddrinfo/getaddrinfo.c
97
service = optarg;
usr.sbin/bluetooth/bthidcontrol/sdp.c
139
if (sdp_search(ss, 1, &service, nattrs, attrs, nvalues, values) != 0)
usr.sbin/bluetooth/bthidcontrol/sdp.c
64
static uint16_t service = SDP_SERVICE_CLASS_HUMAN_INTERFACE_DEVICE;
usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c
104
service = SDP_SERVICE_CLASS_DIALUP_NETWORKING;
usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c
108
service = SDP_SERVICE_CLASS_LAN_ACCESS_USING_PPP;
usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c
159
if (channel == 0 && service != 0)
usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c
160
if (rfcomm_channel_lookup(NULL, &addr, service,
usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c
53
int service, int *channel, int *error);
usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c
68
int s, channel, detach, server, service,
usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c
76
service = 0;
usr.sbin/bluetooth/sdpcontrol/search.c
534
uint16_t service;
usr.sbin/bluetooth/sdpcontrol/search.c
545
service = SDP_SERVICE_CLASS_COMMON_ISDN_ACCESS;
usr.sbin/bluetooth/sdpcontrol/search.c
549
service = SDP_SERVICE_CLASS_CORDLESS_TELEPHONY;
usr.sbin/bluetooth/sdpcontrol/search.c
559
service = SDP_SERVICE_CLASS_DIALUP_NETWORKING;
usr.sbin/bluetooth/sdpcontrol/search.c
565
service = SDP_SERVICE_CLASS_FAX;
usr.sbin/bluetooth/sdpcontrol/search.c
569
service = SDP_SERVICE_CLASS_OBEX_FILE_TRANSFER;
usr.sbin/bluetooth/sdpcontrol/search.c
579
service = SDP_SERVICE_CLASS_GN;
usr.sbin/bluetooth/sdpcontrol/search.c
585
service = SDP_SERVICE_CLASS_HUMAN_INTERFACE_DEVICE;
usr.sbin/bluetooth/sdpcontrol/search.c
589
service = SDP_SERVICE_CLASS_HEADSET;
usr.sbin/bluetooth/sdpcontrol/search.c
599
service = SDP_SERVICE_CLASS_LAN_ACCESS_USING_PPP;
usr.sbin/bluetooth/sdpcontrol/search.c
603
service = SDP_SERVICE_CLASS_NAP;
usr.sbin/bluetooth/sdpcontrol/search.c
607
service = SDP_SERVICE_CLASS_OBEX_OBJECT_PUSH;
usr.sbin/bluetooth/sdpcontrol/search.c
611
service = SDP_SERVICE_CLASS_SERIAL_PORT;
usr.sbin/bluetooth/sdpcontrol/search.c
619
service = (uint16_t) n;
usr.sbin/bluetooth/sdpcontrol/search.c
635
n = sdp_search(xs, 1, &service, attrs_len, attrs, values_len, values);
usr.sbin/dconschat/dconschat.c
622
char service[10];
usr.sbin/dconschat/dconschat.c
666
snprintf(service, sizeof(service), "%d", sport);
usr.sbin/dconschat/dconschat.c
667
error = getaddrinfo(host, service, &hints, &res);
usr.sbin/dconschat/dconschat.c
669
errx(1, "tcp/%s: %s\n", service, gai_strerror(error));
usr.sbin/inetd/builtins.c
779
char service[MAX_SERV_LEN+1];
usr.sbin/inetd/builtins.c
783
if ((len = get_line(s, service, MAX_SERV_LEN)) < 0) {
usr.sbin/inetd/builtins.c
787
service[len] = '\0';
usr.sbin/inetd/builtins.c
790
warnx("tcpmux: someone wants %s", service);
usr.sbin/inetd/builtins.c
796
if (!strcasecmp(service, "help")) {
usr.sbin/inetd/builtins.c
810
if (!strcasecmp(service, sep->se_service)) {
usr.sbin/inetd/inetd.c
332
char *service = NULL;
usr.sbin/inetd/inetd.c
747
service = sep->se_server_name ?
usr.sbin/inetd/inetd.c
749
request_init(&req, RQ_DAEMON, service, RQ_FILE, ctrl, 0);
usr.sbin/inetd/inetd.c
757
eval_client(&req), service, sep->se_proto,
usr.sbin/inetd/inetd.c
769
eval_client(&req), service, sep->se_proto,
usr.sbin/ppp/filter.c
76
ParsePort(const char *service, const char *proto)
usr.sbin/ppp/filter.c
82
servent = getservbyname(service, proto);
usr.sbin/ppp/filter.c
86
port = strtol(service, &cp, 0);
usr.sbin/ppp/filter.c
87
if (cp == service) {
usr.sbin/ppp/filter.c
89
service);