Searched refs:param (Results 126 - 150 of 8125) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/sys/rump/net/lib/libsockin/
H A Dcomponent.c33 #include <sys/param.h>
/netbsd-6-1-5-RELEASE/sys/arch/acorn26/acorn26/
H A Dconf.c35 #include <sys/param.h>
/netbsd-6-1-5-RELEASE/sys/arch/alpha/tc/
H A Dtc_dma_3000_300.c37 #include <sys/param.h>
/netbsd-6-1-5-RELEASE/sys/compat/linux/arch/arm/
H A Dlinux_commons.c22 #include <sys/param.h>
/netbsd-6-1-5-RELEASE/sys/compat/linux/arch/i386/
H A Dlinux_commons.c22 #include <sys/param.h>
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/pkcs12/
H A Dp12_crpt.c70 ASN1_TYPE *param, const EVP_CIPHER *cipher, const EVP_MD *md, int en_de)
79 if (param == NULL || param->type != V_ASN1_SEQUENCE ||
80 param->value.sequence == NULL) {
85 pbuf = param->value.sequence->data;
86 if (!(pbe = d2i_PBEPARAM(NULL, &pbuf, param->value.sequence->length))) {
69 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
/netbsd-6-1-5-RELEASE/lib/libc/sys/
H A Dsched.c36 #include <sys/param.h>
47 sched_setparam(pid_t pid, const struct sched_param *param) argument
52 sp.sched_priority = param->sched_priority;
57 sched_getparam(pid_t pid, struct sched_param *param) argument
60 return _sched_getparam(pid, P_ALL_LWPS, NULL, param);
64 sched_setscheduler(pid_t pid, int policy, const struct sched_param *param) argument
74 sp.sched_priority = param->sched_priority;
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/wsock/common/
H A Dencoding.c82 DWORD type, void *param, DWORD length);
85 void *param, DWORD length);
92 void *param, DWORD length)
104 &realtype, (LPBYTE)param, &length);
142 void *param, DWORD length)
156 type, param, length)) ||
158 type, param, length)) {
170 type, param, length)) ||
172 type, param, length)) {
186 DWORD param; local
91 GetRegistry(HKEY top, const char *key, const char *name, DWORD type, void *param, DWORD length) argument
141 GetFromRegistry(const char *name, int where, DWORD type, void *param, DWORD length) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/hpc/stand/hpcboot/menu/
H A Dwindow.cpp37 Window::_wnd_proc(HWND h, UINT msg, WPARAM param, LPARAM lparam) argument
56 if ((w == 0) || !w->proc(h, msg, param, lparam))
57 return DefWindowProc(h, msg, param, lparam);
64 Window::_dlg_proc(HWND h, UINT msg, WPARAM param, LPARAM lparam) argument
76 return w ? w->proc(h, msg, param, lparam) : FALSE;
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/drivers/
H A Ddriver_hostap.c61 static int hostapd_ioctl(void *priv, struct prism2_hostapd_param *param,
340 struct prism2_hostapd_param param; local
348 memset(&param, 0, sizeof(param));
349 param.cmd = PRISM2_HOSTAPD_SET_FLAGS_STA;
350 memcpy(param.sta_addr, addr, ETH_ALEN);
351 param.u.set_flags_sta.flags_or = flags_or;
352 param.u.set_flags_sta.flags_and = flags_and;
353 return hostapd_ioctl(drv, &param, sizeof(param));
382 hostapd_ioctl(void *priv, struct prism2_hostapd_param *param, int len) argument
409 struct prism2_hostapd_param *param; local
465 struct prism2_hostapd_param *param; local
495 hostap_ioctl_prism2param(void *priv, int param, int value) argument
577 struct prism2_hostapd_param param; local
630 struct prism2_hostapd_param param; local
663 struct prism2_hostapd_param param; local
681 struct prism2_hostapd_param param; local
697 struct prism2_hostapd_param param; local
712 struct prism2_hostapd_param *param; local
1131 hostapd_ioctl(struct wpa_driver_hostap_data *drv, struct prism2_hostapd_param *param, int len, int show_err) argument
1156 struct prism2_hostapd_param *param; local
1177 prism2param(struct wpa_driver_hostap_data *drv, int param, int value) argument
1215 show_set_key_error(struct prism2_hostapd_param *param) argument
1253 struct prism2_hostapd_param *param; local
1356 struct prism2_hostapd_param param; local
1466 struct prism2_hostapd_param param; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dtc-spu.c51 static const char *get_imm (const char *param, struct spu_insn *insn, int arg);
52 static const char *get_reg (const char *param, struct spu_insn *insn, int arg,
54 static int calcop (struct spu_opcode *format, const char *param,
270 char *param, *thisfrag;
280 for (param = op; *param != 0 && !ISSPACE (*param); param++)
282 c = *param;
283 *param
268 char *param, *thisfrag; local
392 calcop(struct spu_opcode *format, const char *param, struct spu_insn *insn) argument
497 get_reg(const char *param, struct spu_insn *insn, int arg, int accept_expr) argument
598 get_imm(const char *param, struct spu_insn *insn, int arg) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/spu/
H A Dspu-c.c124 tree param;
130 for (param = params; param != void_list_node; param = TREE_CHAIN (param))
131 if (!SCALAR_TYPE_P (TREE_VALUE (param)))
134 for (param = params, p = 0;
135 param != void_list_node;
136 param = TREE_CHAIN (param),
123 tree param; local
[all...]
/netbsd-6-1-5-RELEASE/lib/npf/ext_normalise/
H A Dnpfext_normalise.c58 npfext_normalise_param(nl_ext_t *ext, const char *param, const char *val) argument
64 static const struct param { struct
78 if (strcmp(name, param) != 0) {
/netbsd-6-1-5-RELEASE/common/lib/libc/stdlib/
H A Dstrtoll.c42 #include <sys/param.h>
45 #include <sys/param.h>
H A Dstrtoul.c34 #include <sys/param.h>
37 #include <sys/param.h>
H A Dstrtoull.c42 #include <sys/param.h>
45 #include <sys/param.h>
H A Dstrtoumax.c42 #include <sys/param.h>
45 #include <sys/param.h>
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.other/
H A Dpmf5.C23 void die (bool param) { argument
25 (a->*pmf)(param);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/tree-ssa/
H A Dcswtch.c9 int check(int param) argument
14 switch (param)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.other/
H A Dpmf5.C23 void die (bool param) { argument
25 (a->*pmf)(param);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dsavedregs.c28 callee (int param) argument
30 return param * done + 1;
/netbsd-6-1-5-RELEASE/sys/external/bsd/drm/dist/libdrm/nouveau/
H A Dnouveau_drmif.h57 nouveau_device_get_param(struct nouveau_device *, uint64_t param, uint64_t *v);
60 nouveau_device_set_param(struct nouveau_device *, uint64_t param, uint64_t val);
/netbsd-6-1-5-RELEASE/crypto/dist/ipsec-tools/src/libipsec/
H A Dipsec_get_policylen.c39 #include <sys/param.h>
H A Dipsec_strerror.c39 #include <sys/param.h>
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dgetcwd.c42 #include <sys/param.h>

Completed in 335 milliseconds

1234567891011>>