Results of 1 - 10 of about 113 for old (0.003 sec.)
- Man page of MREMAP 11174
- MREMAP Section: Linux Programmer's Manual (2) Updated: 2010-06-10 Index JM Home Page 名前 mremap
...
参照 */ #include < sys/mman.h > void *mremap(void * old_address , size_t old_size , size_t new_size , int ...
引き数と利用可能な仮想アドレス空間によって決まる)。 old_address は拡張 (または縮小) しようとする仮想メモリ ...
ーブロック の元のアドレスである。 old_address はページ境界に合っていなければ ならない点に ...
注意すること。 old_size は元の仮想メモリーブロックの サイズである。 n ...
-
https://man.plustar.jp/manpage/man2/mremap.2.html
- [similar]
- Man page of PIVOT_ROOT 11010
- PIVOT_ROOT Section: Linux Programmer's Manual (2) Updated: 2012-07-13 Index JM Home Page 名前 pi
...
ivot_root(const char * new_root , const char * put_old ); 注 : このシステムコールには glibc のラッパー関数 ...
は呼び出し元のプロセスの root ファイルシステムを put_old ディレクトリに移動し、 new_root を呼び出し元のプロ ...
chdir("/") を呼び出すとよい。 new_root および put_old には以下の制限がある: - ディレクトリでなければなら ...
ない。 - new_root と put_old は現在の root と同じファイルシステムにあってはなら ...
-
https://man.plustar.jp/manpage/man2/pivot_root.2.html
- [similar]
- Man page of PIVOT_ROOT 10846
- PIVOT_ROOT Section: Maintenance Commands (8) Updated: Feb 23, 2000 Index JM Home Page 名前 pivot
...
イルシステムを変更する 書式 pivot_root new_root put_old 説明 pivot_root はカレントプロセスの root ファイル ...
システムを put_old ディレクトリに移動し、 new_root を新しい root ファ ...
入っている必要がある。 cd new_root pivot_root . put_old exec chroot . command chroot は古い root と新しい ...
ount /dev/hda1 /new-root cd /new-root pivot_root . old-root exec chroot . sh <dev/console >dev/console 2> ...
-
https://man.plustar.jp/manpage/man8/pivot_root.8.html
- [similar]
- Man page of DIFF 10683
- DIFF Section: User Commands (1) Updated: October 2002 Index JM Home Page 名前 diff - 2 つのファイ
...
-format= FORMAT ] [ --no-ignore-file-name-case] [--old-group-format= FORMAT ] [ --old-line-format= FORMAT ...
れない。 --ignore-file-name-case を参照すること。 --old-group-format= FORMAT if-then-else 形式で、 1 番目の ...
イルだけにある行グループの出力に FORMAT を用いる。 --old-line-format= FORMAT if-then-else 形式で、 1 番目の ...
を指定する。 例えば、以下のコマンドは TeX ファイル `old' と `new' を比較し、 old の部分を `\begin{em}'-`\e ...
-
https://man.plustar.jp/manpage/man1/diff.1.html
- [similar]
- Man page of READDIR 10367
- READDIR Section: Linux Programmer's Manual (2) Updated: 2019-03-06 Index JM Home Page 名前 readd
...
を読み込む 書式 int readdir(unsigned int fd , struct old_linux_dirent * dirp , unsigned int count ); 注 : こ ...
ルディスクリプター fd が参照しているディレクトリから old_linux_dirent 構造体をひとつ読み込み、 dirp で指され ...
ーに格納する。 count 引数は無視される。最大で 1 個の old_linux_dirent 構造体が読み出される。 old_linux_dire ...
r.c で内部用として) 以下のように宣言される: struct old_linux_dirent { unsigned long d_ino; /* inode 番号 ...
-
https://man.plustar.jp/manpage/man2/readdir.2.html
- [similar]
- Man page of MIGRATE_PAGES 9068
- MIGRATE_PAGES Section: Linux Programmer's Manual (2) Updated: 2019-03-06 Index JM Home Page 名前
...
pid , unsigned long maxnode, const unsigned long * old_nodes, const unsigned long * new_nodes ); -lnuma と ...
ンクする。 説明 MIGRATE_PAGES () は、メモリーノード old_nodes にあるプロセス pid の全ページを、メモリーノー ...
ド new_nodes に移動しようとする。 old_nodes で 指定されたメモリーノードに置かれていないペ ...
動されない。 カーネルは、 new_nodes への移動の際に、 old_nodes 内の相対的な トポロジー関係を可能な限り維持し ...
-
https://man.plustar.jp/manpage/man2/migrate_pages.2.html
- [similar]
- Man page of CPIO 8097
- CPIO Section: Misc. Reference Manual Pages (1L) Index JM Home Page 名前 cpio - アーカイブファイル
...
ション以外の引数で与えられ ます。 cpio は、 binary, old ASCII, new ASCII, crc, HPUX binary, HPUX old ASCII ...
, old tar, POSIX.1 tar の各形式のアーカイブフォーマットを ...
ブフォー マットが異なるため、ほとんど使われません。 old ASCII フォーマットは、異なるマシンアーキテクチャの ...
ーキテクチャの間でのアーカイブの互換性は保たれます。old ASCII フォーマットのように、ファイルシステムのサイ ...
-
https://man.plustar.jp/manpage/man1/cpio.1.html
- [similar]
- Man page of GETRLIMIT 7693
- GETRLIMIT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 get
...
const struct rlimit * new_limit , struct rlimit * old_limit ); glibc 向けの機能検査マクロの要件 ( featur ...
フトリミットとハードリミットの新しい値が設定される。 old_limit 引数が NULL 以外の場合、 prlimit () の呼び出 ...
resource の直前のソフトリミットとハードリミットが old_limit が指す rlimit 構造体に格納される。 The pid a ...
) int main(int argc, char *argv[]) { struct rlimit old, new; struct rlimit *newp; pid_t pid; if (!(argc = ...
-
https://man.plustar.jp/manpage/man2/getrlimit.2.html
- [similar]
- Man page of GETRLIMIT 7693
- GETRLIMIT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 get
...
const struct rlimit * new_limit , struct rlimit * old_limit ); glibc 向けの機能検査マクロの要件 ( featur ...
フトリミットとハードリミットの新しい値が設定される。 old_limit 引数が NULL 以外の場合、 prlimit () の呼び出 ...
resource の直前のソフトリミットとハードリミットが old_limit が指す rlimit 構造体に格納される。 The pid a ...
) int main(int argc, char *argv[]) { struct rlimit old, new; struct rlimit *newp; pid_t pid; if (!(argc = ...
-
https://man.plustar.jp/manpage/man2/prlimit.2.html
- [similar]
- Man page of GETRLIMIT 7693
- GETRLIMIT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 get
...
const struct rlimit * new_limit , struct rlimit * old_limit ); glibc 向けの機能検査マクロの要件 ( featur ...
フトリミットとハードリミットの新しい値が設定される。 old_limit 引数が NULL 以外の場合、 prlimit () の呼び出 ...
resource の直前のソフトリミットとハードリミットが old_limit が指す rlimit 構造体に格納される。 The pid a ...
) int main(int argc, char *argv[]) { struct rlimit old, new; struct rlimit *newp; pid_t pid; if (!(argc = ...
-
https://man.plustar.jp/manpage/man2/prlimit64.2.html
- [similar]