| 意味 | 例文 |
IOCTLを含む例文一覧と使い方
該当件数 : 84件
Support for the old ioctls was dropped in Linux 2.2. 例文帳に追加
古い ioctl はLinux 2.2 で用いることができなくなった。 - JM
This is typically used to open devices in order to get a file descriptor for use with ioctl (2). 例文帳に追加
これはioctl (2) のためのファイルディスクリプタを取得するために、デバイスをオープンするときによく用いられる。 - JM
This non-standard access mode is used by some Linux drivers to return a descriptor that is only to be used for device-specific ioctl (2) 例文帳に追加
この非標準のアクセスモードはいくつかの Linux ドライバで使用されており、デバイス固有のioctl (2) - JM
operations that existed in System V. 例文帳に追加
また、POSIX.1 は System V 版で存在した種々のioctl (2) 操作を置き換える関数群を定義した(このようになったのは、ioctl (2) - JM
For configuring IP addresses see ip (7). In addition some devices support private ioctls. 例文帳に追加
さらに、デバイスによってはプライベートな ioctl がある。 - JM
is returned, but root may stop redirection by using this ioctl with fd pointing at /dev/console or /dev/tty0 . 例文帳に追加
が返されるが、root は、/dev/consoleまたは/dev/tty0を指すfdに対してこの ioctl を使用することにより、リダイレクトを止めることができる。 - JM
Usually, on success zero is returned. 例文帳に追加
ioctl () requests use the return value as an output parameterたいていの場合、成功した場合はゼロが返される。 - JM
The following two ioctl's are used to access the keyboard flags. 例文帳に追加
次に示す 2 つの ioctl はキーボードフラグにアクセスするのに用いられる。 - JM
The POSIX.1 data structure differs slightly from the System V version, and POSIX.1 defined a suite of functions to replace the various ioctl (2) 例文帳に追加
POSIX.1 のデータ構造は System V 版と少し違いがある。 - JM
signals; rather, output or ioctl s are allowed and input attempts result in an end-of-file indication. 例文帳に追加
シグナルを送信してはならない;さらに出力やioctlは許されるが、入力を試みた場合には結果はファイル終端 (EOF) になる。 - JM
Do not regard this man page as documentation of the Linux console ioctl's. 例文帳に追加
このマニュアルページを Linux のコンソール ioctl を文書化したものと思わない事。 - JM
The indication is issued from the management driver side ioctl 16 of a management driver 7 as a special command (ioctl) by way of a network driver 3 and received by the RAID driver side (ioctl) 17 of a RAID driver 8.例文帳に追加
この指示を、ネットワークドライバ3を経由し、管理ドライバ7の管理ドライバ側ioctl16より特殊なコマンド(ioctl)にて発行し、RAIDドライバ8のRAIDドライバ側(ioctl)17で受信する。 - 特許庁
Ioctls to configure generic device parameters are described in netdevice (7). 例文帳に追加
ジェネリックデバイスのパラメータを設定する ioctl についてはnetdevice (7) に記述されている。 - JM
Linux supports some standard ioctls to configure network devices. 例文帳に追加
Linux はネットワークデバイスを設定するための標準的な ioctl をいくつか備えている。 - JM
For example, there is an ioctl on a tape drive to write an end-of-tape mark, instead of there being a special or modified version of write . 例文帳に追加
たとえば、ioctlを使用して、終了マークをテープデバイスに書き込むことができます。 writeに変更を加えたり、特殊なバージョンを用意する必要はありません。 - FreeBSD
Ioctl's are undocumented Linux internals, liable to be changed without warning. 例文帳に追加
ioctl は文書化されない Linux の内部機能であって、警告なしに変更されることがある。 - JM
Some ioctls take more arguments or return more values than a single structure. 例文帳に追加
いくつかの ioctl は複数の構造体の引き数を必要としたり、値を返したりします。 - JM
For instance, the above program is carefully written not to block at any point, even though it does not set its file descriptors to non-blocking mode at all (see ioctl (2)). 例文帳に追加
例えば、上記のプログラムは、集合に含まれるファイルディスクリプタを非ブロックモード( ioctl (2) 参照) にしなくても、どこにもブロックが生じないよう注意して書かれている。 - JM
The ioctls to configure IP-specific interface options and ARP tables are not described. 例文帳に追加
IP 固有のインターフェースオプションを指定するための ioctl とARP テーブルのことが記述されていない。 - JM
Most protocols support their own ioctls to configure protocol-specific interface options. 例文帳に追加
ほとんどのプロトコルには、専用のインターフェースオプションを設定するための独自の ioctl が存在する。 - JM
Because the console driver has no way to know the device or type of the mouse, these reports are returned in the console input stream only when the virtual terminal driver receives a mouse update ioctl. 例文帳に追加
コンソールドライバーはマウスのデバイスや種類について知る方法がないので、仮想ターミナルドライバーがマウス更新の ioctl を受け取った時だけ、マウスステータスリポートがコンソールの入力ストリームに送られる。 - JM
The ioctls used to configure routing tables, devices, AARP tables and other devices are not yet described. 例文帳に追加
ルーティングテーブル・デバイス・ AARP テーブル・その他のデバイスを設定するために用いられる ioctl がまだ記述されていない。 - JM
As this is achieved this through ioctl calls to the console driver (such as syscons(4) ) they will correctly determine the new screen dimensions. To make this more seamless, one can embed these commands in the startup scripts so it takes place when the system boots. 例文帳に追加
これは ioctl を通じて (syscons(4) などの)コンソールドライバに呼び掛けることで行われ、これらを一度に済ませるために、 これらのコマンドを起動用のスクリプトに書いておき、これをシステム起動時に実行するかもしれません。 - FreeBSD
The action of the following ioctls depends on the first byte in the struct pointed to by argp, referred to here as the subcode. 例文帳に追加
以下の ioctl がどのように動作をするかは、argp が指す構造体の最初のバイト(ここでは subcode と呼ぶ)に依存する。 - JM
They mutually transmit commands, such as an ioctl command and an SCSI command, and various kinds of information such as information on defective block areas of physical disks 330-1 to 330-N of an SAN (Storage Area Network) storage 300 connected by an FC cable 2.例文帳に追加
これらは、ioctlコマンドやSCSIコマンド等のコマンドと、FCケーブル2で接続されたSANストレージ300の物理ディスク330−1乃至330−Nの不良ブロック領域に関する情報等の各種情報を各層間で伝達する。 - 特許庁
The cache can be directly manipulated by the use of ioctls and its behavior can be tuned by the sysctls defined below. 例文帳に追加
ioctl を用いればキャッシュを直接操作することもできる。 また以下に定義しているような sysctl を用いればキャッシュの振る舞いを変更できる。 - JM
Some RTCs support a more powerful alarm interface, using these ioctls to read or write the RTC's alarm time (respectively) with this structure: +4n 例文帳に追加
RTC の中にはより強力なアラームインタフェースをサポートするものもあり、これらの ioctl を使うことで、以下のような構造体でRTC のアラーム時刻を (それぞれ) 読み書きできる:+4n - JM
Programs using these ioctl's will not be portable to other versions of Unix, will not work on older versions of Linux, and will not work on future versions of Linux. 例文帳に追加
これらの ioctl を使ったプログラムは他のバージョンの Unix との互換性がないし、古いバージョンの Linux では、走らない。 さらに将来のバージョンのLinux では走らなくなるかも知れない。 - JM
One has 2 direction bits (00: none, 01: write, 10: read, 11: read/write) followed by 14 size bits (giving the size of the argument), followed by an 8-bit type (collecting the ioctls in groups for a common purpose or a common driver), and an 8-bit serial number. 例文帳に追加
1 つの数値は、読み書きの方向を表す 2 ビット(00: 読み書きなし, 01: 書き込み, 10: 読み込み, 11: 読み込み/書き込み)、(引き数のサイズを表す) 14 ビット、(共通の目的または共通のドライバで ioctl をグループにするための)8 ビットのタイプ、8 ビットのシリアル番号から構成されます。 - JM
| 意味 | 例文 |
| Copyright © Japan Patent office. All Rights Reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| Copyright (c) 2001 Robert Kiesling. Copyright (c) 2002, 2003 David Merrill. The contents of this document are licensed under the GNU Free Documentation License. Copyright (C) 1999 JM Project All rights reserved. |
| Copyright 1994-2010 The FreeBSD Project. All rights reserved. license |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|