Searched refs:params (Results 226 - 250 of 499) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/sys/dev/raidframe/
H A Drf_paritymap.h88 struct rf_pmparams params; member in struct:rf_paritymap
/netbsd-6-1-5-RELEASE/sys/net/npf/
H A Dnpf_rproc.c160 npf_ext_construct(const char *name, npf_rproc_t *rp, prop_dictionary_t params) argument
185 error = extops->ctor(rp, params);
300 npf_rproc_assign(npf_rproc_t *rp, void *params) argument
304 /* Note: params may be NULL. */
306 rp->rp_ext_meta[i] = params;
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-c/detail/
H A Dtp_main.c142 struct params { struct
171 params_init(struct params *p, const char *argv0)
201 params_fini(struct params *p)
329 process_params(int argc, char **argv, struct params *p)
423 handle_srcdir(struct params *p)
488 run_tc(const atf_tp_t *tp, struct params *p, int *exitcode)
548 struct params p;
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-c/detail/
H A Dtp_main.c136 struct params { struct
165 params_init(struct params *p, const char *argv0)
195 params_fini(struct params *p)
323 process_params(int argc, char **argv, struct params *p)
414 handle_srcdir(struct params *p)
479 run_tc(const atf_tp_t *tp, struct params *p, int *exitcode)
531 struct params p;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dgthr-posix.h383 struct sched_param params; local
386 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
398 params.sched_priority = priority;
405 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
423 struct sched_param params; local
425 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, &params) == 0)
426 return params.sched_priority;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/
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/arm/
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/armeb/
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/hppa/
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/i386/
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/m68000/
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/m68k/
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/mips64eb/
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/mips64el/
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/mipseb/
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;

Completed in 305 milliseconds

1234567891011>>