Home
last modified time | relevance | path

Searched refs:getpid (Results 1 – 25 of 59) sorted by relevance

123

/f-stack/freebsd/contrib/openzfs/cmd/zed/
H A Dzed_log.c71 (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 Dzed.c258 ZFS_META_VERSION, ZFS_META_RELEASE, (int)getpid()); in main()
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dthread.h33 #define getpid() curthread->td_tid macro
/f-stack/tools/libutil/
H A Duucplock.c73 pid = getpid(); in uu_lock()
137 if (get_pid(fd, &err) != getpid()) in uu_lock_txfr()
H A Dpidfile.c250 snprintf(pidstr, sizeof(pidstr), "%u", getpid()); in pidfile_write()
/f-stack/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_socket.c185 getpid()); in mlx5_pmd_socket_init()
224 MKSTR(path, MLX5_SOCKET_PATH, getpid()); in RTE_FINI()
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-app-init-linux.c182 pid = getpid(); in setup_cvmx_shared()
203 sprintf(shm_name, "%s-%d", SHM_NAME, getpid()); in setup_cvmx_shared()
H A Dcvmx-platform.h168 ret = sysmips(MIPS_CAVIUM_XKPHYS_WRITE, getpid(), 3, 0); in cvmx_linux_enable_xkphys_access()
/f-stack/tools/libutil/tests/
H A Dpidfile_test.c114 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 Dngx_process.h56 #define ngx_getpid getpid
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dthread.h62 #define getpid() current->pid macro
/f-stack/freebsd/contrib/openzfs/cmd/zgenhostid/
H A Dzgenhostid.c129 srand48(getpid() ^ time(NULL)); in main()
/f-stack/app/redis-5.0.5/src/
H A Dzmalloc.c250 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 Dserver.c363 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 Dlthread_tls.c61 getpid()); in _lthread_key_pool_init()
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dzone.c279 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 Drandombytes_salsa20_random.c339 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 Drandwritecomp.c177 srand48(getpid()); in main()
/f-stack/freebsd/kern/
H A Dcapabilities.conf324 getpid
/f-stack/dpdk/app/test-eventdev/
H A Devt_main.c61 kill(getpid(), signum); in signal_handler()
/f-stack/dpdk/lib/librte_telemetry/
H A Dtelemetry.c109 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 Diotlb.c312 getpid(), dev->vid, vq_index); in vhost_user_iotlb_init()
/f-stack/freebsd/contrib/openzfs/cmd/raidz_test/
H A Draidz_test.c983 (void) sprintf(gdb, gdb_tmpl, getpid()); in main()
1004 srand((unsigned)time(NULL) * getpid()); in main()
/f-stack/tools/libxo/libxo/
H A Dxo_syslog.c501 my_pid = xo_unit_test ? 222 : getpid(); in xo_vsyslog()
/f-stack/tools/ngctl/
H A Dmain.c173 snprintf(name, sizeof(name), "ngctl%d", getpid());

123