#include "internal.h"
#include <sys/ioctl.h>
#include <net/if.h>
#include <utmpx.h>
#include <unistd.h>
#include <sys/ps.h>
#include <builtins.h>
#include <termios.h>
#include <sys/msg.h>
#include "//'SYS1.SAMPLIB(CSRSIC)'"
Go to the source code of this file.
|
static int | getexe (const int pid, char *buf, size_t len) |
|
static int | os390_message_queue_handler (uv__os390_epoll *ep) |
|
void | uv__fs_event_close (uv_fs_event_t *handle) |
|
uint64_t | uv__hrtime (uv_clocktype_t type) |
|
static int | uv__interface_addresses_v6 (uv_interface_address_t **addresses, int *count) |
|
int | uv__io_check_fd (uv_loop_t *loop, int fd) |
|
int | uv__io_fork (uv_loop_t *loop) |
|
void | uv__io_poll (uv_loop_t *loop, int timeout) |
|
void | uv__platform_invalidate_fd (uv_loop_t *loop, int fd) |
|
void | uv__platform_loop_delete (uv_loop_t *loop) |
|
int | uv__platform_loop_init (uv_loop_t *loop) |
|
void | uv__set_process_title (const char *title) |
|
int | uv_cpu_info (uv_cpu_info_t **cpu_infos, int *count) |
|
int | uv_exepath (char *buffer, size_t *size) |
|
void | uv_free_interface_addresses (uv_interface_address_t *addresses, int count) |
|
int | uv_fs_event_init (uv_loop_t *loop, uv_fs_event_t *handle) |
|
int | uv_fs_event_start (uv_fs_event_t *handle, uv_fs_event_cb cb, const char *filename, unsigned int flags) |
|
int | uv_fs_event_stop (uv_fs_event_t *handle) |
|
uint64_t | uv_get_constrained_memory (void) |
|
uint64_t | uv_get_free_memory (void) |
|
uint64_t | uv_get_total_memory (void) |
|
int | uv_interface_addresses (uv_interface_address_t **addresses, int *count) |
|
void | uv_loadavg (double avg[3]) |
|
int | uv_resident_set_memory (size_t *rss) |
|
int | uv_uptime (double *uptime) |
|
◆ ADDR_SIZE
#define ADDR_SIZE |
( |
|
p | ) |
MAX((p).sa_len, sizeof(p)) |
◆ ASCBRSME
◆ CPCMODEL_LENGTH
#define CPCMODEL_LENGTH 16 |
◆ CSD_NUMBER_ONLINE_CPUS
#define CSD_NUMBER_ONLINE_CPUS 0xD4 |
◆ CSD_OFFSET
◆ CVT_PTR
◆ CVTOPCTP_OFFSET
#define CVTOPCTP_OFFSET 0x25C |
◆ CVTRCEP_OFFSET
#define CVTRCEP_OFFSET 0x490 |
◆ MAX
#define MAX |
( |
|
a, |
|
|
|
b |
|
) |
| (((a)>(b))?(a):(b)) |
◆ PGTH_CURRENT
◆ PGTH_LEN
◆ PGTHAPATH
◆ PSA_PTR
◆ PSAAOLD
◆ RAXFMCT
◆ RCEAFC_OFFSET
#define RCEAFC_OFFSET 0x088 |
◆ RCEPOOL_OFFSET
#define RCEPOOL_OFFSET 0x004 |
◆ RCTLACS_OFFSET
#define RCTLACS_OFFSET 0xC4 |
◆ RMCTRCT_OFFSET
#define RMCTRCT_OFFSET 0xE4 |
◆ TOD_RES
◆ data_area_ptr_assign_type
◆ getexe()
static int getexe |
( |
const int |
pid, |
|
|
char * |
buf, |
|
|
size_t |
len |
|
) |
| |
|
static |
◆ os390_message_queue_handler()
◆ uv__fs_event_close()
◆ uv__hrtime()
◆ uv__interface_addresses_v6()
◆ uv__io_check_fd()
◆ uv__io_fork()
◆ uv__io_poll()
◆ uv__platform_invalidate_fd()
void uv__platform_invalidate_fd |
( |
uv_loop_t * |
loop, |
|
|
int |
fd |
|
) |
| |
◆ uv__platform_loop_delete()
void uv__platform_loop_delete |
( |
uv_loop_t * |
loop | ) |
|
◆ uv__platform_loop_init()
◆ uv__set_process_title()
void uv__set_process_title |
( |
const char * |
title | ) |
|
◆ uv_cpu_info()
◆ uv_exepath()
int uv_exepath |
( |
char * |
buffer, |
|
|
size_t * |
size |
|
) |
| |
◆ uv_free_interface_addresses()
◆ uv_fs_event_init()
◆ uv_fs_event_start()
◆ uv_fs_event_stop()
◆ uv_get_constrained_memory()
uint64_t uv_get_constrained_memory |
( |
void |
| ) |
|
◆ uv_get_free_memory()
◆ uv_get_total_memory()
◆ uv_interface_addresses()
◆ uv_loadavg()
void uv_loadavg |
( |
double |
avg[3] | ) |
|
◆ uv_resident_set_memory()
int uv_resident_set_memory |
( |
size_t * |
rss | ) |
|
◆ uv_uptime()
int uv_uptime |
( |
double * |
uptime | ) |
|