Home
last modified time | relevance | path

Searched refs:args (Results 1 – 25 of 31) sorted by relevance

12

/Documentation/laptops/
Ddslm.c31 unsigned char args[4] = {WIN_CHECKPOWERMODE1,0,0,0}; in check_powermode() local
34 if (ioctl(fd, HDIO_DRIVE_CMD, &args) in check_powermode()
35 && (args[0] = WIN_CHECKPOWERMODE2) /* try again with 0x98 */ in check_powermode()
36 && ioctl(fd, HDIO_DRIVE_CMD, &args)) { in check_powermode()
37 if (errno != EIO || args[0] != 0 || args[1] != 0) { in check_powermode()
42 state = (args[2] == 255) ? 1 : 0; in check_powermode()
/Documentation/ioctl/
Dhdio.txt501 int args[3]
503 ioctl(fd, HDIO_DRIVE_RESET, args);
736 u8 args[4+XFER_SIZE];
738 ioctl(fd, HDIO_DRIVE_CMD, args);
743 args[0] COMMAND
744 args[1] NSECTOR
745 args[2] FEATURE
746 args[3] NSECTOR
749 args[0] COMMAND
750 args[1] SECTOR
[all …]
/Documentation/device-mapper/
Dcache.txt153 <#feature args> [<feature arg>]*
154 <policy> <#policy args> [policy args]*
161 #feature args : number of feature arguments passed
162 feature args : writethrough. (The default is writeback.)
165 #policy args : an even number of arguments corresponding to
167 policy args : key/value pairs passed to the policy
189 <#dirty> <#features> <features>* <#core args> <core args>* <#policy args>
190 <policy args>*
209 #feature args : Number of feature args to follow
210 feature args : 'writethrough' (optional)
[all …]
Dthin-provisioning.txt223 <low water mark (blocks)> [<number of feature args> [<arg>]*]
/Documentation/video4linux/bttv/
DInsmod-options11 insmod args:
77 insmod args:
88 insmod args:
101 insmod args for tda9874a:
136 insmod args:
156 insmod args:
164 insmod args:
170 insmod args:
/Documentation/s390/
Dkvm.txt26 args: none
61 args: struct kvm_s390_interrupt *
87 args: struct kvm_s390_interrupt *
101 args: unsigned long
113 args: struct kvm_s390_psw *
122 args: none
DDebugging390.txt438 outgoing-args:
521 outgoing args area. It must be purely in the outgoing args
523 6) Floating point parameters are mixed with outgoing args
524 on the outgoing args area in the order the are passed in as parameters.
525 7) Floating point arguments 2 & 3 are saved in the outgoing args area for
551 96 160 outgoing args passed from caller to callee
791 # outgoing args 0
795 # incoming args (stack) 0
1941 info args: display current procedure arguments.
1943 set args: will set argc & argv each time the victim program is invoked.
/Documentation/virtual/kvm/devices/
Dxics.txt16 capability for each vcpu, specifying KVM_CAP_IRQ_XICS in args[0] and
18 point of view) in args[1] of the kvm_enable_cap struct. Each ICP has
/Documentation/
Dbtmrvl.txt77 cat /debug/btmrvl/status/<args>
79 where the args are:
Ddynamic-debug-howto.txt256 params given in modprobe args or /etc/modprob.d/*.conf files,
263 2. # foo.dyndbg as given in boot args, "foo." is stripped and passed
266 3. # args to modprobe
270 This allows boot args to override or modify those from /etc/modprobe.d
272 modprobe args to override both.
324 // boot-args example, with newlines and comments for readability
Djava.txt367 public static void main(String args[]) {
Dkprobes.txt101 Note that the probed function's args may be passed on the stack
396 or anything else that affects how args are passed, the handler's
/Documentation/sound/oss/
DREADME.modules64 args are expected.
69 with /etc/modprobe.d/*.conf or with command-line args to modprobe, e.g.
/Documentation/trace/
Dkprobetrace.txt36 FETCHARGS : Arguments. Each probe can have up to 128 args.
54 Several types are supported for fetch-args. Kprobe tracer will access memory
Duprobetracer.txt32 FETCHARGS : Arguments. Each probe can have up to 128 args.
/Documentation/ia64/
Derr_inject.txt126 va_list args;
135 va_start(args, fmt);
136 vprintf(fmt, args);
138 vsprintf(buf, fmt, args);
139 va_end(args);
/Documentation/networking/
Dde4x5.txt148 time OR during a module load (insmod de4x5 args='eth??:fdx' [see
169 insmod de4x5 args='eth1:fdx autosense=BNC eth0:autosense=100Mb'.
Difenslave.c240 #define v_print(fmt, args...) \ argument
242 fprintf(stderr, fmt, ## args )
/Documentation/acpi/
Denumeration.txt101 struct filter_args args;
105 return dma_request_channel(cap, filter_func, &args);
/Documentation/virtual/kvm/
Dapi.txt945 __u64 args[4];
2487 __u64 args[6];
2567 __u64 args[9];
2573 contains the hypercall number (from the guest R3), and 'args' contains
2575 return code in 'ret' and any extra returned values in args[].
2698 Parameters: args[0] is the address of a struct kvm_config_tlb
2754 Parameters: args[0] defines whether the proxy facility is active
2760 When enabled (args[0] != 0), every time the guest gets an external interrupt
2764 When disabled (args[0] == 0), behavior is as if this facility is unsupported.
2771 Parameters: args[0] is the MPIC device fd
[all …]
/Documentation/kdump/
Dkdump.txt331 --initrd=<initrd-for-dump-capture-kernel> --args-linux \
341 Please note, that --args-linux does not need to be specified for ia64.
/Documentation/scsi/
Din2000.txt133 check the 'hostdata->args' section in in2000.h - but be warned! Not
/Documentation/i2c/
Ddev-interface139 ioctl(file, I2C_SMBUS, struct i2c_smbus_ioctl_data *args)
/Documentation/target/
Dtcm_mod_builder.py1037 (opts, args) = parser.parse_args()
/Documentation/ide/
DChangeLog.ide-cd.1994-200483 * Handle drive_cmd requests w/NULL args (for hdparm -t).

12