The FreeRADIUS server $Id: f3670dba8951ca10eb4948feb3dc3db9423a334f $
Loading...
Searching...
No Matches
Macros | Functions
mmapio.c File Reference
#include "config.h"
#include <errno.h>
#include <sys/types.h>
#include <sys/mman.h>
#include <unistd.h>
#include "backtrace.h"
#include "internal.h"
+ Include dependency graph for mmapio.c:

Go to the source code of this file.

Macros

#define MAP_FAILED   ((void *)-1)
 

Functions

int backtrace_get_view (struct backtrace_state *state ATTRIBUTE_UNUSED, int descriptor, off_t offset, uint64_t size, backtrace_error_callback error_callback, void *data, struct backtrace_view *view)
 
void backtrace_release_view (struct backtrace_state *state ATTRIBUTE_UNUSED, struct backtrace_view *view, backtrace_error_callback error_callback, void *data)
 

Macro Definition Documentation

◆ MAP_FAILED

#define MAP_FAILED   ((void *)-1)

Definition at line 48 of file mmapio.c.

Function Documentation

◆ backtrace_get_view()

int backtrace_get_view ( struct backtrace_state *state  ATTRIBUTE_UNUSED,
int  descriptor,
off_t  offset,
uint64_t  size,
backtrace_error_callback  error_callback,
void *  data,
struct backtrace_view view 
)

Definition at line 57 of file mmapio.c.

+ Here is the call graph for this function:

◆ backtrace_release_view()

void backtrace_release_view ( struct backtrace_state *state  ATTRIBUTE_UNUSED,
struct backtrace_view view,
backtrace_error_callback  error_callback,
void *  data 
)

Definition at line 97 of file mmapio.c.

+ Here is the call graph for this function: