2 .\" This file and its contents are supplied under the terms of the
3 .\" Common Development and Distribution License ("CDDL"), version 1.0.
4 .\" You may only use this file in accordance with the terms of version
7 .\" A full copy of the text of the CDDL should have accompanied this
8 .\" source. A copy of the CDDL is also available via the Internet at
9 .\" http://www.illumos.org/license/CDDL.
12 .\" Copyright 2015 Joyent, Inc.
15 .Dt PROC_FLTNAME 3PROC
21 .Nd convert a fault, signal, and system call to a name
49 functions respectively convert the fault, signal, and system call in
54 to a human-readable name and place the corresponding string in
58 characters, including the null terminator, will be written into
61 Upon successful completion, the
66 functions return a pointer to
70 are always null terminated.
74 .Sh INTERFACE STABILITY
80 .Xr proc_fltset2str 3PROC ,
81 .Xr proc_sigset2str 3PROC ,
82 .Xr proc_str2flt 3PROC ,
83 .Xr proc_str2fltset 3PROC ,
84 .Xr proc_str2sig 3PROC ,
85 .Xr proc_str2sigset 3PROC ,
86 .Xr proc_str2sys 3PROC ,
87 .Xr proc_str2sysset 3PROC ,
88 .Xr proc_sysset2str 3PROC ,