Searched refs:registration (Results 1 – 4 of 4) sorted by relevance
/device/google/contexthub/firmware/os/platform/stm32/lkr/ |
D | app.lkr | 101 … LONG(0) /* size in 32-bit words, to add to bss section for dynamic destructor registration */
|
/device/google/cuttlefish/guest/hals/ril/reference-ril/ |
D | reference-ril.c | 1916 int *registration; local 1950 if (parseRegistrationState(line, &type, &count, ®istration)) goto error; 1984 asprintf(&responseStr[1], "%x", registration[1]); 1987 asprintf(&responseStr[2], "%x", registration[2]); 1990 asprintf(&responseStr[3], "%d", mapNetworkRegistrationResponse(registration[3])); 1993 asprintf(&responseStr[0], "%d", registration[0]); 2024 free(registration); 2025 registration = NULL;
|
/device/google/cuttlefish_vmm/qemu/x86_64-linux-gnu/usr/share/qemu/ |
D | trace-events-all | 5732 qemu_rdma_write_one_recvregres(int mykey, int theirkey, uint64_t chunk) "Received registration resu… 5733 …_sendreg(uint64_t chunk, int len, int index, int64_t offset) "Sending registration request chunk %…
|
/device/google/cuttlefish_vmm/qemu/aarch64-linux-gnu/usr/share/qemu/ |
D | trace-events-all | 5732 qemu_rdma_write_one_recvregres(int mykey, int theirkey, uint64_t chunk) "Received registration resu… 5733 …_sendreg(uint64_t chunk, int len, int index, int64_t offset) "Sending registration request chunk %…
|