Searched refs:token (Results 1 - 13 of 13) sorted by relevance

/solaris-userland/components/net-snmp-57/sun/sdk/demo/demo_module_4/
H A Dme4LoadGroup.h39 void read_load_thresholds(const char *token, char *cptr);
H A Dme4LoadGroup.c116 * Register for thresholds. When a token (say threshold_loadavg1) is
328 * read_load_thresholds: This function is called when a registered token (see
330 * file. The token's values (thresholds) are then stored in some variables.
334 read_load_thresholds(const char *token, char *cptr) argument
337 if (strcmp(token, "threshold_loadavg1") == 0) {
339 } else if (strcmp(token, "threshold_loadavg5") == 0) {
341 } else if (strcmp(token, "threshold_loadavg15") == 0) {
/solaris-userland/components/net-snmp-57/sun/sdk/demo/demo_module_5/
H A Ddemo_module_5.h33 void demo5_load_tokens(const char *token, char *cptr);
H A Ddemo_module_5.c563 * demo_module_5.conf file. The token values represent the persistent filename
568 demo5_load_tokens(const char *token, char *cptr) argument
571 if (strcmp(token, "demo5_file1") == 0) {
573 } else if (strcmp(token, "demo5_file2") == 0) {
575 } else if (strcmp(token, "demo5_file3") == 0) {
577 } else if (strcmp(token, "demo5_file4") == 0) {
/solaris-userland/components/openstack/keystone/files/
H A Dkeystone.conf7 # A "shared secret" that can be used to bootstrap Keystone. This "token" does
39 # Similar to max_param_size, but provides an exception for token values.
344 #methods = external,password,token,oauth1
350 # Entrypoint for the token auth plugin module in the keystone.auth.token
352 #token = <None>
827 # to return a token, the origin host must be a member of the trusted_dashboard
833 # Location of Single Sign-On callback handler, will return a token to a trusted
844 # Directory containing Fernet token keys. (string value)
1261 # again. This is used by the key value store system (e.g. token poole
[all...]
/solaris-userland/components/krb5/Solaris/
H A Dlibgss_stubs.c38 __gss_get_mech_type(gss_OID OID, gss_buffer_t token) { argument
39 return (gssint_get_mech_type(OID, token));
H A Dkt_solaris.c150 char **tprinc, *ptr, *token, *t_host = NULL, *realm; local
172 token = localname;
178 if ((ptr = strchr(token, '.')) != NULL)
180 for (ptr = token; *ptr; ptr++)
183 token = hostname;
191 t_len = snprintf(NULL, 0, "host/%.*s.%s@%s", HOST_TRUNC, token, domain,
197 (void) snprintf(t_host, t_len, "host/%.*s.%s@%s", HOST_TRUNC, token,
/solaris-userland/components/apache24/mod_auth_gss/
H A Dmod_auth_gss.c395 char *token = NULL; local
398 token = apr_pcalloc(r->connection->pool, len + 1);
399 if (token == NULL) {
406 apr_base64_encode(token, output_token.value, output_token.length);
407 token[len] = '\0';
408 *negotiate_ret_value = token;
/solaris-userland/tools/
H A Dgen-components176 for token in tokens:
178 component_path += token + "/"
179 if token == "components":
/solaris-userland/components/net-snmp-57/sun/agent/modules/healthMonitor/
H A DhealthMonitor.c388 * a token is encountered in health_monitor.conf file, the function
2187 * a registered token is encountered in health_monitor.conf file. The
2188 * function simply stores the token's value in the appropriate threshold
2193 read_health_monitor_thresholds(const char *token, char *cptr) argument
2196 if (strcmp(token, "hm_refresh_interval") == 0) {
2198 } else if (strcmp(token, "threshold_swapavail_info") == 0) {
2200 } else if (strcmp(token, "threshold_swapavail_warning") == 0) {
2202 } else if (strcmp(token, "threshold_swapavail_error") == 0) {
2204 } else if (strcmp(token, "threshold_mutex_info") == 0) {
2206 } else if (strcmp(token, "threshold_mutex_warnin
[all...]
H A DhealthMonitor.h76 void read_health_monitor_thresholds(const char *token, char *cptr);
/solaris-userland/components/openssl/common/engines/pkcs11/
H A De_pk11_uri.c122 *pin = getpassphrase("Enter token PIN: ");
226 if (uri_struct->token != NULL) {
227 if (URI_MATCH_TOKENINFO(token, label, TOKEN_LABEL_SIZE) != 0) {
441 * If token does not require login we take it as the login was done.
572 * We are in the child so check if we should login to the token again.
573 * Note that it is enough to log in to the token through one session
574 * only, all already open and all future sessions can access the token
/solaris-userland/components/libusb/wrapper/src/
H A Dwr_libusb.c736 char *token; local
834 token = strtok(version_store, ".");
847 "plugin rev is %d\n", atoi(token));
850 if (atoi(token) != atoi(wr_token)) {

Completed in 4939 milliseconds