Unix and Linux Discussions Tagged with dump |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
1 |
11,711 |
UNIX for Advanced & Expert Users |
|
|
|
13 |
14,570 |
AIX |
|
|
|
4 |
4,306 |
AIX |
|
|
|
0 |
4,451 |
Shell Programming and Scripting |
|
|
|
3 |
6,007 |
Solaris |
|
|
|
4 |
3,586 |
Shell Programming and Scripting |
|
|
|
6 |
5,935 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
9,170 |
Solaris |
|
|
|
1 |
3,849 |
HP-UX |
|
|
|
4 |
7,108 |
Solaris |
|
|
|
0 |
1,023 |
Software Releases - RSS News |
|
|
|
0 |
1,069 |
Software Releases - RSS News |
|
|
|
0 |
1,107 |
Software Releases - RSS News |
|
|
|
0 |
926 |
Software Releases - RSS News |
|
|
|
0 |
985 |
Software Releases - RSS News |
|
|
|
0 |
973 |
Software Releases - RSS News |
|
|
|
0 |
867 |
Software Releases - RSS News |
|
|
|
1 |
2,106 |
UNIX for Advanced & Expert Users |
|
|
|
7 |
13,821 |
AIX |
|
|
|
1 |
8,038 |
AIX |
|
|
|
0 |
5,872 |
Linux |
|
|
|
1 |
16,199 |
AIX |
|
|
|
3 |
7,353 |
Solaris |
|
|
|
4 |
8,312 |
Shell Programming and Scripting |
|
|
|
1 |
2,328 |
Shell Programming and Scripting |
|
|
|
0 |
3,050 |
Solaris |
|
|
|
0 |
1,649 |
Software Releases - RSS News |
|
|
|
1 |
9,118 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
3,447 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
5,586 |
UNIX for Advanced & Expert Users |
|
|
|
7 |
6,293 |
UNIX for Dummies Questions & Answers |
|
|
|
6 |
12,438 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
3,917 |
UNIX for Advanced & Expert Users |
|
|
|
2 |
2,872 |
UNIX for Dummies Questions & Answers |
|
|
|
16 |
16,768 |
Programming |
|
|
|
1 |
11,584 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
5,522 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
5,297 |
UNIX for Advanced & Expert Users |
|
|
|
2 |
6,632 |
UNIX for Advanced & Expert Users |
|
|
|
2 |
4,304 |
UNIX for Dummies Questions & Answers |
cr_open(3) Library Functions Manual cr_open(3)
NAME
cr_open() - open crash dump for reading
SYNOPSIS
DESCRIPTION
The library call opens a crash dump and passes back a crash dump descriptor.
The path argument points to a path name naming a crash dump directory or file, and must not exceed bytes in length.
The CRASH * to which crash_cb points is set to a crash dump descriptor, which can then be passed to the other functions to access the crash
dump.
flags is a bitmask of zero or more of the following flag values, which affect the operation of future calls to libcrash routines for this
crash dump, except for cr_verify(3), which has its own flags parameter.
The library will not attempt to verify checksums of files in the crash
dump if this flag is set.
The library will write messages to stderr during time-consuming operations
(decompressions and checksums) if this flag is set.
RETURN VALUE
Returns zero for success. Other possible return values are described in libcrash(5).
EXAMPLES
The following call to opens crash dump contained in the directory and returns the crash dump descriptor For an example of reading the crash
dump see the cr_read(3) manual entry.
AUTHOR
was developed by HP.
SEE ALSO
cr_close(3), cr_perror(3), libcrash(5).
cr_open(3)