成人免费xxxxx在线视频软件_久久精品久久久_亚洲国产精品久久久_天天色天天色_亚洲人成一区_欧美一级欧美三级在线观看

intro 中文man頁面

系統(tǒng)
這章描述用戶命令

命令名

intro -介紹用戶命令  

描述

這章描述用戶命令  

作者

見man頁首的作者和版權,不同的頁,作者是不同的。  

#p#

Name

intro, _syscall - Introduction to system calls

Description

This chapter describes the Linux system calls. For a list of the 164 syscalls present in Linux 2.0, see syscalls(2).

Calling Directly

In most cases, it is unnecessary to invoke a system call directly, but there are times when the Standard C library does not implement a nice function call for you. In this case, the programmer must manually invoke the system call using either one of the _syscall macros, or syscall(). The latter technique is described in syscall(2). This page describes the _syscall macros, and includes some notes on when to use one or other mechanism.

Synopsis

#include <linux/unistd.h>

A _syscall macro

desired system call

Setup

The important thing to know about a system call is its prototype. You need to know how many arguments, their types, and the function return type. There are six macros that make the actual call into the system easier. They have the form:

_syscallX(type,name,type1,arg1,type2,arg2,...)
where X is 0en5, which are the number of arguments taken by the
system call
type is the return type of the system call
name is the name of the system call
typeN is the Nth argument's type
argN is the name of the Nth argument

These macros create a function called name with the arguments you specify. Once you include the _syscall() in your source file, you call the system call by name.

Files

/usr/include/linux/unistd.h

Conforming to

Certain codes are used to indicate Unix variants and standards to which calls in the section conform. See standards(7).

Notes

The _syscall() macros DO NOT produce a prototype. You may have to create one, especially for C++ users.

System calls are not required to return only positive or negative error codes. You need to read the source to be sure how it will return errors. Usually, it is the negative of a standard error code, e.g., -EPERM. The _syscall() macros will return the result r of the system call when r is non-negative, but will return -1 and set the variable errno to -r when r is negative. For the error codes, see errno(3).

Some system calls, such as mmap(2), require more than five arguments. These are handled by pushing the arguments on the stack and passing a pointer to the block of arguments.

When defining a system call, the argument types MUST be passed by-value or by-pointer (for aggregates like structs).

The preferred way to invoke system calls that glibc does not know about yet is via syscall(2). However, this mechanism can only be used if using a libc (such as glibc) that supports syscall(2), and if the <sys/syscall.h> header file contains the required SYS_foo definition. Otherwise, the use of a _syscall macro is required.

Some architectures, notably ia64, do not provide the _syscall macros. On these architectures, syscall(2) must be used.

Example

#include <stdio.h>
#include <errno.h>
#include <linux/unistd.h>       /* for _syscallX macros/related stuff */
#include <linux/kernel.h>       /* for struct sysinfo */
_syscall1(int, sysinfo, struct sysinfo *, info);
/* Note: if you copy directly from the nroff source, remember to
REMOVE the extra backslashes in the printf statement. */
int
main(void)
{
    struct sysinfo s_info;
    int error;
    error = sysinfo(&s_info);
    printf("code error = %d\n", error);
    printf("Uptime = %lds\nLoad: 1 min %lu / 5 min %lu / 15 min %lu\n"
           "RAM: total %lu / free %lu / shared %lu\n"
           "Memory in buffers = %lu\nSwap: total %lu / free %lu\n"
           "Number of processes = %d\n",
           s_info.uptime, s_info.loads[0],
           s_info.loads[1], s_info.loads[2],
           s_info.totalram, s_info.freeram,
           s_info.sharedram, s_info.bufferram,
           s_info.totalswap, s_info.freeswap,
           s_info.procs);
    exit(EXIT_SUCCESS);
}

Sample Output

code error = 0
uptime = 502034s
Load: 1 min 13376 / 5 min 5504 / 15 min 1152
RAM: total 15343616 / free 827392 / shared 8237056
Memory in buffers = 5066752
Swap: total 27881472 / free 24698880
Number of processes = 40

See Also

syscall(2), errno(3), feature_test_macros(7), standards(7)

責任編輯:韓亞珊 來源: CMPP.net
相關推薦

2011-08-24 15:52:59

intro中文man

2011-08-24 16:48:36

man中文man

2011-08-15 10:21:09

man中文man

2011-08-11 16:11:49

at中文man

2011-08-25 10:21:56

man.conf中文man

2011-08-11 15:03:21

ACCESS中文man

2011-08-11 15:28:43

ali中文man

2011-08-11 16:31:49

biff中文man

2011-08-11 17:16:43

cce中文man

2011-08-11 18:05:04

chvt中文man

2011-08-11 18:13:07

clear中文man

2011-08-12 09:13:02

df中文man

2011-08-12 09:38:06

dircolors中文man

2011-08-12 09:44:37

dirname中文man

2011-08-12 10:20:02

echo中文man

2011-08-12 10:25:55

eject中文man

2011-08-12 11:07:19

git中文man

2011-08-12 13:18:19

head中文man

2011-08-12 13:49:23

hostid中文man

2011-08-12 13:54:46

hostname中文man
點贊
收藏

51CTO技術棧公眾號

主站蜘蛛池模板: 色视频免费| 免费黄网站在线观看 | 欧美一区二区三区视频在线 | 国产在线激情视频 | 日韩高清一区 | 久草视频在线播放 | 亚洲综合二区 | 操操日 | 成人精品国产免费网站 | 日韩毛片在线观看 | 日韩手机在线看片 | 91福利影院 | 色女人天堂 | 精品99在线 | 久久久999国产精品 中文字幕在线精品 | 美国黄色毛片 | 男女网站在线观看 | 日本欧美在线观看视频 | 久久99精品久久久久久 | 国精品一区二区 | 午夜羞羞 | 亚洲a在线观看 | 国产欧美精品一区二区 | 久久精品中文字幕 | 色女人天堂 | 欧美一区二 | 日本精品久久久一区二区三区 | 国产在线网站 | 久久aⅴ乱码一区二区三区 91综合网 | 三级视频在线观看电影 | 超碰最新在线 | 欧美精品区 | 巨大荫蒂视频欧美另类大 | 黄色片视频网站 | 欧美日韩精品亚洲 | 午夜视频大全 | 一a级片| 国产一区二区 | 精品视频久久久久久 | 国产精品免费一区二区三区四区 | 精品视频在线观看 |