Searched defs:privdata (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/netgraph/ |
H A D | ng_tee.c | 78 struct privdata { struct 84 typedef struct privdata *sc_p; argument 158 sc_p privdata; in ng_tee_constructor() local 172 sc_p privdata = NG_NODE_PRIVATE(node); in ng_tee_newhook() local 344 const sc_p privdata = NG_NODE_PRIVATE(node); in ng_tee_close() local 358 const sc_p privdata = NG_NODE_PRIVATE(node); in ng_tee_shutdown() local
|
H A D | ng_source.c | 82 struct privdata { struct 96 typedef struct privdata *sc_p; argument
|
H A D | ng_car.c | 83 struct privdata { struct 88 typedef struct privdata *priv_p; argument
|
H A D | ng_sample.c | 151 xxx_p privdata; in ng_xxx_constructor() local 408 const xxx_p privdata = NG_NODE_PRIVATE(node); in ng_xxx_shutdown() local
|
H A D | ng_patch.c | 179 priv_p privdata; in ng_patch_constructor() local 659 const priv_p privdata = NG_NODE_PRIVATE(node); in ng_patch_shutdown() local
|
H A D | ng_etf.c | 177 etf_p privdata; in ng_etf_constructor() local 434 const etf_p privdata = NG_NODE_PRIVATE(node); in ng_etf_shutdown() local
|
/freebsd/contrib/libder/tests/ |
H A D | test_privkey.c | 30 static const uint8_t privdata[] = { 0xa5, 0xf5, 0x2a, 0x56, 0x61, 0xe3, 0x58, variable
|
/freebsd/sys/dev/qat/qat_common/ |
H A D | adf_vf_isr.c | 220 adf_isr(void *privdata) in adf_isr()
|
/freebsd/contrib/sqlite3/autosetup/ |
H A D | jimsh0.c | 304 void *privdata; member 7777 static void *JimStringCopyHTDup(void *privdata, const void *key) in JimStringCopyHTDup() 7782 static int JimStringCopyHTKeyCompare(void *privdata, const void *key1, const void *key2) in JimStringCopyHTKeyCompare() 7787 static void JimStringCopyHTKeyDestructor(void *privdata, void *key) in JimStringCopyHTKeyDestructor() 7807 static void JimAssocDataHashTableValueDestructor(void *privdata, void *data) in JimAssocDataHashTableValueDestructor() 10186 static int JimObjectHTKeyCompare(void *privdata, const void *key1, const void *key2) in JimObjectHTKeyCompare() 10191 static void *JimObjectHTKeyValDup(void *privdata, const void *val) in JimObjectHTKeyValDup() 10203 static void *JimVariablesHTValDup(void *privdata, const void *val) in JimVariablesHTValDup() 10240 static int JimCommandsHT_KeyCompare(void *privdata, const void *key1, const void *key2) in JimCommandsHT_KeyCompare()
|
/freebsd/sys/dev/mpi3mr/ |
H A D | mpi3mr.c | 5134 void mpi3mr_isr(void *privdata) in mpi3mr_isr()
|