#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <sys/ioctl.h>
#include <linux/fs.h>
#include <errno.h>
#include "assert.h"
#include "xio.h"
Include dependency graph for get_io.c:
Go to the source code of this file.
Functions | |
int | __GetIoPoint () |
void | InitIoPoint () |
void | GetIoPoint (Widget w, XtPointer closure, XtPointer call_data) |
Variables | |
static time_t | times [2] |
static unsigned long long | bytes [2] |
|
Definition at line 16 of file get_io.c. References bytes, _XIoResources::interface, times, and xio_resources. Referenced by GetIoPoint(), and InitIoPoint(). |
|
Definition at line 140 of file get_io.c. References __GetIoPoint(), ASSERT, bytes, and times. Referenced by main(). Here is the call graph for this function: |
|
Definition at line 130 of file get_io.c. References __GetIoPoint(), bytes, and times. Referenced by main(). Here is the call graph for this function: |
|
Definition at line 14 of file get_io.c. Referenced by __GetIoPoint(), __GetMemPoint(), __GetNetPoint(), GetIoPoint(), GetMemPoint(), GetNetPoint(), InitIoPoint(), InitMemPoint(), and InitNetPoint(). |
|
Definition at line 13 of file get_io.c. Referenced by __GetIoPoint(), __GetNetPoint(), GetIoPoint(), GetNetPoint(), InitIoPoint(), and InitNetPoint(). |