Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_debugfs.c183 char pidstr[16]; in vchiq_debugfs_add_instance() local
186 snprintf(pidstr, sizeof(pidstr), "%d", in vchiq_debugfs_add_instance()
189 top = debugfs_create_dir(pidstr, vchiq_dbg_clients); in vchiq_debugfs_add_instance()
/openbmc/qemu/util/
H A Dlog.c188 char *pidstr = strstr(filename, "%"); in valid_filename_template() local
190 if (pidstr) { in valid_filename_template()
192 if (pidstr[1] != 'd' || strchr(pidstr + 2, '%')) { in valid_filename_template()
H A Doslib-posix.c117 char pidstr[32]; in qemu_write_pidfile() local
171 snprintf(pidstr, sizeof(pidstr), FMT_pid "\n", getpid()); in qemu_write_pidfile()
172 if (qemu_write_full(fd, pidstr, strlen(pidstr)) != strlen(pidstr)) { in qemu_write_pidfile()
/openbmc/linux/tools/testing/selftests/mm/
H A Dprotection_keys.c102 char pidstr[32]; in tracing_on() local
107 sprintf(pidstr, "%d", getpid()); in tracing_on()
116 cat_into_file(pidstr, TRACEDIR "/set_ftrace_pid"); in tracing_on()