Searched refs:params (Results 251 - 275 of 499) sorted by relevance

<<11121314151617181920

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/lib/libstdc++-v3/arch/mipsel/
H A Dgthr-default.h387 struct sched_param params; local
390 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
402 params.sched_priority = priority;
409 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
427 struct sched_param params; local
429 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, &params) == 0)
430 return params.sched_priority;
H A Dgthr-posix.h387 struct sched_param params; local
390 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
402 params.sched_priority = priority;
409 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
427 struct sched_param params; local
429 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, &params) == 0)
430 return params.sched_priority;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc/
H A Dgthr-default.h387 struct sched_param params; local
390 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
402 params.sched_priority = priority;
409 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
427 struct sched_param params; local
429 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, &params) == 0)
430 return params.sched_priority;
H A Dgthr-posix.h387 struct sched_param params; local
390 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
402 params.sched_priority = priority;
409 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
427 struct sched_param params; local
429 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, &params) == 0)
430 return params.sched_priority;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc64/
H A Dgthr-default.h387 struct sched_param params; local
390 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
402 params.sched_priority = priority;
409 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
427 struct sched_param params; local
429 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, &params) == 0)
430 return params.sched_priority;
H A Dgthr-posix.h387 struct sched_param params; local
390 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
402 params.sched_priority = priority;
409 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
427 struct sched_param params; local
429 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, &params) == 0)
430 return params.sched_priority;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/lib/libstdc++-v3/arch/sh3eb/
H A Dgthr-default.h387 struct sched_param params; local
390 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
402 params.sched_priority = priority;
409 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
427 struct sched_param params; local
429 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, &params) == 0)
430 return params.sched_priority;
H A Dgthr-posix.h387 struct sched_param params; local
390 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
402 params.sched_priority = priority;
409 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
427 struct sched_param params; local
429 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, &params) == 0)
430 return params.sched_priority;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/lib/libstdc++-v3/arch/sh3el/
H A Dgthr-default.h387 struct sched_param params; local
390 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
402 params.sched_priority = priority;
409 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
427 struct sched_param params; local
429 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, &params) == 0)
430 return params.sched_priority;
H A Dgthr-posix.h387 struct sched_param params; local
390 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
402 params.sched_priority = priority;
409 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
427 struct sched_param params; local
429 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, &params) == 0)
430 return params.sched_priority;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/lib/libstdc++-v3/arch/sparc/
H A Dgthr-default.h387 struct sched_param params; local
390 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
402 params.sched_priority = priority;
409 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
427 struct sched_param params; local
429 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, &params) == 0)
430 return params.sched_priority;
H A Dgthr-posix.h387 struct sched_param params; local
390 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
402 params.sched_priority = priority;
409 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
427 struct sched_param params; local
429 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, &params) == 0)
430 return params.sched_priority;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/lib/libstdc++-v3/arch/sparc64/
H A Dgthr-default.h387 struct sched_param params; local
390 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
402 params.sched_priority = priority;
409 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
427 struct sched_param params; local
429 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, &params) == 0)
430 return params.sched_priority;
H A Dgthr-posix.h387 struct sched_param params; local
390 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
402 params.sched_priority = priority;
409 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
427 struct sched_param params; local
429 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, &params) == 0)
430 return params.sched_priority;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/lib/libstdc++-v3/arch/vax/
H A Dgthr-default.h387 struct sched_param params; local
390 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
402 params.sched_priority = priority;
409 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
427 struct sched_param params; local
429 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, &params) == 0)
430 return params.sched_priority;
H A Dgthr-posix.h387 struct sched_param params; local
390 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
402 params.sched_priority = priority;
409 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
427 struct sched_param params; local
429 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, &params) == 0)
430 return params.sched_priority;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/lib/libstdc++-v3/arch/x86_64/
H A Dgthr-default.h387 struct sched_param params; local
390 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
402 params.sched_priority = priority;
409 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
427 struct sched_param params; local
429 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, &params) == 0)
430 return params.sched_priority;
H A Dgthr-posix.h387 struct sched_param params; local
390 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
402 params.sched_priority = priority;
409 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
427 struct sched_param params; local
429 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, &params) == 0)
430 return params.sched_priority;
/netbsd-6-1-5-RELEASE/sbin/dmctl/
H A Ddmctl.c457 char *params; local
464 params = NULL;
473 while ((params = parse_stdin(file_path)) != NULL) {
476 sscanf(params, "%"PRIu64" %"PRIu64" %s %n", &start, &length, target, &len);
481 libdm_table_set_params(params + len, table);
486 free(params);
496 free(params);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/dsa/
H A Ddsa_ameth.c305 ASN1_STRING *params = NULL; local
310 params = ASN1_STRING_new();
312 if (!params)
318 params->length = i2d_DSAparams(pkey->pkey.dsa, &params->data);
319 if (params->length <= 0)
324 params->type = V_ASN1_SEQUENCE;
340 V_ASN1_SEQUENCE, params, dp, dplen))
348 if (params != NULL)
349 ASN1_STRING_free(params);
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/drivers/
H A Ddriver_broadcom.c399 struct wpa_driver_scan_params *params)
403 const u8 *ssid = params->ssids[0].ssid;
404 size_t ssid_len = params->ssids[0].ssid_len;
517 struct wpa_driver_associate_params *params)
529 drv, params->drop_unencrypted);
531 s.SSID_len = params->ssid_len;
532 os_memcpy(s.SSID, params->ssid, params->ssid_len);
534 switch (params->pairwise_suite) {
553 switch (params
398 wpa_driver_broadcom_scan(void *priv, struct wpa_driver_scan_params *params) argument
516 wpa_driver_broadcom_associate(void *priv, struct wpa_driver_associate_params *params) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/wpa_supplicant/
H A Dwpas_glue.c497 struct wpa_driver_auth_params params; local
507 os_memset(&params, 0, sizeof(params));
508 params.bssid = target_ap;
509 params.freq = bss->freq;
510 params.ssid = bss->ssid;
511 params.ssid_len = bss->ssid_len;
512 params.auth_alg = WPA_AUTH_ALG_FT;
513 params.local_state_change = 1;
514 return wpa_drv_authenticate(wpa_s, &params);
[all...]
/netbsd-6-1-5-RELEASE/sys/altq/
H A Daltq_rio.c206 rio_alloc(int weight, struct redparams *params, int flags, int pkttime) argument
261 if (params == NULL || params[i].inv_pmax == 0)
264 prec->inv_pmax = params[i].inv_pmax;
265 if (params == NULL || params[i].th_min == 0)
268 prec->th_min = params[i].th_min;
269 if (params == NULL || params[i].th_max == 0)
272 prec->th_max = params[
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/ir/
H A Dirframe.c255 DPRINTF(("irf_set_params: set params speed=%u ebofs=%u maxsize=%u "
313 struct irda_params params; local
315 params.speed = IRDA_DEFAULT_SPEED;
316 params.ebofs = IRDA_DEFAULT_EBOFS;
317 params.maxsize = IRDA_DEFAULT_SIZE;
318 return (irf_set_params(sc, &params));
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/libdm/ioctl/
H A Dlibdm-nbsd-iface.c239 dm_free(t->params);
328 char **target_type, char **params)
341 *params = t->params;
627 const char *params)
639 if (!(t->params = dm_strdup(params))) {
640 log_error("create_target: strdup(params) failed");
654 dm_free(t->params);
686 libdm_table_set_params(t->params, tabl
326 dm_get_next_target(struct dm_task *dmt, void *next, uint64_t *start, uint64_t *length, char **target_type, char **params) argument
626 create_target(uint64_t start, uint64_t len, const char *type, const char *params) argument
[all...]

Completed in 288 milliseconds

<<11121314151617181920