| 
    GDB (xrefs)
   
    
   
   | 
  
  
  
 
#include "defs.h"#include <stdio.h>#include <sys/types.h>#include <sys/procfs.h>#include "proc-utils.h"Go to the source code of this file.
Classes | |
| struct | trans | 
Functions | |
| void | proc_prettyfprint_flags (FILE *file, unsigned long flags, int verbose) | 
| void | proc_prettyprint_flags (unsigned long flags, int verbose) | 
Variables | |
| static struct trans | pr_flag_table [] | 
| void proc_prettyfprint_flags | ( | FILE * | file, | 
| unsigned long | flags, | ||
| int | verbose | ||
| ) | 
Definition at line 273 of file proc-flags.c.
References trans::desc, name, and pr_flag_table.
Referenced by proc_prettyfprint_status(), and proc_prettyprint_flags().
| void proc_prettyprint_flags | ( | unsigned long | flags, | 
| int | verbose | ||
| ) | 
Definition at line 289 of file proc-flags.c.
References proc_prettyfprint_flags().
Referenced by procfs_info_proc(), and procfs_wait().
struct trans pr_flag_table[] [static] | 
        
Definition at line 54 of file proc-flags.c.
Referenced by proc_prettyfprint_flags().
 1.7.6.1