Searched defs:param (Results 1 - 25 of 306) sorted by relevance

1234567891011>>

/freebsd-10.3-release/lib/libkse/thread/
H A Dthr_attr_getschedparam.c44 _pthread_attr_getschedparam(const pthread_attr_t *attr, struct sched_param *param) argument
H A Dthr_attr_setschedparam.c44 _pthread_attr_setschedparam(pthread_attr_t *attr, const struct sched_param *param) argument
H A Dthr_getprio.c45 struct sched_param param; local
H A Dthr_getschedparam.c44 _pthread_getschedparam(pthread_t pthread, int *policy, struct sched_param *param) argument
H A Dthr_setprio.c45 struct sched_param param; local
H A Dthr_setschedparam.c45 _pthread_setschedparam(pthread_t pthread, int policy, const struct sched_param *param) argument
/freebsd-10.3-release/lib/libthr/thread/
H A Dthr_getprio.c43 struct sched_param param; local
H A Dthr_getschedparam.c47 _pthread_getschedparam(pthread_t pthread, int *policy, struct sched_param *param) argument
H A Dthr_setprio.c44 struct sched_param param; local
H A Dthr_setschedparam.c50 _pthread_setschedparam(pthread_t pthread, int policy, const struct sched_param *param) argument
H A Dthr_create.c56 struct thr_param param; local
[all...]
/freebsd-10.3-release/contrib/groff/src/utils/addftinfo/
H A Dguess.cpp23 void guess(const char *s, const font_params &param, char_metric *metric) argument
[all...]
/freebsd-10.3-release/usr.sbin/jail/
H A Djailparse.y108 param : name label
/freebsd-10.3-release/tools/regression/p1003_1b/
H A Dprutil.c40 struct sched_param param; local
/freebsd-10.3-release/contrib/ncurses/ncurses/tinfo/
H A Dlib_tgoto.c75 int param[3]; local
[all...]
/freebsd-10.3-release/contrib/dialog/
H A Dargv.c43 char *param = blob; local
/freebsd-10.3-release/bin/sh/
H A Dexec.h52 union param { union in struct:cmdentry
/freebsd-10.3-release/tools/regression/geom_gpt/
H A Dtest.c41 const char *param; member in struct:retval
57 parse(char *arg, char **param, char **value, int *len) argument
112 char *param, *value; local
[all...]
/freebsd-10.3-release/crypto/openssl/engines/ccgost/
H A Dgost_ctl.c51 int param = cmd - ENGINE_CMD_BASE; local
59 const char *get_gost_engine_param(int param) argument
77 gost_set_default_param(int param, const char *value) argument
[all...]
/freebsd-10.3-release/sys/netgraph/atm/
H A Dng_sscfu.h51 struct sscop_param param; member in struct:ng_sscfu_getdefparam
/freebsd-10.3-release/contrib/netbsd-tests/lib/libpthread/
H A Dt_condwait.c52 run(void *param) argument
/freebsd-10.3-release/crypto/openssl/crypto/evp/
H A Dp5_crpt.c74 PKCS5_PBE_keyivgen(EVP_CIPHER_CTX *cctx, const char *pass, int passlen, ASN1_TYPE *param, const EVP_CIPHER *cipher, const EVP_MD *md, int en_de) argument
/freebsd-10.3-release/crypto/openssl/crypto/pkcs12/
H A Dp12_crpt.c70 PKCS12_PBE_keyivgen(EVP_CIPHER_CTX *ctx, const char *pass, int passlen, ASN1_TYPE *param, const EVP_CIPHER *cipher, const EVP_MD *md, int en_de) argument
/freebsd-10.3-release/sys/dev/mlx5/mlx5_core/
H A Dmlx5_wq.c62 int mlx5_wq_cyc_create(struct mlx5_core_dev *mdev, struct mlx5_wq_param *param, argument
99 int mlx5_cqwq_create(struct mlx5_core_dev *mdev, struct mlx5_wq_param *param, argument
137 int mlx5_wq_ll_create(struct mlx5_core_dev *mdev, struct mlx5_wq_param *param, argument
[all...]
/freebsd-10.3-release/contrib/llvm/lib/Support/
H A DThreading.cpp111 void *param; member in struct:ThreadInfo
114 static unsigned __stdcall ThreadCallback(void *param) { argument
123 struct ThreadInfo param = { Fn, UserData }; local

Completed in 179 milliseconds

1234567891011>>