Searched refs:pmod (Results 1 – 7 of 7) sorted by relevance
| /freebsd/crypto/openssl/crypto/conf/ |
| H A D | conf_mod.c | 59 CONF_MODULE *pmod; member 81 static int module_init(CONF_MODULE *pmod, const char *name, const char *value, 427 static int module_init(CONF_MODULE *pmod, const char *name, const char *value, in module_init() argument 441 imod->pmod = pmod; in module_init() 450 if (pmod->init) { in module_init() 451 ret = pmod->init(imod, cnf); in module_init() 483 pmod->links++; in module_init() 494 if (pmod->finish && init_called) in module_init() 495 pmod->finish(imod); in module_init() 608 if (imod->pmod->finish) in module_finish() [all …]
|
| /freebsd/sys/netinet6/ |
| H A D | ip6_id.c | 146 static u_int32_t pmod(u_int32_t, u_int32_t, u_int32_t); 155 pmod(u_int32_t gen, u_int32_t expo, u_int32_t mod) in pmod() function 194 p->ru_a = pmod(p->ru_agen, in initid() 217 p->ru_g = pmod(p->ru_gen, j, p->ru_n); in initid() 244 return (p->ru_seed ^ pmod(p->ru_g, p->ru_seed2 + p->ru_x, p->ru_n)) | in randomid()
|
| /freebsd/sys/modules/ipfw_pmod/ |
| H A D | Makefile | 1 .PATH: ${SRCTOP}/sys/netpfil/ipfw/pmod
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | conf.h | 205 void *CONF_module_get_usr_data(CONF_MODULE *pmod); 206 void CONF_module_set_usr_data(CONF_MODULE *pmod, void *usr_data);
|
| H A D | conf.h.in | 168 void *CONF_module_get_usr_data(CONF_MODULE *pmod); 169 void CONF_module_set_usr_data(CONF_MODULE *pmod, void *usr_data);
|
| /freebsd/sys/contrib/device-tree/Bindings/power/supply/ |
| H A D | maxim,ds2760.txt | 16 - maxim,pmod-enabled: This boolean property enables the DS2760 to enter
|
| /freebsd/sys/conf/ |
| H A D | files | 4623 netpfil/ipfw/pmod/ip_fw_pmod.c optional inet ipfirewall_pmod 4624 netpfil/ipfw/pmod/tcpmod.c optional inet ipfirewall_pmod
|