Searched refs:pid (Results 1 – 5 of 5) sorted by relevance
| /openthread-latest/third_party/mbedtls/repo/programs/ssl/ |
| D | ssl_fork_server.c | 74 int ret = 1, len, cnt = 0, pid; in main() local 218 pid = fork(); in main() 220 if (pid < 0) { in main() 221 mbedtls_printf(" failed! fork returned %d\n\n", pid); in main() 225 if (pid != 0) { in main() 241 pid = getpid(); in main() 246 mbedtls_printf("pid %d: Setting up the SSL data.\n", pid); in main() 254 pid, ret); in main() 261 pid, ret); in main() 267 mbedtls_printf("pid %d: SSL setup ok\n", pid); in main() [all …]
|
| /openthread-latest/tools/harness-simulation/posix/etc/ |
| D | commissionerd | 47 PIDFILE=/var/run/commissionerd.pid
|
| /openthread-latest/src/posix/platform/ |
| D | hdlc_interface.cpp | 664 int pid = -1; in ForkPty() local 674 VerifyOrDie((pid = forkpty(&fd, nullptr, &tios, nullptr)) != -1, OT_EXIT_ERROR_ERRNO); in ForkPty() 677 if (0 == pid) in ForkPty()
|
| /openthread-latest/tools/tcat_ble_client/dataset/ |
| D | dataset_entries.py | 254 pid = args[0] 255 if len(pid) != self.length * 2: # need length*2 hex characters 257 self.data = pid
|
| /openthread-latest/tests/scripts/thread-cert/ |
| D | thread_cert.py | 601 self._dumpcap_proc.pid) 615 logging.info('Backbone sniffer terminated successfully: pid=%s' % self._dumpcap_proc.pid)
|