30 code results in systemd/systemd
src/journal/audit-type.h
C
Showing the top match
Last indexed Jun 26, 2018
src/basic/device-nodes.c
C
Showing the top match
Last indexed Jun 26, 2018
src/basic/procfs-util.c
C
Showing the top two matches
Last indexed Jun 26, 2018
| 85 | * decrease it, as threads-max is the much more relevant sysctl. */ |
| 86 | if (limit > pid_max-1) { |
| 87 | sprintf(buffer, "%" PRIu64, limit+1); /* Add one, since PID 0 is not a valid PID */ |
| … | |
| 90 | return r; |
| 91 | } |
| 92 | |
| 93 | sprintf(buffer, "%" PRIu64, limit); |
| 94 | r = write_string_file("/proc/sys/kernel/threads-max", buffer, WRITE_STRING_FILE_DISABLE_BUFFER); |
src/journal/journal-send.c
C
Showing the top two matches
Last indexed Jun 26, 2018
src/journal/journald-audit.c
C
Showing the top two matches
Last indexed Jun 26, 2018
| 364 | iov[n_iov++] = IOVEC_MAKE_STRING("_TRANSPORT=audit"); |
| 365 | |
| 366 | sprintf(source_time_field, "_SOURCE_REALTIME_TIMESTAMP=%" PRIu64, |
| … | |
| 367 | (usec_t) seconds * USEC_PER_SEC + (usec_t) msec * USEC_PER_MSEC); |
| 368 | iov[n_iov++] = IOVEC_MAKE_STRING(source_time_field); |
| 369 | |
| 370 | sprintf(type_field, "_AUDIT_TYPE=%i", type); |
src/basic/ether-addr-util.c
C
Showing the top match
Last indexed Jun 26, 2018
src/basic/process-util.h
C
Showing the top match
Last indexed Jun 26, 2018
src/shared/dropin.c
C
Showing the top match
Last indexed Jun 26, 2018
src/libsystemd-network/dhcp-identifier.c
C
Showing the top match
Last indexed Aug 23, 2018
src/udev/scsi_id/scsi_serial.c
C
Showing the top two matches
Last indexed Jul 23, 2018