Searched refs:rce (Results 1 – 4 of 4) sorted by relevance
| /src/sys/rpc/ |
| H A D | replay.c | 58 struct replay_cache_entry *rce); 114 struct replay_cache_entry *rce; in replay_alloc() local 119 rce = malloc(sizeof(*rce), M_RPC, M_NOWAIT|M_ZERO); in replay_alloc() 120 if (!rce) in replay_alloc() 122 rce->rce_hash = h; in replay_alloc() 123 rce->rce_msg = *msg; in replay_alloc() 124 bcopy(addr, &rce->rce_addr, addr->sa_len); in replay_alloc() 126 TAILQ_INSERT_HEAD(&rc->rc_cache[h], rce, rce_link); in replay_alloc() 127 TAILQ_INSERT_HEAD(&rc->rc_all, rce, rce_alllink); in replay_alloc() 129 return (rce); in replay_alloc() [all …]
|
| /src/lib/libc/iconv/ |
| H A D | citrus_stdenc.c | 51 _citrus_stdenc_open(struct _citrus_stdenc * __restrict * __restrict rce, in _citrus_stdenc_open() argument 61 *rce = &_citrus_stdenc_default; in _citrus_stdenc_open() 121 *rce = ce; in _citrus_stdenc_open()
|
| /src/sys/contrib/device-tree/src/arm64/nvidia/ |
| H A D | tegra194.dtsi | 1552 rce-noc@be00000 { 1553 compatible = "nvidia,tegra194-rce-noc";
|
| H A D | tegra234.dtsi | 3843 rce-fabric@be00000 { 3844 compatible = "nvidia,tegra234-rce-fabric";
|