Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
error.c File Reference
#include "compat.h"
#include "regs.h"
#include "intern.h"
#include "desc.h"
#include "jr.h"
#include "error.h"

Go to the source code of this file.

Macros

#define SPRINTFCAT(str, format, param, max_alloc)
 

Functions

charcaam_jr_strstatus (char *outstr, u32 status)
 
 EXPORT_SYMBOL (caam_jr_strstatus)
 

Macro Definition Documentation

#define SPRINTFCAT (   str,
  format,
  param,
  max_alloc 
)
Value:
{ \
char *tmp; \
\
tmp = kmalloc(sizeof(format) + max_alloc, GFP_ATOMIC); \
sprintf(tmp, format, param); \
strcat(str, tmp); \
kfree(tmp); \
}

Definition at line 14 of file error.c.

Function Documentation

char* caam_jr_strstatus ( char outstr,
u32  status 
)

Definition at line 246 of file error.c.

EXPORT_SYMBOL ( caam_jr_strstatus  )