Searched refs:pidstr (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/staging/vc04_services/interface/vchiq_arm/ |
H A D | vchiq_debugfs.c | 183 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 D | log.c | 188 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 D | oslib-posix.c | 122 char pidstr[32]; in qemu_write_pidfile() local 176 snprintf(pidstr, sizeof(pidstr), FMT_pid "\n", getpid()); in qemu_write_pidfile() 177 if (qemu_write_full(fd, pidstr, strlen(pidstr)) != strlen(pidstr)) { in qemu_write_pidfile()
|
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | protection_keys.c | 102 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()
|