Home
last modified time | relevance | path

Searched refs:rcvr (Results 1 – 4 of 4) sorted by relevance

/third_party/libuv/src/unix/
Dibmi.c180 static int get_ibmi_system_status(SSTS0200* rcvr) { in get_ibmi_system_status() argument
182 unsigned int rcvrlen = sizeof(*rcvr); in get_ibmi_system_status()
206 memset(rcvr, 0, sizeof(*rcvr)); in get_ibmi_system_status()
213 qwcrssts_argv[0] = rcvr; in get_ibmi_system_status()
228 SSTS0200 rcvr; in uv_get_free_memory() local
230 if (get_ibmi_system_status(&rcvr)) in uv_get_free_memory()
233 return (uint64_t)rcvr.main_storage_size * 1024ULL; in uv_get_free_memory()
238 SSTS0200 rcvr; in uv_get_total_memory() local
240 if (get_ibmi_system_status(&rcvr)) in uv_get_total_memory()
243 return (uint64_t)rcvr.main_storage_size * 1024ULL; in uv_get_total_memory()
[all …]
/third_party/python/Lib/logging/
Dconfig.py912 def __init__(self, rcvr, hdlr, port, verify): argument
914 self.rcvr = rcvr
921 server = self.rcvr(port=self.port, handler=self.hdlr,
/third_party/libabigail/tests/data/test-read-dwarf/
DPR25042-libgdbm-clang-dwarf5.so.6.0.0.abi1058 …<parameter type-id='type-id-99' name='rcvr' filepath='/tmp/ben/spack-stage/spack-stage-dQKT1q/spac…
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h53257 struct sctp_ep_common *rcvr; member