| /f-stack/freebsd/contrib/openzfs/cmd/zed/ |
| H A D | zed_log.c | 71 (int)getpid()); in zed_log_pipe_open() 75 (int)getpid(), strerror(errno)); in zed_log_pipe_open() 90 (int)getpid()); in zed_log_pipe_close_reads() 95 (int)getpid(), strerror(errno)); in zed_log_pipe_close_reads() 115 (int)getpid()); in zed_log_pipe_close_writes() 120 (int)getpid(), strerror(errno)); in zed_log_pipe_close_writes() 140 (int)getpid()); in zed_log_pipe_wait() 149 (int)getpid(), strerror(errno)); in zed_log_pipe_wait()
|
| H A D | zed.c | 258 ZFS_META_VERSION, ZFS_META_RELEASE, (int)getpid()); in main()
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | thread.h | 33 #define getpid() curthread->td_tid macro
|
| /f-stack/tools/libutil/ |
| H A D | uucplock.c | 73 pid = getpid(); in uu_lock() 137 if (get_pid(fd, &err) != getpid()) in uu_lock_txfr()
|
| H A D | pidfile.c | 250 snprintf(pidstr, sizeof(pidstr), "%u", getpid()); in pidfile_write()
|
| /f-stack/dpdk/drivers/net/mlx5/linux/ |
| H A D | mlx5_socket.c | 185 getpid()); in mlx5_pmd_socket_init() 224 MKSTR(path, MLX5_SOCKET_PATH, getpid()); in RTE_FINI()
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-app-init-linux.c | 182 pid = getpid(); in setup_cvmx_shared() 203 sprintf(shm_name, "%s-%d", SHM_NAME, getpid()); in setup_cvmx_shared()
|
| H A D | cvmx-platform.h | 168 ret = sysmips(MIPS_CAVIUM_XKPHYS_WRITE, getpid(), 3, 0); in cvmx_linux_enable_xkphys_access()
|
| /f-stack/tools/libutil/tests/ |
| H A D | pidfile_test.c | 114 if (other != getpid()) { in test_pidfile_self() 291 if (atoi(pid) != getpid()) in test_pidfile_relative()
|
| /f-stack/app/nginx-1.16.1/src/os/unix/ |
| H A D | ngx_process.h | 56 #define ngx_getpid getpid
|
| /f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | thread.h | 62 #define getpid() current->pid macro
|
| /f-stack/freebsd/contrib/openzfs/cmd/zgenhostid/ |
| H A D | zgenhostid.c | 129 srand48(getpid() ^ time(NULL)); in main()
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | zmalloc.c | 250 snprintf(filename,256,"/proc/%d/stat",getpid()); in zmalloc_get_rss() 287 if (task_for_pid(current_task(), getpid(), &task) != KERN_SUCCESS) in zmalloc_get_rss()
|
| H A D | server.c | 363 pid_t pid = getpid(); in serverLogRaw() 378 (int)getpid(),role_char, buf,c[level],msg); in serverLogRaw() 418 ll2string(buf,sizeof(buf),getpid()); in serverLogFromHandler() 2033 server.pid = getpid(); in initServer() 3198 (long) getpid(), in genRedisInfoString() 3737 fprintf(fp,"%d\n",(int)getpid()); in createPidFile() 3816 (long) getpid() in redisAsciiArt() 3843 rdbRemoveTempFile(getpid()); in sigShutdownHandler() 4105 srand(time(NULL)^getpid()); in main() 4211 (int)getpid()); in main()
|
| /f-stack/dpdk/examples/performance-thread/common/ |
| H A D | lthread_tls.c | 61 getpid()); in _lthread_key_pool_init()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | zone.c | 279 zone_force_lock_pid = getpid(); in zone_force_lock() 300 if (getpid() == zone_force_lock_pid) { in zone_force_unlock()
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/randombytes/salsa20/ |
| H A D | randombytes_salsa20_random.c | 339 global.pid = getpid(); in randombytes_salsa20_random_stir() 383 } else if (global.pid != getpid()) { in randombytes_salsa20_random_stir_if_needed()
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/randwritecomp/ |
| H A D | randwritecomp.c | 177 srand48(getpid()); in main()
|
| /f-stack/freebsd/kern/ |
| H A D | capabilities.conf | 324 getpid
|
| /f-stack/dpdk/app/test-eventdev/ |
| H A D | evt_main.c | 61 kill(getpid(), signum); in signal_handler()
|
| /f-stack/dpdk/lib/librte_telemetry/ |
| H A D | telemetry.c | 109 rte_tel_data_add_dict_int(d, "pid", getpid()); in json_info() 306 rte_version(), getpid(), MAX_OUTPUT_LEN); in client_handler()
|
| /f-stack/dpdk/lib/librte_vhost/ |
| H A D | iotlb.c | 312 getpid(), dev->vid, vq_index); in vhost_user_iotlb_init()
|
| /f-stack/freebsd/contrib/openzfs/cmd/raidz_test/ |
| H A D | raidz_test.c | 983 (void) sprintf(gdb, gdb_tmpl, getpid()); in main() 1004 srand((unsigned)time(NULL) * getpid()); in main()
|
| /f-stack/tools/libxo/libxo/ |
| H A D | xo_syslog.c | 501 my_pid = xo_unit_test ? 222 : getpid(); in xo_vsyslog()
|
| /f-stack/tools/ngctl/ |
| H A D | main.c | 173 snprintf(name, sizeof(name), "ngctl%d", getpid());
|