Searched refs:coredump_fd (Results 1 - 1 of 1) sorted by relevance
/systemd/src/coredump/ |
H A D | coredump.c | 596 _cleanup_close_ int coredump_fd = -1, coredump_node_fd = -1; local 610 r = save_external_coredump(context, input_fd, &filename, &coredump_node_fd, &coredump_fd, &coredump_size); 628 (void) coredump_vacuum(coredump_node_fd >= 0 ? coredump_node_fd : coredump_fd, arg_keep_free, arg_max_use); 643 r = coredump_make_stack_trace(coredump_fd, context[CONTEXT_EXE], &stacktrace); 666 r = allocate_journal_field(coredump_fd, (size_t) coredump_size, &coredump_data, &sz); 719 _cleanup_close_ int coredump_fd = -1; local 794 assert(coredump_fd < 0); 795 coredump_fd = *(int*) CMSG_DATA(found); 821 assert(coredump_fd >= 0); 823 r = submit_coredump(context, iovec, n_iovec_allocated, n_iovec, coredump_fd); 870 _cleanup_close_ int coredump_fd = -1, coredump_node_fd = -1; local [all...] |
Completed in 2640 milliseconds